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 Oct 25, 2024. It is now read-only.
I trying to use heospy but I bump in to same error all the time.
I running heospy on a raspberry pi 3 and I have tried both python 2 and 3.
I have created a heos account and configured the config.json file.
##
python2 heos_player.py
Traceback (most recent call last):
File "heos_player.py", line 18, in <module>
import ssdp # Simple Service Discovery Protocol (SSDP), https://gist.github.com/dankrause/6000248
File "/home/pi/scripts/heospy/ssdp.py", line 18, in <module>
import http.client
ImportError: No module named http.client
##
python3 heos_player.py
File "heos_player.py", line 312
print json.dumps(all_results, indent=2)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
orginal source: personal email
I trying to use heospy but I bump in to same error all the time.
I running heospy on a raspberry pi 3 and I have tried both python 2 and 3.
I have created a heos account and configured the config.json file.
The text was updated successfully, but these errors were encountered: