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
After a recent update I get the error connecting to my Flash Forge Creator.
Looks to be related to a recent change as the error log includes the very line that was modified recently.
" File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GPX/gpxprinter.py", line 190, in readline
return self.readline_str().encode('ascii', errors='ignore')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 14: ordinal not in range(128)
2020-05-31 10:06:10,317 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline (Error: UnicodeDecodeError: ''ascii' codec can't decode byte 0xf6 in position 14: ordinal not in range(128)' @ comm.py:_readline:2823)""
The text was updated successfully, but these errors were encountered:
After a recent update I get the error connecting to my Flash Forge Creator.
Looks to be related to a recent change as the error log includes the very line that was modified recently.
" File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GPX/gpxprinter.py", line 190, in readline
return self.readline_str().encode('ascii', errors='ignore')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 14: ordinal not in range(128)
2020-05-31 10:06:10,317 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline (Error: UnicodeDecodeError: ''ascii' codec can't decode byte 0xf6 in position 14: ordinal not in range(128)' @ comm.py:_readline:2823)""
The text was updated successfully, but these errors were encountered: