Jabbaxx

Results 4 comments of Jabbaxx

Hello BaraoVlask > Updatind the request package to 2.88.2 resolves this issue How to fix that in the current version ? Can i rebuild it ? or how ?

**OK, I found out the reason for the -1022** The problem is that params that i deliver to the node-binance-api functions is getting added signature, timestamp & recvWindow When i...

If you have this problem, add something like this BEFORE retrying if (params.signature) delete params.signature if (params.timestamp) delete params.timestamp if (params.recvWindow) delete params.recvWindow Then retry works without -1022

You are very welcome. I hope the bug will be fixed soon. Kind regards Christian On Sun, 16 Oct 2022 at 02:02, Arii Sichoix ***@***.***> wrote: > Thank you for...