Closed lenhhoxung86 closed 6 years ago
is this still an issue? Please re-open if necessary
Yep, it still happens, even now with my droplet server.
Other functions are working fine, like get_withdrawal_history
@lenhhoxung86 Did you find a fix? Mine is happening just the same, for Balance and Ticker functions.
Hello, I'm using your lib to communicate with bittrex server. Here is how I get the order history:
On my laptop, it returns:
{'success': False, 'message': 'NO_API_RESPONSE', 'result': None}
However, if I run the code on a droplet server (digital ocean), it returns the correct data containing all history orders. Previously, the code worked on my laptop, but it suddenly stopped working. I don't know what the cause is. Please help, thank you.