Skip to content

Instantly share code, notes, and snippets.

@CosminNechifor
Created December 19, 2018 10:50
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 CosminNechifor/8cba44fe51f3a2418464e4c59dbde820 to your computer and use it in GitHub Desktop.
Save CosminNechifor/8cba44fe51f3a2418464e4c59dbde820 to your computer and use it in GitHub Desktop.
node_035 /home/cosmin/Documents/utility/raiden_binary/raiden_binary_fixed_hanging/raiden-v0.19.1.dev44+gaf0eaa6f-linux --keystore-path /home/cosmin/.raiden/scenario-player/scenarios/long-running/node_037/keys --log-config 'raiden:error' --eth-rpc-endpoint "http://parity.kovan.ethnodes.brainbot.com:8545" --api-address "http://127.0.0.1:5003" --network-id 42 --environment-type "development" --accept-disclaimer --log-json
Welcome to Raiden, version 0.19.1.dev44+gaf0eaa6f!
----------------------------------------------------------------------
| This is an Alpha version of experimental open source software |
| released as a test version under an MIT license and may contain |
| errors and/or bugs. No guarantee or representations whatsoever is |
| made regarding its suitability (or its use) for any purpose or |
| regarding its compliance with any applicable laws and regulations. |
| Use of the software is at your own risk and discretion and by |
| using the software you acknowledge that you have read this |
| disclaimer, understand its contents, assume all risk related |
| thereto and hereby release, waive, discharge and covenant not to |
| sue Brainbot Labs Establishment or any officers, employees or |
| affiliates from and for any direct or indirect liability resulting |
| from the use of the software as permissible by applicable laws and |
| regulations. |
| |
| Privacy Warning: Please be aware, that by using the Raiden Client, |
| among others, your Ethereum address, channels, channel deposits, |
| settlements and the Ethereum address of your channel counterparty |
| will be stored on the Ethereum chain, i.e. on servers of Ethereum |
| node operators and ergo are to a certain extent publicly available.|
| The same might also be stored on systems of parties running Raiden |
| nodes connected to the same token network. Data present in the |
| Ethereum chain is very unlikely to be able to be changed, removed |
| or deleted from the public arena. |
| |
| Also be aware, that data on individual Raiden token transfers will |
| be made available via the Matrix protocol to the recipient, |
| intermediating nodes of a specific transfer as well as to the |
| Matrix server operators. |
----------------------------------------------------------------------
The following accounts were found in your machine:
[ 0] - 0x00ADc9ce60DB1c926fE5C13E51e4A581fa3D25c8
Select one of them by index to continue: 0
Enter the password to unlock 0x00ADc9ce60DB1c926fE5C13E51e4A581fa3D25c8:
Incorrect passphrase to unlock the private key. 3 tries remaining. Please try again or kill the process to quit. Usually Ctrl-c.
Enter the password to unlock 0x00ADc9ce60DB1c926fE5C13E51e4A581fa3D25c8:
Raiden is running in development mode
Checking if the ethereum node is synchronized
You are connected to the 'kovan' network and the DB path is: /home/cosmin/.raiden/node_00adc9ce/netid_42/network_bfa863ac/v16_log.db
The Raiden API RPC server is now running at http://127.0.0.1:5003/.
See the Raiden documentation for all available endpoints at
http://raiden-network.readthedocs.io/en/stable/rest_api.html
{"chain_id": 42, "token_network_identifier": "b\".s\\x89_F_F\\xb8\\xdd\\xa3\\xe2<3\\x95\\r\\x8e'&\\xd6\\xd8\"", "channel_identifier": 4, "node": "00adc9ce", "partner": "0x0C8cdb00421c4A65604De323539399fc59CFf442", "our_deposit": 150, "our_withdrawn": 0, "our_is_closer": false, "our_balance_hash": "0xe657f304a1df4a6ea4f86741726621131223de8724bbd1cc0dfa7b70d42f4cf0", "our_nonce": 23, "our_locksroot": "0x0000000000000000000000000000000000000000000000000000000000000000", "our_locked_amount": 0, "partner_deposit": 0, "partner_withdrawn": 0, "partner_is_closer": true, "partner_balance_hash": "0xd68b79e3fce8ca6b1145a87242f1c05b4a4d75ae5f9e4803a24661836f429840", "partner_nonce": 3, "partner_locksroot": "0x0000000000000000000000000000000000000000000000000000000000000000", "partner_locked_amount": 0, "event": "our balance proof not found", "logger": "raiden.raiden_event_handler", "level": "critical", "greenlet_name": "AlarmTask|Greenlet-2", "timestamp": "2018-12-19 10:45:45.817675"}
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "site-packages/raiden/tasks.py", line 115, in _run
File "site-packages/raiden/tasks.py", line 151, in loop_until_stop
File "site-packages/raiden/tasks.py", line 216, in _maybe_run_callbacks
File "site-packages/raiden/raiden_service.py", line 568, in _callback_new_block
File "site-packages/raiden/raiden_service.py", line 481, in handle_state_change
File "site-packages/raiden/raiden_event_handler.py", line 94, in on_raiden_event
File "site-packages/raiden/raiden_event_handler.py", line 471, in handle_contract_send_channelsettle
raiden.exceptions.RaidenUnrecoverableError: Our balance proof could not be found in the database
2018-12-19T10:45:45Z <Greenlet "AlarmTask|Greenlet-2" at 0x7fc7b00da248: <bound method AlarmTask._run of <raiden.tasks.AlarmTask object at 0x7fc7af1e9048>>> failed with RaidenUnrecoverableError
{"this": "<RaidenService 00adc9ce>", "running": true, "subtask": "<Greenlet \"AlarmTask|Greenlet-2\" at 0x7fc7b00da248: <bound method AlarmTask._run of <raiden.tasks.AlarmTask object at 0x7fc7af1e9048>>>", "exc": "RaidenUnrecoverableError('Our balance proof could not be found in the database',)", "event": "Runnable subtask died!", "logger": "raiden.utils.runnable", "level": "error", "timestamp": "2018-12-19 10:45:45.827179"}
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "site-packages/raiden/raiden_service.py", line 405, in _run
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
raiden.exceptions.RaidenUnrecoverableError: Our balance proof could not be found in the database
2018-12-19T10:45:45Z <Greenlet "RaidenService|Greenlet-1" at 0x7fc7b00da348: <bound method RaidenService._run of <RaidenService 00adc9ce>>> failed with RaidenUnrecoverableError
FATAL: Our balance proof could not be found in the database
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "site-packages/raiden/ui/runners.py", line 209, in stop_task
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 "site-packages/gevent/_compat.py", line 47, in reraise
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "site-packages/raiden/raiden_service.py", line 405, in _run
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
raiden.exceptions.RaidenUnrecoverableError: Our balance proof could not be found in the database
2018-12-19T10:45:45Z <Greenlet "Greenlet-4" at 0x7fc7b00da548: stop_task(<RaidenService 00adc9ce>)> failed with RaidenUnrecoverableError
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 722, in __call__
File "site-packages/click/core.py", line 697, in main
File "site-packages/click/core.py", line 1043, in invoke
File "site-packages/click/core.py", line 895, in invoke
File "site-packages/click/core.py", line 535, in invoke
File "site-packages/click/decorators.py", line 17, in new_func
File "site-packages/raiden/ui/cli.py", line 425, in run
File "site-packages/raiden/ui/runners.py", line 247, in run
File "site-packages/raiden/ui/runners.py", line 214, in _start_services
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 "site-packages/gevent/_compat.py", line 47, in reraise
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "site-packages/raiden/ui/runners.py", line 209, in stop_task
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 "site-packages/gevent/_compat.py", line 47, in reraise
File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
File "site-packages/raiden/raiden_service.py", line 405, in _run
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
raiden.exceptions.RaidenUnrecoverableError: Our balance proof could not be found in the database
[19056] Failed to execute script raiden-script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment