jneilliii / OctoPrint-UltimakerFormatPackage

GNU Affero General Public License v3.0
30 stars 7 forks source link

Updating to 0.1.7 broke Automatic start print job after uploading #20

Closed sidhant closed 4 years ago

sidhant commented 4 years ago

After updating to 0.1.7 release, I have not been able to print from Cura. I get the following error: CuraError

Edit (so search engines can find it): OctoPrint Error File not found on 'local' filename.ufp.gcode

2020-05-01 11:43:56,402 - octoprint.filemanager.analysis - INFO - Starting analysis of local:UM2_e9c07069-442e-4a07-90b2-ac8281bf0859.gcode 2020-05-01 11:43:56,407 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /home/pi/oprint/bin/python2 -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 /home/pi/.octoprint/uploads/UM2_e9c07069-442e-4a07-90b2-ac8281bf0859.gcode 2020-05-01 11:43:57,241 - tornado.access - WARNING - 404 POST /api/files/local/UM2_e9c07069-442e-4a07-90b2-ac8281bf0859.ufp.gcode (::ffff:10.0.0.10) 41.74ms 2020-05-01 11:44:18,100 - octoprint.filemanager.analysis - INFO - Analysis of entry local:UM2_e9c07069-442e-4a07-90b2-ac8281bf0859.gcode finished, needed 21.70s

jneilliii commented 4 years ago

Version 0.1.6 and up actually have this issue with the auto-start option from Cura. It still uploads the file, it just isn't able to start it automatically. The Cura plugin will be getting an update soon that fixes this, or you can downgrade to the 0.1.5 version by using the URL below in plugin manager.

https://github.com/jneilliii/OctoPrint-UltimakerFormatPackage/archive/0.1.5.zip

I will leave this ticket open until that new version is released.

sidhant commented 4 years ago

Thank you for the prompt response! I did downgrade to 0.1.5 and it is still giving me an issue. Its OK, until Cura plugin is updated, I will start jobs manually.

jneilliii commented 4 years ago

You can also follow the steps at the forum post below to test the newer Cura plugin version.

https://community.octoprint.org/t/cura-octoprint-connection-plugin/5348/224?u=jneilliii

sidhant commented 4 years ago

You can also follow the steps at the forum post below to test the newer Cura plugin version.

https://community.octoprint.org/t/cura-octoprint-connection-plugin/5348/224?u=jneilliii

Cura 4.6.1 + UFP Plugin 0.1.7 + the dev snapshot of OctoPrint Plugin works.

jneilliii commented 4 years ago

Thanks for confirmation. I'm sure the Cura plugin will get updated soon with an official fix.

leoheck commented 4 years ago

I also came here to say the same with the same setup and versions. Cura's Octoprint Connection is version 3.5.12

I'm seeing this message but the file was uploaded to the Octoprint. image

What should I do to fix it?

jneilliii commented 4 years ago

You will have to wait for an official upgrade to the cura plugin, or install the development snapshot linked in the community forum post above.