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
zombie@zombie:~$ uname -a
Linux zombie 5.11.0-41-generic #45-Ubuntu SMP Fri Nov 5 11:37:01 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
zombie:~$ jet channeldb
channel.db is located at /home/zombie/.lnd/data/graph/mainnet/channel.db
/home/zombie/.lnd/data/graph/signet/channel.db
checkChannelDb: Error: ENOENT: no such file or directory, stat '/home/zombie/.lnd/data/graph/mainnet/channel.db
/home/zombie/.lnd/data/graph/signet/channel.db'
/home/zombie/lightning-jet/api/channeldb.js:30
if (res.priority === priority.urgent) {
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Jet not finding file channeldb
Jet not finding file channel.db
Jan 5, 2022
This issue occurred on a bare metal install of jet. Wrote an independent test code that calls statSync on the path, /home/zombie/.lnd/data/graph/mainnet/channel.db. The test code worked. User is the same in jet channeldb and the test code, printed via require('os').userInfo().
zombie@zombie:~$ uname -a
Linux zombie 5.11.0-41-generic #45-Ubuntu SMP Fri Nov 5 11:37:01 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
zombie:~$ jet channeldb
channel.db is located at /home/zombie/.lnd/data/graph/mainnet/channel.db
/home/zombie/.lnd/data/graph/signet/channel.db
checkChannelDb: Error: ENOENT: no such file or directory, stat '/home/zombie/.lnd/data/graph/mainnet/channel.db
/home/zombie/.lnd/data/graph/signet/channel.db'
/home/zombie/lightning-jet/api/channeldb.js:30
if (res.priority === priority.urgent) {
The text was updated successfully, but these errors were encountered: