-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin doesn't show up on old versions of OctoPrint #9
Comments
Looks like the plugin may have failed to load? Can you provide your octoprint.log file? |
Don't see anything in the file. Here is the relevant portion of it. |
When restarting octoprint, I have this block at the beginning of the logs:
Can you share that portion? |
@derekantrican sure thing. It seems like its loading. The only relevant diffs that I can see is that its called
|
Sorry for the delay. Does seem like it's loading - maybe it's the python 2.7 difference? I'll have to test that on a spare pi. Is there a reason you're still on the "python 2.7 version" of octoprint? This blog post seems to indicate that octoprint will be only python 3 going forward.
|
@rgelb can you share what version of octopi & octoprint you are running? Better yet, do you mind providing a SystemInfo Bundle? https://community.octoprint.org/t/what-is-a-systeminfo-bundle-and-how-can-i-obtain-one/29887 |
@derekantrican You are right, versions of octopi and octoprint are quite old. 0.15 and 1.5.3 respectively. And its running under Python 2.7. The reasons that I haven't upgraded are
That said, the systeminfo bundle is as follows
|
Looks like this version is old enough that I can't even test it (doesn't seem to be compatible with raspberry pi 4). Do you mind sending me your entire octoprint.log file? You can send to [email protected] |
Going to close as "Won't Fix" for now - but still feel free to send me the above info if you get a chance |
@derekantrican I did send the info to you on July 10th. Perhaps it went to junk. I am attaching the logs here. |
@rgelb Oh, sorry about that! It must've. Thanks for copying it here |
I've installed the plugin, then rebooted the system.
But I don't see any entry for OctoPrint-Webhooks under Plugins:
Here is my system information:
browser.user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
connectivity.connection_check: 8.8.8.8:53
connectivity.connection_ok: true
connectivity.enabled: true
connectivity.online: true
connectivity.resolution_check: octoprint.org
connectivity.resolution_ok: true
env.hardware.cores: 4
env.hardware.freq: 900
env.hardware.ram: 917020672
env.os.bits: 32
env.os.id: linux
env.os.platform: linux2
env.plugins.pi_support.model: Raspberry Pi 2 Model B Rev 1.1
env.plugins.pi_support.octopi_version: 0.15.1
env.plugins.pi_support.throttle_state: 0x0
env.python.pip: 20.3.4
env.python.version: 2.7.13
env.python.virtualenv: true
octoprint.safe_mode: false
octoprint.version: 1.5.3
I am also just as happy to set it from the command line and place a file with necessary webhooks wherever, if you can tell me where to do it.
The text was updated successfully, but these errors were encountered: