T. Todua
T. Todua
yes, just the message should be a bit clear, like : "don't waste your time unpacking with de4dot".... thanks
have this commit ever been merged? if not, have you that complete file still remaint somewhere? your link is dead.
@sc0Vu if you have a minute, please drop the example code you execute (an unified example) so issue would become closed. basically, it should be like: ``` ex.createOrder (symbol, 'limit',...
@zoomzoomgithub please let us know if you were able to fix the issue (and what was happening on your side? was it CCXT issue or something in your userland code?)
@Salz0 have you considered to check empty space in the start/end of apikey/secret, like this user : https://github.com/ccxt/ccxt/issues/14651#issuecomment-1287433465
As answered by @sc0Vu , I'll close this issue. let us know if you have any other issue with CCXT.
Right, that problem could have been because of MEXC api engine limitations. Let us know if you have any further issue with CCXT.
@JonathanAhrenkiel-Frellsen please post a follow-up, so we would know if that was solved for you or not. Also, you should note that binance UI had a bug, and you needed...
@Smartromain it will not print anything if the createOrder leads to exception. so, you'd better use `try/catch` everywhere: ``` try: order = exchange.create_order(symbol, type, side, amount, price, params) print(order) except...
also, you might also try `pickle` to install extensions seamlessly. [This](https://github.com/ccxt/ccxt/issues/9708) might also give some notes. let us know if you still have any issues with ccxt