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

Could not decode json for: " + response.text #36

Open
stefansill opened this issue Jan 21, 2018 · 0 comments
Open

Could not decode json for: " + response.text #36

stefansill opened this issue Jan 21, 2018 · 0 comments

Comments

@stefansill
Copy link

stefansill commented Jan 21, 2018

When i let my script run it works fine for like 2-3 minutes, then it stops giving me this error. Could not find anything in the Documentation.

Traceback (most recent call last):
File "C:\Users\Stefan\Desktop\btc.py", line 15, in
ethusdbid = float(public_client.ticker(base='eth')['bid'])
File "C:\Users\Stefan\AppData\Local\Programs\Python\Python37-32\lib\site-packages\bitstamp\client.py", line 111, in ticker
return self._get(url, return_json=True, version=2)
File "C:\Users\Stefan\AppData\Local\Programs\Python\Python37-32\lib\site-packages\bitstamp\client.py", line 39, in _get
return self._request(requests.get, *args, **kwargs)
File "C:\Users\Stefan\AppData\Local\Programs\Python\Python37-32\lib\site-packages\bitstamp\client.py", line 98, in _request
"Could not decode json for: " + response.text)
bitstamp.client.BitstampError: Could not decode json for:

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

1 participant