-
Notifications
You must be signed in to change notification settings - Fork 119
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
Error Adding Local Alias : SCID not found #1016
Comments
Hey @vanditshah99 Thank you for the early testing, and for opening this issue Looks like this was expected behavior according to our codebase, as we would not be able to match a real channel with an empty asset id. This was recently changed in #1011 and will no longer cause the daemon to terminate.
After the restart, did you try to pay with the same command? (i.e |
Thanks for the report. This is the correct repository for |
Oh yes, we did. we checked the scenario, where in a taproot asset ln invoice is paid by lncli payinvoice, worked well 👍 |
The scenario that failed, was that a multi-hop or single-hop (direct channel) payment? |
It was a single hop payment. |
And did you have other channels (non-asset channels) on either of the sender/receiver node? |
Yes, The receiver had a lightning channel with another node as well |
Okay, thanks. I'll try to reproduce this and let you know if I have more questions. |
Hmm, I'm having trouble reproducing this... Do you still have the logs from when it happened (please always attach logs if possible)? |
We were actively testing it with two other peer nodes, so until we completed testing and gathered info about the bugs, we found that server didn't persist the logs, let us try with latest rc4, and see if we can reproduce it. Thanks |
@guggero we accidentally came across this issue again, what we did
Now we directly try AddAssetBuyOrder
Node 2 which is the peer node logs are as follows
Node 1 Logs which requests AddAssetBuyOrder
|
Thanks for the additional information. So that means you don't yet have an asset channel between node 1 and node 2? |
Yes we don't have a channel between node1 and node 2. |
Created this issue to help users use the RPC endpoints correctly: #1053 |
Hi Team, We have recently tested Single Hop and Multi-Hop Payment Transfers via a Mock RFQ middleware in between.
So, the case was RFQ middleware node generated an invoice via this command
Our Node used the conventional way via paying using GRPC of LND ( lncli payinvoice).
The taproot-Asset daemon of our node went down and the error noted in the console was
We restarted LITD and have been good to go since then, But I think the issue struck when trying to populate alias SCID for the first time.
The team is trying to catch up to the logs of the node, might update in the comment if we retrieve one, as it's been quite a few hours since we noticed the issue.
LITD version used
The text was updated successfully, but these errors were encountered: