-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transfer unsuccessful message even though node shows payment as incoming #1120
Comments
This error doesn't happen on a direct transfer, it was actually a mediated transfer. You got a |
I can still reproduce this with freshly set up accounts and the fix from #1121 Logs: raiden_2020-03-03T12_22_59.202Z.log Application State
On a second attempt the mediated transfer worked as well. I received non-zero fees from Pathfinding and the mediated transfer was successful: raiden_2020-03-03T12_29_55.561Z.log Since then I was not able to encounter the same issue |
I can look into the python client and PFS side of this. I'm not used to reading the light client logs, which of the payments in the above log is going wrong? |
@karlb you can grep for |
I've created two tickets which might help with this issue: raiden-network/raiden-services#735 and raiden-network/raiden-services#736. For an immediate solution, you will probably have to send frequent PFSCapacityUpdates or add a safety margin based on the payment amount (this approach could be improved by raiden-network/raiden-services#569). |
Encountered it again: raiden_2020-03-03T17_39_08.184Z.log Always seems to happen after freshly set up accounts and after the first time I mint/deposit to UDC the SVT in order to pay for a route request |
One more time: raiden_2020-03-03T18_25_17.533Z.log Again with a new wallet and first time SVT mint/UDC deposit. This time I didn't do any prior transfers and went straight from opening channel to mediated transfer. PFS even returned some mediation fees this time |
I think I've found the issue: |
Steps to Reproduce
Expected Result
Actual Result
Token transfer unsuccessful
message right away even though the receiving node is displaying apayment incoming
notification.Additional Infos (Optional)
The text was updated successfully, but these errors were encountered: