Author Topic: pricefeeds need help  (Read 1490 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Offline freedom

  • Sr. Member
  • ****
  • Posts: 303
    • View Profile
root@iZ284fwnbhgZ:~/python-graphenelib/scripts/pricefeeds# python3 pricefeeds.py                Traceback (most recent call last):
  File "pricefeeds.py", line 38, in <module>
    import config
  File "/root/python-graphenelib/scripts/pricefeeds/config.py", line 187, in <module>
    wallet_port=port)
  File "/root/python-graphenelib/scripts/pricefeeds/feedsources.py", line 641, in __init__
    self.dex   = GrapheneExchange(conn, safe_mode=False)
  File "/root/.local/lib/python3.4/site-packages/graphenelib-0.3.10-py3.4.egg/grapheneexchange/exchange.py", line 139, in __init__
  File "/root/.local/lib/python3.4/site-packages/graphenelib-0.3.10-py3.4.egg/grapheneapi/grapheneclient.py", line 381, in __init__
  File "/root/.local/lib/python3.4/site-packages/graphenelib-0.3.10-py3.4.egg/grapheneapi/graphenews.py", line 57, in __init__
  File "/root/.local/lib/python3.4/site-packages/graphenelib-0.3.10-py3.4.egg/grapheneapi/graphenewsrpc.py", line 41, in __init__
  File "/usr/local/lib/python3.4/dist-packages/websocket/_core.py", line 489, in create_connection
    websock.connect(url, **options)
  File "/usr/local/lib/python3.4/dist-packages/websocket/_core.py", line 216, in connect
    options.pop('socket', None))
  File "/usr/local/lib/python3.4/dist-packages/websocket/_http.py", line 67, in connect
    sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
  File "/usr/local/lib/python3.4/dist-packages/websocket/_http.py", line 109, in _open_socket
    sock.connect(address)
TimeoutError: [Errno 110] Connection timed out


@xeroc