ValueError: MAC check failed

Hello, I’m asking for help since nobody on github and discord or telegram channels can help me with CHIA on Linux. Installation from scratch, Linux Mint kernel 5.4. I’m installing according to the instructions from the github. I keep getting an error. Chia 1.1.5 SSD

yperx@hyperx-MS-7C56:~$ cd chia-blockchain
hyperx@hyperx-MS-7C56:~/chia-blockchain$ . ./activate
(venv) hyperx@hyperx-MS-7C56:~/chia-blockchain$ cd chia-blockchain-gui
(venv) hyperx@hyperx-MS-7C56:~/chia-blockchain/chia-blockchain-gui$ npm run electron &
[1] 11183
(venv) hyperx@hyperx-MS-7C56:~/chia-blockchain/chia-blockchain-gui$ 
chia-blockchain@ electron /home/hyperx/chia-blockchain/chia-blockchain-gui
electron .

/home/hyperx/chia-blockchain/app.asar.unpacked/daemon
false
Error loading config - using defaults
startUrl file:///home/hyperx/chia-blockchain/chia-blockchain-gui/build/renderer/index.html
/home/hyperx/chia-blockchain/app.asar.unpacked/daemon
false
/home/hyperx/chia-blockchain/app.asar.unpacked/daemon
false
Running python script
Script ../chia/daemon/server.py
child process success
(node:11202) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https://github.com/electron/electron/issues/23506 for more information
No cert
Chia directory /home/hyperx/.chia/mainnet
stderr: Traceback (most recent call last):
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/keyrings/cryptfile/file_base.py", line 116, in get_password
    password = self.decrypt(password_encrypted, assoc).decode('utf-8')
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/keyrings/cryptfile/cryptfile.py", line 130, in decrypt
    return cipher.decrypt_and_verify(data['data'], data['mac'])
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/Crypto/Cipher/modegcm.py", line 567, in decrypt_and_verify
    self.verify(received_mac_tag)
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/Crypto/Cipher/modegcm.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 "../chia/daemon/server.py", line 982, in <module>
    main()
  File "../chia/daemon/server.py", line 978, in main
    return run_daemon(DEFAULT_ROOT_PATH)
  File "../chia/daemon/server.py", line 972, in run_daemon
    return asyncio.get_event_loop().run_until_complete(async_run_daemon(root_path))
  File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "../chia/daemon/server.py", line 936, in async_run_daemon
    chia_init(root_path)
  File "/home/hyperx/chia-blockchain/chia/cmds/init_funcs.py", line 316, in chia_init
    check_keys(root_path)
  File "/home/hyperx/chia-blockchain/chia/cmds/init_funcs.py", line 51, in check_keys
    all_sks = keychain.get_all_private_keys()
  File "/home/hyperx/chia-blockchain/chia/util/keychain.py", line 243, in get_all_private_keys
    pkent = self.getpk_and_entropy(self.getprivate_key_user(index))
  File "/home/hyperx/chia-blockchain/chia/util/keychain.py", line 142, in getpk_and_entropy
    read_str = keyring.get_password(self.getservice(), user)
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/keyrings/cryptfile/file_base.py", line 119, in get_password
    password = self.decrypt(password_encrypted).decode('utf-8')
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/keyrings/cryptfile/cryptfile.py", line 130, in decrypt
    return cipher.decrypt_and_verify(data['data'], data['mac'])
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/Crypto/Cipher/modegcm.py", line 567, in decrypt_and_verify
    self.verify(received_mac_tag)
  File "/home/hyperx/chia-blockchain/venv/lib/python3.8/site-packages/Crypto/Cipher/modegcm.py", line 508, in verify
    raise ValueError("MAC check failed")
ValueError: MAC check failed
closing code: 1