dev-crew-it / easy-rgb

A collection of tools that make the integration of RGB on the lightning network easy
GNU General Public License v2.0
1 stars 0 forks source link

bdk WouldBlock #8

Closed vincenzopalazzo closed 6 months ago

vincenzopalazzo commented 6 months ago

sometime we get the following init error

➜  VincentSSD clightning --testnet plugin start /home/vincent/github/work/rgb-tools/easy-rgb/target/debug/rgb-cln
{
   "code": -3,
   "message": "/home/vincent/github/work/rgb-tools/easy-rgb/target/debug/rgb-cln: disabled itself at init: Internal error: Error from bdk: Sled database error: IO error: could not acquire lock on \\\"/run/media/vincent/VincentSSD/.lightning/testnet/8a75b95b/bdk_db_watch_only/db\\\": Os { code: 11, kind: WouldBlock, message: \\\"Resource temporarily unavailable\\\" }"
}
vincenzopalazzo commented 6 months ago

Ok this was the async not runtime inside cln4rust