guys help. problems with eggbot
For a long time was out of work. Now when you try to start the program generates an error.
Please tell me how to fix this problem?
I hope for your help on this forum or mail (mariwa_82@mail.ru)
"Inkscape has received additional data from the script executed. The script did not return an error, but this may indicate the results will not be as expected."
Traceback (most recent call last):
File "eggbot.py", line 1403, in <module>
e.affect()
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 221, in affect
self.effect()
File "eggbot.py", line 281, in effect
self.EggbotOpenSerial()
File "eggbot.py", line 1296, in EggbotOpenSerial
self.serialPort = self.getSerialPort()
File "eggbot.py", line 1354, in getSerialPort
serialPort = self.testSerialPort( strComPort )
File "eggbot.py", line 1323, in testSerialPort
serialPort = serial.Serial( strComPort, timeout=1 ) # 1 second timeout!
File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialwin32.py", line 30, in __init__
SerialBase.__init__(self, *args, **kwargs)
File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialutil.py", line 260, in __init__
self.open()
File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialwin32.py", line 56, in open
raise SerialException("could not open port %s: %s" % (self.portstr, ctypes.WinError()))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcd in position 10: ordinal not in range(128)
Comments