ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

No response from bittrex server #135

Closed lenhhoxung86 closed 6 years ago

lenhhoxung86 commented 6 years ago

Hello, I'm using your lib to communicate with bittrex server. Here is how I get the order history:

bittrex = Bittrex(API_KEY,API_SECRET)
data = bittrex.get_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.

ericsomdahl commented 6 years ago

is this still an issue? Please re-open if necessary

lenhhoxung86 commented 6 years ago

Yep, it still happens, even now with my droplet server. Other functions are working fine, like get_withdrawal_history

hamkline commented 6 years ago

@lenhhoxung86 Did you find a fix? Mine is happening just the same, for Balance and Ticker functions.