-
Notifications
You must be signed in to change notification settings - Fork 115
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
ERR GET IMAGE with WebCam #432
Comments
I'm getting the same errors using octoprint for windows and yawcam. In addition to what @cankurall is getting, here are also the logs:
It takes my snapshot url as |
Hi , could you try this version please? |
Hi! I've installed Octoprint today and stumbled upon this problem today. Nothing worked, and I thought to myself: "Heck, Octoprint is returning invalid URLs. This is too much to debug, let's hardcode the appropriate URL and call it the day" The code (which is inserted in the place of this line that sets the URL):
The resulting log messages:
I don't how on earth can a hardcoded value be changed after an installation process, if someone is responsible for this and (if someone is) in what was thinking (if at all). I'm still trying (and failing) to process what I've just seen. Good luck, @giloser trying to fix this. I'm SO done with Python and its JS-level bs... |
Hi, for the URL of the camera I have similar change in my log but it doesn't seems to be a problem for me... do you use the new camera stack? what do you mean by nothing worked? you got message? but no image? |
Hi!
To be precise, I checked out the code from the Pull Request #430, and then added the hardcoded URL. I think that Pull Request is your work moving the project over to the new camera stack, but I didn't investigate further.
Just for your information, in my setup there exists a 10.100.100.1 host, but there's no software in it listening from port 1111. It seems like [the "something" that is magically changing hardcoded strings] is setting to 1 the last digit of the last number of the IP (this is probably why @tsujovolsky didn't reported any issues with the IP, since their IP already ends in 1), and changing the port to 1111. I've not done experiments trying to obfuscate the hardcoded IP, to see if it's an installation thing that is statically checking the code, or a runtime thing that is constantly checking strings, I've just uninstalled the plugin, sorry. I'm running OctoPrint 1.10.3 with Python 3.9.2. |
Ok thanks for the answer I think that PR was a first try but was still not working that why I ask to try with the link to my full version. If people confirm it's working then I'll try to create a new PR and see if we can merge it to current version. https://github.com/giloser/OctoPrint-Telegram/archive/refs/tags/1.6.92.zip So please if you want to use the plugin try this version and let me know. |
I'm sorry but I wasted too much hours yesterday and after setting everything my SBC and my instance is very slow. At this point I would look for rewrite parts of OctoPrint in a more appropriate language rather than spending more time with Python magic... Sorry |
Hello, I'm running Octo4a on a tablet. I’ve directed my computer's camera over IP using the Yawcam application. There’s no issue with live or snapshot images on Octoprint, and I can also view them in my browser. However, the Telegram bot is not transmitting any images and instead sends the message '[ERR GET IMAGE]'. Could you please help me with this?
Telegram:
The text was updated successfully, but these errors were encountered: