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
I(0xf0DAca3B7Cb562059D89bD5d8291a482b20f9D52) open channel with a partner (0x2A7D58e62C829b0321563A6D1dDd7c209eE657C3) The partner sends 51 transfers. They all go through. I try to send to send 51 transfer back the last transfer gets stuck. After that i try to make a payment through the Web UI, and my node is killed with an error or an exception. Even partner is unable to perform any further operations on his end.
After this I opened channel with other partners and deposited made transfers with other partners and they worked.
Read through Requirements for safe usage mentioned in our documentation and make sure your usage follows the requirements.
Is your Ethereum node syncing and up to date with the blockchain?
Yes using infura hence it must be uptodate
Are you using the same Ethereum account with anything other than the Raiden node? Or are you running multiple Raiden nodes with the same Ethereum account?
No single raiden node only meant for testing
Does your Ethereum account used by Raiden have sufficient ETH?
Yes I had 0.19 eth after all the transactions it still reflects 0.1856 eth on testnet
Did you alter or delete the local DB that exists by default at ~/.raiden?
No
Did you stop / restart your raiden node while having open channels and/or pending transfers? if so, please provide further information.
My node was getting killed with an exception each time I initiate payments with the affected channel.
Did you stop / restart your Ethereum node while Raiden was running?
Many times
Did you switch from one Ethereum node to another? example: switching from a local Ethereum node to an Infura one.
No same infura node, internally if infura assigns different nodes each time you connect with it then we need to check with implementation details of infura.
Is Raiden REST API protected from public access?
yes it is on localhost
System Description
Here add a detailed description of your system, e.g. output of the following script:
uname -a
Linux krishna-pc 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64 GNU/Linux
command -v solc && solc --version
/usr/bin/solc
solc, the solidity compiler commandline interface
Version: 0.4.25+commit.59dbf8f1.Linux.g++
command -v geth && geth version
/usr/bin/geth
Geth
Version: 1.8.16-stable
Git Commit: 477eb0933b9529f7deeccc233cc815fe34a8ea56
Architecture: amd64
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.11
Operating System: linux
GOPATH=
GOROOT=/home/travis/.gimme/versions/go1.11.linux.amd64
command -v raiden && raiden version
raiden-v0.15.1.dev6+g14cba904-linux
The text was updated successfully, but these errors were encountered:
Problem Definition
I(0xf0DAca3B7Cb562059D89bD5d8291a482b20f9D52) open channel with a partner (0x2A7D58e62C829b0321563A6D1dDd7c209eE657C3) The partner sends 51 transfers. They all go through. I try to send to send 51 transfer back the last transfer gets stuck. After that i try to make a payment through the Web UI, and my node is killed with an error or an exception. Even partner is unable to perform any further operations on his end.
After this I opened channel with other partners and deposited made transfers with other partners and they worked.
My logs
node-f0DAca.log
Dominiks logs
https://gist.github.com/Dominik1999/307e61b25f014c4b17808a43cd8467fd
Supplementary logs of the errors that raiden recorded in the /tmp folder while giving an exception and exiting
raiden-exception-2018-10-29T15-44qcdf0j7x.txt
raiden-exception-2018-10-29T15-50kytb9vfq.txt
raiden-exception-2018-10-29T15-3833_omyjs.txt
Issue checklist
Read through Requirements for safe usage mentioned in our documentation and make sure your usage follows the requirements.
Is your Ethereum node syncing and up to date with the blockchain?
Yes using infura hence it must be uptodate
Are you using the same Ethereum account with anything other than the Raiden node? Or are you running multiple Raiden nodes with the same Ethereum account?
No single raiden node only meant for testing
Does your Ethereum account used by Raiden have sufficient ETH?
Yes I had 0.19 eth after all the transactions it still reflects 0.1856 eth on testnet
Did you alter or delete the local DB that exists by default at ~/.raiden?
No
Did you stop / restart your raiden node while having open channels and/or pending transfers? if so, please provide further information.
My node was getting killed with an exception each time I initiate payments with the affected channel.
Did you stop / restart your Ethereum node while Raiden was running?
Many times
Did you switch from one Ethereum node to another? example: switching from a local Ethereum node to an Infura one.
No same infura node, internally if infura assigns different nodes each time you connect with it then we need to check with implementation details of infura.
Is Raiden REST API protected from public access?
yes it is on localhost
System Description
Here add a detailed description of your system, e.g. output of the following script:
The text was updated successfully, but these errors were encountered: