krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
155 stars 54 forks source link

Bittrex suddenly down #40

Closed balin77 closed 5 years ago

balin77 commented 5 years ago

Hey dude,

I use basically the same code for private Bittrex requests, but two days ago, it just stopped working. The only answer I receive is "Bad Request". I have no idea what the problem might be, since i have not changed the code. Could you have a look if you receive the same error?

Pi-Rr commented 5 years ago

Hi balin77,

I am getting the same issue with Bittrex, don't know what is causing it.

Hope someone will be able to help.

Cheers

On Mon, 24 Sep 2018, 08:43 balin77, notifications@github.com wrote:

Hey dude,

I use basically the same code for private Bittrex requests, but two days ago, it just stopped working. The only answer I receive is "Bad Request". I have no idea what the problem might be, since i have not changed the code. Could you have a look if you receive the same error?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/krijnsent/crypto_vba/issues/40, or mute the thread https://github.com/notifications/unsubscribe-auth/AiBY5lBNk9IVlh3hq38AyDuez43RduXvks5ueI0RgaJpZM4W2L3a .

krijnsent commented 5 years ago

Hi both, I found it, the code has objHTTP.Send (postdata)

Remove the last part: objHTTP.Send

And it should work again. I am updating my code, the module will be reworked a bit to catch this error better, as the Bittrex response was a bit more clear (no data allowed in the request body).

Cheers,

Koen

balin77 commented 5 years ago

Hey Koen,

thank you very much for this solution. I wouldnt have found it in ages.

a big thank you

balin

Pi-Rr commented 5 years ago

Thank you very much, the fix worked :)

On Mon, 24 Sep 2018, 18:09 balin77, notifications@github.com wrote:

Closed #40 https://github.com/krijnsent/crypto_vba/issues/40.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/krijnsent/crypto_vba/issues/40#event-1863683335, or mute the thread https://github.com/notifications/unsubscribe-auth/AiBY5tF9q9acR6IXs9zENPXKOtW7zijZks5ueRHOgaJpZM4W2L3a .