Hi! I'm trying to run GYB on my Synology NAS device, which has Python 3 installed. It
like GYB should work on the Synology, but I get a TypeError whenever I try to run it.
Traceback (most recent call last):
File "gyb.py", line 1875, in <module>
main(sys.argv[1:])
File "gyb.py", line 1198, in main
doGYBCheckForUpdates(debug=options.debug)
File "gyb.py", line 372, in doGYBCheckForUpdates
release_data = json.loads(c)
File "/volume1/@appstore/py3k/usr/local/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'