tomholub / coinbaseorders

Coinbase Limit Orders app
coinbaseorders.com
22 stars 11 forks source link

unhandled exception (error: [Errno 110] Connection timed out) #14

Open tomholub opened 9 years ago

tomholub commented 9 years ago

Stack Trace

Traceback (most recent call last):

File "/home/ubuntu/coinbaseorders/python/cbo/worker.py", line 32, in run sellPrice = price.updateSellPrice()

File "/home/ubuntu/coinbaseorders/python/cbo/price.py", line 41, in updateSellPrice sellPrice = getSellPrice(1)

File "/home/ubuntu/coinbaseorders/python/cbo/price.py", line 23, in getSellPrice connection.request('GET', '/api/v1/prices/sell?qty=%f' % quantity)

File "/usr/lib/python2.7/httplib.py", line 973, in request self._send_request(method, url, body, headers)

File "/usr/lib/python2.7/httplib.py", line 1007, in _send_request self.endheaders(body)

File "/usr/lib/python2.7/httplib.py", line 969, in endheaders self._send_output(message_body)

File "/usr/lib/python2.7/httplib.py", line 829, in _send_output self.send(msg)

File "/usr/lib/python2.7/httplib.py", line 791, in send self.connect()

File "/usr/lib/python2.7/httplib.py", line 1172, in connect self.timeout, self.source_address)

File "/usr/lib/python2.7/socket.py", line 571, in create_connection raise err

error: [Errno 110] Connection timed out

Data

{'cron.delay': 3.0, 'cron.repeat': True, 'cron.running': True, 'sys.argv': "['./cron.py']"}

Stdout