Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh Install, pycoinmon not running, gives traceback "JSONDecodeError" #14

Open
geektechniquestudios opened this issue Apr 8, 2021 · 2 comments

Comments

@geektechniquestudios
Copy link

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

@RDCH106
Copy link
Owner

RDCH106 commented Apr 8, 2021

@geektechniquestudios as you can read in README of the repository:

⚠️ Pycoinmon will be out of service until the migration to the new CoinCap API is performed.

You can try to fix it. At the moment I don't have time to fix it.
Sorry for the inconvenience.

@geektechniquestudios
Copy link
Author

@geektechniquestudios as you can read in README of the repository:

warning Pycoinmon will be out of service until the migration to the new CoinCap API is performed.

You can try to fix it. At the moment I don't have time to fix it.
Sorry for the inconvenience.

Ah, thanks. I don't know how I didn't see that. My mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants