MAC Check Failed #4208
Replies: 5 comments 1 reply
-
I have exact same problem. Have you found a soultion? |
Beta Was this translation helpful? Give feedback.
-
same, ubuntu 20.04, newly install. 1.5.0, can you just stop writing garbage code? |
Beta Was this translation helpful? Give feedback.
-
That was happening to me during that time when everyone was having problems syncing. I updated to the hotfix and it went away. Haven't seen it since |
Beta Was this translation helpful? Give feedback.
-
Fresh install, Debian 10.9 headless. Was working until I rebooted the system. Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
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/ 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.
-
I have started getting this error and it is preventing men from plotting. I have tried a few things to clear it up but nothing is working. I tried a new set of keys, I tried move the .chia dir and letting it resync. Below is the error. Any help will be appreciated.
2021-05-08T12:07:03.060 wallet chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/keyrings/cryptfile/file_base.py", line 116, in get_password
password = self.decrypt(password_encrypted, assoc).decode('utf-8')
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/keyrings/cryptfile/cryptfile.py", line 130, in decrypt
return cipher.decrypt_and_verify(data['data'], data['mac'])
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/Crypto/Cipher/_mode_gcm.py", line 567, in decrypt_and_verify
self.verify(received_mac_tag)
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/Crypto/Cipher/_mode_gcm.py", line 508, in verify
raise ValueError("MAC check failed")
ValueError: MAC check failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home//chia-blockchain/chia/rpc/rpc_server.py", line 212, in safe_handle
response = await self.ws_api(message)
File "/home//chia-blockchain/chia/rpc/rpc_server.py", line 203, in ws_api
return await f(data)
File "/home//chia-blockchain/chia/rpc/wallet_rpc_api.py", line 234, in add_key
check_keys(self.service.root_path)
File "/home//chia-blockchain/chia/cmds/init_funcs.py", line 51, in check_keys
all_sks = keychain.get_all_private_keys()
File "/home//chia-blockchain/chia/util/keychain.py", line 243, in get_all_private_keys
pkent = self._get_pk_and_entropy(self._get_private_key_user(index))
File "/home//chia-blockchain/chia/util/keychain.py", line 142, in _get_pk_and_entropy
read_str = keyring.get_password(self._get_service(), user)
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/keyrings/cryptfile/file_base.py", line 119, in get_password
password = self.decrypt(password_encrypted).decode('utf-8')
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/keyrings/cryptfile/cryptfile.py", line 130, in decrypt
return cipher.decrypt_and_verify(data['data'], data['mac'])
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/Crypto/Cipher/_mode_gcm.py", line 567, in decrypt_and_verify
self.verify(received_mac_tag)
File "/home//chia-blockchain/venv/lib/python3.7/site-packages/Crypto/Cipher/_mode_gcm.py", line 508, in verify
raise ValueError("MAC check failed")
ValueError: MAC check failed
Beta Was this translation helpful? Give feedback.
All reactions