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
Would be nice to make this compatible or document the required Python version in the README:
$ python3 whoishiring.py 15601729
Traceback (most recent call last):
File "whoishiring.py", line 15, in <module>
hn_json = json.load(hn_response)
File "/usr/lib/python3.4/json/__init__.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/usr/lib/python3.4/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
Tested on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered:
Would be nice to make this compatible or document the required Python version in the README:
Tested on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: