You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've got a "tests" folder on my SD card with some gcode files in it to do first layer tests etc.
When starting a print from the printer of one of the files in that folder OctoDash starts showing error messages.
it alternates between:
Strange thing is that I am not using the thumbnail plugin.
To Reproduce
Create a folder on your SD card
Put a gcode file in the folder
Insert the SD card in your printer
Select print from SD on your printer and select the file in the subfolder
Look at the OctoDash screen
Expected behavior
OctoDash shows the job status
General Information:
Raspberry Pi 3 Model B Rev 1.2
Octopi image Version 0.17.0
OctoDash Version v2.0
OctoPrint Version 1.4.2
Ender 5 pro with BL-touch and TH3D firmware
Additional context
I guess a bit of the path is missing. In my example it should ask for a job status of http://localhost:5000/files/sdcard/**tests**/baseline.gcode
The text was updated successfully, but these errors were encountered:
Describe the bug
I've got a "tests" folder on my SD card with some gcode files in it to do first layer tests etc.
When starting a print from the printer of one of the files in that folder OctoDash starts showing error messages.
it alternates between:
Can't retrieve Job Status
and
Can't load thumbnail!
Http failure response for http://localhost:5000/files/sdcard/baseline.gcode... 404 Not Found
Strange thing is that I am not using the thumbnail plugin.
To Reproduce
Create a folder on your SD card
Put a gcode file in the folder
Insert the SD card in your printer
Select print from SD on your printer and select the file in the subfolder
Look at the OctoDash screen
Expected behavior
OctoDash shows the job status
General Information:
Additional context
I guess a bit of the path is missing. In my example it should ask for a job status of
http://localhost:5000/files/sdcard/**tests**/baseline.gcode
The text was updated successfully, but these errors were encountered: