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
Traceback (most recent call last):
File "/home/no/.local/bin/pycoinmon", line 8, in
sys.exit(main())
File "/home/no/.local/lib/python3.8/site-packages/pycoinmon/main.py", line 7, in main
pycoinmon.core.PyCoinmon().run()
File "/home/no/.local/lib/python3.8/site-packages/pycoinmon/core.py", line 109, in run
self.print_values()
File "/home/no/.local/lib/python3.8/site-packages/pycoinmon/core.py", line 90, in print_values
filtered_data = response.json()
File "/usr/lib/python3/dist-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 518, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I ran the program with no arguments. Just wanted to report on what's I experienced. I'm using python 3.8.5
The text was updated successfully, but these errors were encountered:
I ran the program with no arguments. Just wanted to report on what's I experienced. I'm using python 3.8.5
The text was updated successfully, but these errors were encountered: