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
Traceback (most recent call last):
File "robot_sync_game_events.py", line 214, in
main()
File "robot_sync_game_events.py", line 201, in main
block_filter = w3.eth.filter({'toBlock': 'latest', 'address': settings.ETHEREUM_DICE_CONTRACT})
File "/usr/local/lib/python3.5/dist-packages/web3/eth.py", line 332, in filter
[filter_params],
File "/usr/local/lib/python3.5/dist-packages/web3/manager.py", line 109, in request_blocking
response = self._make_request(method, params)
File "/usr/local/lib/python3.5/dist-packages/web3/manager.py", line 92, in _make_request
return request_func(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/gas_price_strategy.py", line 18, in middleware
return make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/attrdict.py", line 18, in middleware
response = make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/normalize_errors.py", line 9, in middleware
result = make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 50, in apply_formatters
response = make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/providers/websocket.py", line 119, in make_request
return future.result()
File "/usr/lib/python3.5/concurrent/futures/_base.py", line 405, in result
return self.__get_result()
File "/usr/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/usr/local/lib/python3.5/dist-packages/web3/providers/websocket.py", line 107, in coro_make_request
timeout=self.websocket_timeout
File "/usr/lib/python3.5/asyncio/tasks.py", line 404, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
The text was updated successfully, but these errors were encountered:
Listenting for these ETHEREUM_EVENT_TOPICS
Listenting for contract events....
Traceback (most recent call last):
File "robot_sync_game_events.py", line 214, in
main()
File "robot_sync_game_events.py", line 201, in main
block_filter = w3.eth.filter({'toBlock': 'latest', 'address': settings.ETHEREUM_DICE_CONTRACT})
File "/usr/local/lib/python3.5/dist-packages/web3/eth.py", line 332, in filter
[filter_params],
File "/usr/local/lib/python3.5/dist-packages/web3/manager.py", line 109, in request_blocking
response = self._make_request(method, params)
File "/usr/local/lib/python3.5/dist-packages/web3/manager.py", line 92, in _make_request
return request_func(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/gas_price_strategy.py", line 18, in middleware
return make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/attrdict.py", line 18, in middleware
response = make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/normalize_errors.py", line 9, in middleware
result = make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 50, in apply_formatters
response = make_request(method, params)
File "cytoolz/functoolz.pyx", line 232, in cytoolz.functoolz.curry.call
File "/usr/local/lib/python3.5/dist-packages/web3/middleware/formatting.py", line 48, in apply_formatters
response = make_request(method, formatted_params)
File "/usr/local/lib/python3.5/dist-packages/web3/providers/websocket.py", line 119, in make_request
return future.result()
File "/usr/lib/python3.5/concurrent/futures/_base.py", line 405, in result
return self.__get_result()
File "/usr/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result
raise self._exception
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/usr/local/lib/python3.5/dist-packages/web3/providers/websocket.py", line 107, in coro_make_request
timeout=self.websocket_timeout
File "/usr/lib/python3.5/asyncio/tasks.py", line 404, in wait_for
raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
The text was updated successfully, but these errors were encountered: