Debug 1.1.6 #6446
Replies: 1 comment
-
@linkin-hub , if you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Note - this issue indicates that your database has the wrong format, you will likely need to remove the current db and resync or use the official torrent from here https://www.chia.net/downloads/#database-checkpoint Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello tell me what this means in the chia log
2021-06-05T08:24:20.740 full_node full_node_server : ERROR Exception: too many SQL variables, {'host': '177.98.125.126', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 526, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 244, in request_proof_of_weight
File "chia\full_node\weight_proof.py", line 77, in get_proof_of_weight
File "chia\full_node\weight_proof.py", line 119, in _create_proof_of_weight
File "chia\consensus\blockchain.py", line 695, in get_block_records_at
File "chia\full_node\block_store.py", line 181, in get_block_records_by_hash
File "aiosqlite\core.py", line 184, in execute
File "aiosqlite\core.py", line 129, in _execute
File "aiosqlite\core.py", line 102, in run
sqlite3.OperationalError: too many SQL variables
2021-06-05T08:24:20.743 full_node full_node_server : ERROR Exception: too many SQL variables <class 'sqlite3.OperationalError'>, closing connection {'host': '177.98.125.126', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 536, in api_call
File "asyncio\tasks.py", line 442, in wait_for
File "chia\server\server.py", line 533, in wrapped_coroutine
File "chia\server\server.py", line 526, in wrapped_coroutine
File "chia\full_node\full_node_api.py", line 244, in request_proof_of_weight
File "chia\full_node\weight_proof.py", line 77, in get_proof_of_weight
File "chia\full_node\weight_proof.py", line 119, in _create_proof_of_weight
File "chia\consensus\blockchain.py", line 695, in get_block_records_at
File "chia\full_node\block_store.py", line 181, in get_block_records_by_hash
File "aiosqlite\core.py", line 184, in execute
File "aiosqlite\core.py", line 129, in _execute
File "aiosqlite\core.py", line 102, in run
sqlite3.OperationalError: too many SQL variables
Beta Was this translation helpful? Give feedback.
All reactions