Cannot connect
Hello there
I have a newly installed wallet on Ubuntu, it keeps connecting but never connects or starts syncing. Tried to restart and clear Cache, did't work. Any ideas?
neuron_debug_1653904335457.zip

Hi @DrCryptoN3rd
From the ckb-bundled.log
2022-05-30 07:23:32.352 +02:00 main ERROR panic thread 'main' panicked at 'Internal(DataCorrupted(failed to open database: IO error: While lock file: /home/user/.config/Neuron/chains/mainnet/data/db/LOCK: Resource temporarily unavailable))': db/src/db.rs:99 0: ckb_logger_service::setup_panic_logger::{{closure}}
There's a lock file stopping running ckb node inside neuron, removing /home/user/.config/Neuron/chains/mainnet/data/db/LOCK should fix it.
neuron_debug_1653924563124.zip Did that now it's not even trying to connect.
neuron_debug_1653924563124.zip Did that now it's not even trying to connect.
Hi @DrCryptoN3rd
The bundled-ckb.log shows ckb node is running and main.log shows neuron is trying to boost ckb-indexer [2022-05-30 17:22:10.805] [info] Indexer: start: PORT: 8118, which is the synchronization module of neuron, but it hangs(3 times). This happens when ckb-indexer was not closed properly last time.
Please check if ckb-indexer is running (with command line in terminal lsof -i:8118) when neuron is off. If yes, you may have to kill ckb-indexer process manually and relaunch neuron.
If neuron still hangs with log [info] Indexer: start: PORT: 8118..., it should be an error related to ckb-indexer and I'll ask the developer for help.
I did kill all the ckb processes, restarted and it still hangs with log [info] Indexer: start: PORT: 8118... neuron_debug_1653936897082.zip
Mark this issue stale because no activity for 60 days
Close this issue because it's inactive since marked stale