-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Stuck at "Sending data to Octoprint..." #296
Comments
From the looks of your octoprint log, it seems something (my plugin?) is sending one or more invalid HTTP headers. Specifically it is complaining that there is no colon in the header. A HTTP header is normally something like Would you be willing to install a HTTP network sniffer and analyze the traffic between Cura and OctoPrint? |
sure but id need some help walking through it? do you have discord or anything? |
I think i did something. i used the sniffer i have in OSX started it tried sending the job and then created a .pcap file but im not allowed to attach it here |
Im not sure whats breaking it. but i does seem to be intermittent. i went ahead and reflashed another octoprint and kept everything basic no plugins. then it worked for a few prints but then stopped working. but nothing changed other than starting a new print. |
i used wireshark to try and capture. here is a link to my file. i think youll need to apply this filter "ip.dst == 192.168.1.157 && http" |
Hey, thanks for going above and beyond to get some packet sniffing data! I was expecting you to just answer "yes" or "no" to the "would you be willing..." question ;-) I checked out your wireshark log. It does contain traffic to your octoprint instance, but unfortunately there does not seem to be an attempted file upload. I need a capture of what is going wrong, |
hmm not sure what i did wrong since i took started the recording, then i did a upload, then stopped the record like 30 second after waiting a little bit. |
im wondering if the problem is on the cura side. is there something that would inhibit CURA from attempting to send the print? |
looking at a past thread you recommended to restart octopi in safe mode. and i did. so im feeling its a issue with cura for some reason. this is also intermittent. sometimes it will start working but then stop working at some point. i cant narrow down when or what is causing it. |
My bad. By filtering on "http" it seems Wireshark filtered out the POST request. I am seeing it now. |
No it wasn’t. |
nothing different in the last couple years. i use my ISP router. |
I can still connect to my octoprint and control via the monitor tab. but when i goto send a project to the print its gets stuck at "Sending data to Octoprint..."
I have reinstalled octoprint fresh with 0 plugins. I am also running the latest 5.1.1 Cura. im not sure what else to do to trouble shoot as there isn't anything installed to conflict.
Im attaching my logs. any help would be appreciated. and thank you for the hard work to make this all happen. It was really great when it was all working!
octoprint.log
serial.log
cura.log
The text was updated successfully, but these errors were encountered: