-
Notifications
You must be signed in to change notification settings - Fork 26
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
octoprint/GPX loses connection with a buffer overflow #68
Comments
Same issue here. I have the exact same log lines where it's waiting for the unpause button while I'm doing a filament load. I believe this is a small power surge that comes from the printer when the extruder steppers engage, and it's causing some garbage to be sent over the data line, or no data at all. I'm going to try to find a USB power blocker since this printer tends to backflow power, especially seen on the LCD when moving the carriage or plate by hand when the unit is off. Workflow: Terminal output:
Traceback:
It also looks like this will invariably cause a gpx.Timeout: Timeout error with the exact same traceback. |
What were you doing?
start a print from octoprint
trigger p stop on the printer (e.g. run out of filament)
wait an hour, with the printer sending:
over and over
What did you expect to happen?
I expected octoprint to handle this pause, or at least just sit there and wait until I got there to fix the printer
What happened instead?
octoprint disconnected after an hour
Did the same happen when running OctoPrint in safe mode?
No. GPX can't run in safe mode, so I can't connect to the printer.
Version of OctoPrint
Version 1.3.10
Operating System running OctoPrint
octopi Version 0.14.0
Printer model & used firmware incl. version
powerspec 3d pro with sailfish 7.7
Browser and version of browser, operating system running browser
n/a
Link to octoprint.log
https://pastebin.com/9Y8QEzs0
Link to contents of terminal tab or serial.log
https://pastebin.com/rAqaCgwx
I have serial.log, but don't think more than this is necessary.
Link to contents of Javascript console in the browser
n/a
Screenshot(s)/video(s) showing the problem:
n/a
I have read the FAQ.
I filed an issue for this in the octoprint repo as well (here: OctoPrint/OctoPrint#3011) , I'm not sure whether this is an octoprint issue or a GPX issue.
The text was updated successfully, but these errors were encountered: