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
{{ message }}
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
I'm getting the exact same error. I upgraded from v1.7 and got this error. I then tried uninstalling v1.8, removing the .farmr folder and then reinstalling v1.8. I still get the error. I'm using Ubuntu server as well (v20.04.4 LTS).
Starting farmr for chia in Farmer mode...
Unhandled exception:
LateInitializationError: Local 'db' has already been initialized.
#0 LateError._throwLocalAlreadyInitialized (dart:_internal-patch/internal_patch.dart:204)
#1 openSQLiteDB (package:farmr_client/utils/sqlite.dart:16)
#2 Cache._createTables (package:farmr_client/cache/cacheIO.dart:40)
#3 new Cache (package:farmr_client/cache/cacheIO.dart:34)
#4 Blockchain.init (package:farmr_client/blockchain.dart:237)
#5 main (file:///home/runner/work/farmr/farmr/farmr.dart:180)
<asynchronous suspension>
Hello, I'm trying to run farmr. I have the installation on an Ubuntu server. After running I get this error. I have no idea what to do next.
Unhandled exception: LateInitializationError: Local 'db' has already been initialized. #0 LateError._throwLocalAlreadyInitialized (dart:_internal-patch/internal_patch.dart:204) #1 openSQLiteDB (package:farmr_client/utils/sqlite.dart:16) #2 Cache._createTables (package:farmr_client/cache/cacheIO.dart:40) #3 new Cache (package:farmr_client/cache/cacheIO.dart:34) #4 Blockchain.init (package:farmr_client/blockchain.dart:237) #5 main (file:///home/runner/work/farmr/farmr/farmr.dart:180) <asynchronous suspension>
Thanks for help
The text was updated successfully, but these errors were encountered: