-
Notifications
You must be signed in to change notification settings - Fork 235
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
Connection error comes json.decoder.JSONDecodeError: Expecting value: #70
Comments
The latest version of The error looks like what you'd get in How did you install it?.. EDIT: In Otherwise - correct, it's a connection problem, which you're likely to experience a lot these days with Kraken. |
Thanks for reply Veox. Exactly that is what i expected. at the time i write, my script work just fine...no connection pb with kraken |
It's very strange that you get that error, if it's really at print(krakenex.version.__version__) It might be that you have several versions installed, and the script is picking up a different one than you think. If it does say I've never used Otherwise, what's in
The exception is raised automatically by Here's a gist with a real-world example of how I'm using |
Closing as stale. |
Versions
OS: Windows10
Python: 3.6
krakenex:
3.02What are you trying to achieve?
i try to make pubic query over kraken API, but i get a recursive error but it doest come each time.
What do you expect to happen?
Normally i get the result that i can format
What happens instead?
It 'seems like a connection problem... I've seen a past issue that had been closed
i get an empty dict from the API ?? is it ?
I'm really new to prog and python, and i struggle with error handling...
I'm suprise i didnt get a time out or something like that, or a 502
Must i deal with try/catch ? someone has a trick for that ?
How could i know wich error to look at ? so i can repeat the query till successful
Sorry if too obvious.... tell me and i will google more
Thanks
The text was updated successfully, but these errors were encountered: