Created
April 20, 2019 14:46
-
-
Save czepluch/00edfa15d8bfe1448fba8a662be28e7e to your computer and use it in GitHub Desktop.
RaidenUnrecoverableError
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are connected to the 'goerli' network and the DB path is: /home/jacob/.raiden/node_2a93dd05/netid_5/network_b3dc40db/v21_log.db | |
2019-04-20 14:40:51.113898 [info ] Automatically selecting matrix homeserver based on RTT [raiden.network.transport.matrix.utils] sorted_servers=['https://transport01.raiden.network', 'https://transport03.raiden.network', 'https://transport02.raiden.network'] | |
Traceback (most recent call last): | |
File "raiden-script.py", line 2, in <module> | |
File "site-packages/raiden/__main__.py", line 11, in main | |
File "site-packages/click/core.py", line 764, in __call__ | |
File "site-packages/click/core.py", line 717, in main | |
File "site-packages/click/core.py", line 1114, in invoke | |
File "site-packages/click/core.py", line 956, in invoke | |
File "site-packages/click/core.py", line 555, in invoke | |
File "site-packages/click/decorators.py", line 17, in new_func | |
File "site-packages/raiden/ui/cli.py", line 522, in run | |
File "site-packages/raiden/ui/runners.py", line 276, in run | |
File "site-packages/raiden/ui/runners.py", line 95, in _start_services | |
File "site-packages/raiden/ui/app.py", line 273, in run_app | |
File "site-packages/raiden/app.py", line 150, in start | |
File "site-packages/raiden/raiden_service.py", line 539, in start | |
File "site-packages/raiden/raiden_service.py", line 863, in _initialize_transactions_queues | |
File "site-packages/raiden/raiden_event_handler.py", line 123, in on_raiden_event | |
File "site-packages/raiden/raiden_event_handler.py", line 373, in handle_contract_send_channelunlock | |
raiden.exceptions.RaidenUnrecoverableError: Failed to find channel state with partner b'\x0b\xae\x02\x89\xaa\xa2hE"OR\x8f\x9b\x9d\xef\xe6\x9e\x01`n', token_network:pex(token_network_identifier) | |
[2720] Failed to execute script raiden-script | |
--- Logging error --- | |
Exception ignored in: <function BaseFileLock.__del__ at 0x7f6d4927a840> | |
Traceback (most recent call last): | |
File "site-packages/filelock.py", line 333, in __del__ | |
File "site-packages/filelock.py", line 320, in release | |
File "logging/__init__.py", line 1383, in info | |
File "logging/__init__.py", line 1519, in _log | |
File "logging/__init__.py", line 1529, in handle | |
File "logging/__init__.py", line 1591, in callHandlers | |
File "logging/__init__.py", line 905, in handle | |
File "logging/handlers.py", line 72, in emit | |
File "logging/__init__.py", line 958, in handleError | |
File "/usr/local/lib/python3.7/traceback.py", line 104, in print_exception | |
File "site-packages/raiden/log_config.py", line 145, in tracebackexception_format | |
File "site-packages/raiden/log_config.py", line 126, in processor_wrapper | |
ImportError: sys.meta_path is None, Python is likely shutting down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment