Skip to content
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: file_does_not_exist after upgrading to 0.0.58 #62

Open
tanx opened this issue Oct 19, 2022 · 1 comment
Open

Error: file_does_not_exist after upgrading to 0.0.58 #62

tanx opened this issue Oct 19, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tanx
Copy link
Contributor

tanx commented Oct 19, 2022

I was testing on 0.0.54 before and wanted to upgrade to 0.0.58 to test native persistence of the network graph. The LDK node still works but now I see the following error messages in the metro logs:

NATIVE LOG: Error: file_does_not_exist. Message: 'Could not locate file at /Users/tanx/Library/Developer/CoreSimulator/Devices/CCDB2E39-C1FE-4C14-881F-E8BE9F8967DD/data/Containers/Data/Application/B56477E5-16CA-44C1-8A71-3DD46B6A7C81/Documents/ldk/wallet3/confirmed_outputs.json'
NATIVE LOG: Error: file_does_not_exist. Message: 'Could not locate file at /Users/tanx/Library/Developer/CoreSimulator/Devices/CCDB2E39-C1FE-4C14-881F-E8BE9F8967DD/data/Containers/Data/Application/B56477E5-16CA-44C1-8A71-3DD46B6A7C81/Documents/ldk/wallet3/broadcasted_transactions.json'
@Jasonvdb
Copy link
Collaborator

Thanks yes the node will still work fine with these errors. What's happening is those files don't yet exist until you have a channel. So the error is managed but it should probably just be silenced in this scenario. Will make a PR to fix this but for now it's safe to ignore.

@Jasonvdb Jasonvdb self-assigned this Oct 19, 2022
@Jasonvdb Jasonvdb added the bug Something isn't working label Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants