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
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
The from_bytes handling of the response is producing errors as follows:
$ samsungctl
Traceback (most recent call last):
File "/usr/local/bin/samsungctl", line 9, in <module>
load_entry_point('samsungctl===0.3.0-git', 'console_scripts', 'samsungctl')()
File "build/bdist.linux-x86_64/egg/samsungctl/__main__.py", line 101, in main
File "build/bdist.linux-x86_64/egg/samsungctl/remote.py", line 27, in __init__
File "build/bdist.linux-x86_64/egg/samsungctl/remote.py", line 51, in _read_response
AttributeError: type object 'int' has no attribute 'from_bytes'
The from_bytes handling of the response is producing errors as follows:
While I found this potentially relevant suggestion, I did not pursue any further:
https://stackoverflow.com/questions/28210333/python-nonetype-object-has-no-attribute-from-bytes
If these are all user error on my part, my apologies! I did my best to troubleshoot through these.
Thank you!
The text was updated successfully, but these errors were encountered: