Closed poofyteddy closed 5 years ago
because i needed it to work, i did quick hack replacing the line by
import json
latest = json.loads(str(conn.read(), encoding='utf-8'))
and same for the TWLight section
This same thing is happening to me. @poofyteddy, thanks for the update! I'm hoping to try your tweak soon.
Python 3.5 doesn't support streams on json.load
, that's why the minimum required version is 3.6. Changed json.load
to json.loads
in commit a564c91004979ae8753739f18e30eee7e0a6bc1d . Closing...
Hello, I just used your soft for the first time (thank's for the work) and i encounter this error while
From what i have dig, it happens during the jsonify(conn) L308 I did a quick update of my system before hand, but maybe i my library are outdated, i can't really check that.
Sorry for bothering :)