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
I know you're moved on from PyIrToy, but I'm curious if you could help me understand what this crash could mean:
Traceback (most recent call last):
File "STL_simple.py", line 466, in
pIRT = pIRt.IrToy(serialDevice)
File "/usr/local/lib/python3.5/dist-packages/irtoy_nohs.py", line 48, in init
hardware, revision = self.firmware_revision()
File "/usr/local/lib/python3.5/dist-packages/irtoy_nohs.py", line 66, in firmware_revision
hardwareVersion = int(versionString[1:2])
ValueError: invalid literal for int() with base 10: b'\xff'
The text was updated successfully, but these errors were encountered:
It looks like it failing to parse the version information from the IR toy. I haven't used this device in a long time so can't offer much help. My guess is once it starts misbehaving it will return garbage information for almost any command, including the version information.
I see there's only one post on the IR Toy forum for 2019 with no replies. That's about as dead as the parrot in the old Monty Python skit.
I know you're moved on from PyIrToy, but I'm curious if you could help me understand what this crash could mean:
Traceback (most recent call last):
File "STL_simple.py", line 466, in
pIRT = pIRt.IrToy(serialDevice)
File "/usr/local/lib/python3.5/dist-packages/irtoy_nohs.py", line 48, in init
hardware, revision = self.firmware_revision()
File "/usr/local/lib/python3.5/dist-packages/irtoy_nohs.py", line 66, in firmware_revision
hardwareVersion = int(versionString[1:2])
ValueError: invalid literal for int() with base 10: b'\xff'
The text was updated successfully, but these errors were encountered: