-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble utf8 ? #118
Comments
Same for me. Were you able to fix or workaround it? |
Hi, the data you've provided is not enough to diagnose further. Please, if you can, provide at least:
|
I have the same issue either on the hassio docker or a debian VM here the trace
the command line is : onkyo --discover for example but exaclty same result with usual command the pip freeze is the following :
The hardware is an onkyo TX-NR696 with the latest firmware update For the network capture how can i do it? |
I'm using onkyo-eiscp since few months ... but since few days, any command do not work...
I've tried to update it, python etc... always the same error message...
Using a Debian 9 updated and python 3.5.
Traceback (most recent call last): File "/usr/local/bin/onkyo", line 11, in <module> load_entry_point('onkyo-eiscp==1.2.7', 'console_scripts', 'onkyo')() File "/usr/local/lib/python3.5/dist-packages/onkyo_eiscp-1.2.7-py3.5.egg/eiscp/script.py", line 179, in run File "/usr/local/lib/python3.5/dist-packages/onkyo_eiscp-1.2.7-py3.5.egg/eiscp/script.py", line 55, in main File "/usr/local/lib/python3.5/dist-packages/onkyo_eiscp-1.2.7-py3.5.egg/eiscp/core.py", line 339, in discover File "/usr/local/lib/python3.5/dist-packages/onkyo_eiscp-1.2.7-py3.5.egg/eiscp/core.py", line 274, in parse_info File "/usr/local/lib/python3.5/dist-packages/onkyo_eiscp-1.2.7-py3.5.egg/eiscp/core.py", line 88, in parse UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 35: invalid start byte
My python 3.5 is updated to the last version using pip upgrade features on my debian 9.
Any idea ?
sudo /usr/bin/python3 -m pip install --upgrade pip Collecting pip Downloading pip-20.1.1-py2.py3-none-any.whl (1.5 MB) |████████████████████████████████| 1.5 MB 435 kB/s Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.1 Uninstalling pip-20.1: Successfully uninstalled pip-20.1 Successfully installed pip-20.1.1
The text was updated successfully, but these errors were encountered: