You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marketDepth = bc.get_market_depth2(limit,market)
File "/home/guig33k/projects/BTCCBot/btcchina.py", line 95, in get_market_depth2
return self._private_request(post_data)
File "/home/guig33k/projects/BTCCBot/btcchina.py", line 65, in _private_request
response = self.conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1061, in getresponse
raise ResponseNotReady()
httplib.ResponseNotReady
The text was updated successfully, but these errors were encountered:
Hi
I have this error :
marketDepth = bc.get_market_depth2(limit,market)
File "/home/guig33k/projects/BTCCBot/btcchina.py", line 95, in get_market_depth2
return self._private_request(post_data)
File "/home/guig33k/projects/BTCCBot/btcchina.py", line 65, in _private_request
response = self.conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1061, in getresponse
raise ResponseNotReady()
httplib.ResponseNotReady
The text was updated successfully, but these errors were encountered: