Skip to content

Instantly share code, notes, and snippets.

@LefterisJP
Created November 7, 2019 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LefterisJP/3f0f9bf471ff02ede949119a238c9f8d to your computer and use it in GitHub Desktop.
Save LefterisJP/3f0f9bf471ff02ede949119a238c9f8d to your computer and use it in GitHub Desktop.
mfee4_node0_crash.traceback
--------- Starting ---------
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/utils.py", line 273, in refresh_presence
self._client.set_presence_state(UserPresence.ONLINE.value)
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/client.py", line 373, in set_presence_state
"PUT", f"/presence/{quote(self.user_id)}/status", {"presence": state}
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/client.py", line 151, in _send
return super()._send(method, path, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/matrix_client/api.py", line 691, in _send
code=response.status_code, content=response.text
matrix_client.errors.MatrixRequestError: 404: 404 page not found
2019-11-07T17:29:06Z <Greenlet "Greenlet-4" at 0x7f7c580ea048: <bound method UserAddressManager.refresh_presence of <raiden.network.transport.matrix.utils.UserAddressManager object at 0x7f7c585baf28>>> failed with MatrixRequestError
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 447, in _run
self._broadcast_worker()
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 614, in _broadcast_worker
self._broadcast_event.wait(self._config["retry_interval"])
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 454, in _run
self.stop() # ensure cleanup and wait on subtasks
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 483, in stop
self._client.set_presence_state(UserPresence.OFFLINE.value)
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/client.py", line 373, in set_presence_state
"PUT", f"/presence/{quote(self.user_id)}/status", {"presence": state}
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/client.py", line 151, in _send
return super()._send(method, path, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/matrix_client/api.py", line 691, in _send
code=response.status_code, content=response.text
matrix_client.errors.MatrixRequestError: 404: 404 page not found
2019-11-07T17:29:06Z <Greenlet "MatrixTransport._run node:0x10E80EC7810DEe31df9188f9651799FcBD79100a" at 0x7f7c599dc488: <bound method MatrixTransport._run of <MatrixTransport node:0x10E80EC7810DEe31df9188f9651799FcBD79100a id:b0d7bf10-f72a-4fe7-8f0b-3269709b332a>>> failed with MatrixRequestError
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 447, in _run
self._broadcast_worker()
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 614, in _broadcast_worker
self._broadcast_event.wait(self._config["retry_interval"])
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/raiden_service.py", line 446, in _run
self.stop_event.wait()
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
2019-11-07T17:29:06Z <Greenlet "RaidenService._run node:0x10E80EC7810DEe31df9188f9651799FcBD79100a" at 0x7f7c599dc9d8: <bound method RaidenService._run of <RaidenService node:0x10E80EC7810DEe31df9188f9651799FcBD79100a>>> failed with MatrixRequestError
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 447, in _run
self._broadcast_worker()
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 614, in _broadcast_worker
self._broadcast_event.wait(self._config["retry_interval"])
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/ui/runners.py", line 231, in stop_task
task.get() # re-raise
File "src/gevent/greenlet.py", line 633, in gevent._greenlet.Greenlet.get
File "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception
File "/usr/local/lib/python3.7/site-packages/gevent/_compat.py", line 47, in reraise
raise value.with_traceback(tb)
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/raiden_service.py", line 446, in _run
self.stop_event.wait()
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
2019-11-07T17:29:06Z <Greenlet "Greenlet-6" at 0x7f7c599dcae8: stop_task(<RaidenService node:0x10E80EC7810DEe31df9188f96517)> failed with MatrixRequestError
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 447, in _run
self._broadcast_worker()
File "/usr/local/lib/python3.7/site-packages/raiden/network/transport/matrix/transport.py", line 614, in _broadcast_worker
self._broadcast_event.wait(self._config["retry_interval"])
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/raiden", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/raiden/__main__.py", line 13, in main
run(auto_envvar_prefix="RAIDEN") # pylint: disable=no-value-for-parameter
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1114, in invoke
return Command.invoke(self, ctx)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/raiden/ui/cli.py", line 594, in run
app = runner.run()
File "/usr/local/lib/python3.7/site-packages/raiden/ui/runners.py", line 245, in run
return self._start_services()
File "/usr/local/lib/python3.7/site-packages/raiden/ui/runners.py", line 236, in _start_services
raise_error=True,
File "src/gevent/greenlet.py", line 849, in gevent._greenlet.joinall
File "src/gevent/greenlet.py", line 865, in gevent._greenlet.joinall
File "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception
File "/usr/local/lib/python3.7/site-packages/gevent/_compat.py", line 47, in reraise
raise value.with_traceback(tb)
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/ui/runners.py", line 231, in stop_task
task.get() # re-raise
File "src/gevent/greenlet.py", line 633, in gevent._greenlet.Greenlet.get
File "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception
File "/usr/local/lib/python3.7/site-packages/gevent/_compat.py", line 47, in reraise
raise value.with_traceback(tb)
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "/usr/local/lib/python3.7/site-packages/raiden/raiden_service.py", line 446, in _run
self.stop_event.wait()
File "src/gevent/event.py", line 240, in gevent._event.Event.wait
File "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
File "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
File "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
matrix_client.errors.MatrixRequestError: 404: 404 page not found
--------- Stopped ---------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment