-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Bitfinex: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b #441
Comments
Hi! Thanks for reporting! Will take a look into it asap! |
@Vyllonder what's your version of ccxt? |
1.9.304 Thanks! |
Can you please update to version 1.9.318+ and report with verbose mode enabled? We added some better error logging, so we should now see the reason why it complains... When posting use triple backticks to enclose your output for readability like so: ``` |
|
Ok, thx! The error is likely here: # you're using uppercase letters here, it should be 'limit' instead of 'LIMIT'
# ↓
bitfinex.create_order('BTC/USD','LIMIT','buy','0.01','5500')` Just change it to lowercase. Let us know if it helped you or not. |
Still continues. By the way, lot of thanks for yout attention! |
We can't reproduce it on our side because it's unique to your particular situation, so we added more logging and we have to ask you to update to version 1.9.320 and repost the verbose output again. We have to dig for the reason until we find and fix the bug. |
Keys are correct, Im getting the wallet via Rest |
@Vyllonder you reposted with the same 1.9.318, not 1.9.320. Sorry for bothering you, but we need to see the output you get with 1.9.320. |
I have reinstalled everithing, this should be 321 |
@Vyllonder thx for your help! Really appreciate it! We're going to investigate further, will update on on this asap and deliver the fix very soon. |
Perfect. Lot of thanks!! |
@Vyllonder ok, we have uploaded a new version which should report the reason for bitfinex error clearly (at last). We are going to ask you to update to the most version 1.9.332+ and report verbose output with it again, please. Standing by for more info from you! Thx! |
Thanks to you to all working you are doing!! |
@Vyllonder ok, so, now we see that Bitfinex says "Nonce is too small". So, that's a nonce problem. Did you use the keypair anywhere else before? If you did, the software might have screwed the nonce number too high on that keypair. So, you can simply create a new keypair. And the problem will be gone. Or you can redefine the nonce. See here how to redefine it:
Let me know if it helped you or not, plz. |
Hi, Im trying to just make a order in Bitfinex.
The code is this
Im running Python 3.6
Lot of thanks for this incredible API
The text was updated successfully, but these errors were encountered: