Problem After Upgrading - sqlite3.OperationalError: no such savepoint: s2 #12689
armanmisdar
started this conversation in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys, I need some help here. Recently I try to update my Chia client from the older version to the latest. (It was working fine before but the latest farming requirement needs me to bring it to at least V1.3). I have never used or installed the GUI, all along it was doing the farming via CLI only.
I followed the upgrade instructions from this link:
https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#install-from-source
When launching the CLI, I got these messages:
Traceback (most recent call last):
File "/usr/lib/chia-blockchain/venv/bin/chia_full_node", line 33, in
sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia_full_node')())
File "/usr/lib/chia-blockchain/chia/server/start_full_node.py", line 60, in main
return run_service(**kwargs)
File "/usr/lib/chia-blockchain/chia/server/start_service.py", line 291, in run_service
return asyncio.run(async_run_service(*args, **kwargs))
File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
File "/usr/lib/chia-blockchain/chia/server/start_service.py", line 285, in async_run_service
return await service.run()
File "/usr/lib/chia-blockchain/chia/server/start_service.py", line 195, in run
await self.start()
File "/usr/lib/chia-blockchain/chia/server/start_service.py", line 154, in start
await self._node._start(**kwargs)
File "/usr/lib/chia-blockchain/chia/full_node/full_node.py", line 224, in _start
self.coin_store = await CoinStore.create(self.db_wrapper)
File "/usr/lib/chia-blockchain/chia/full_node/coin_store.py", line 77, in create
await conn.execute("CREATE INDEX IF NOT EXISTS coin_parent_index on coin_record(coin_parent)")
File "/usr/lib/python3.7/contextlib.py", line 188, in aexit
await self.gen.athrow(typ, value, traceback)
File "/usr/lib/chia-blockchain/chia/util/db_wrapper.py", line 106, in write_db
await self._write_connection.execute(f"RELEASE {name}")
File "/usr/lib/chia-blockchain/venv/lib/python3.7/site-packages/aiosqlite/core.py", line 184, in execute
cursor = await self._execute(self._conn.execute, sql, parameters)
File "/usr/lib/chia-blockchain/venv/lib/python3.7/site-packages/aiosqlite/core.py", line 129, in _execute
return await future
File "/usr/lib/chia-blockchain/venv/lib/python3.7/site-packages/aiosqlite/core.py", line 102, in run
result = function()
sqlite3.OperationalError: no such savepoint: s2
Please advise. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions