Description
This issue happens any time I try to create a repository
Traceback (most recent call last):
File "views/repo_add_dialog.py", line 98, in set_password
File "keyring/darwin.py", line 96, in get_password
File "keyring/darwin.py", line 124, in _resolve_password
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "ctypes/__init__.py", line 8, in <module>
ImportError: dlopen(/Applications/Vorta.app/Contents/MacOS/lib-dynload/_ctypes.cpython-310-darwin.so, 2): Symbol not found: _ffi_closure_alloc
Referenced from: /Applications/Vorta.app/Contents/MacOS/lib-dynload/_ctypes.cpython-310-darwin.so (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libffi.dylib
in /Applications/Vorta.app/Contents/MacOS/lib-dynload/_ctypes.cpython-310-darwin.so
#### Environment
- OS: macOS Mojave 10.14.6
- Vorta version: 0.8.9
- Installed from: Homebrew
- Borg version: 1.2.2 (1.2.3 is installed according to 'brew info borgbackup' but the Misc tab shows 1.2.2)
<!-- Vorta and Borg versions can be found in Main Window > Misc Tab. -->
#### Logs
<!-- Logs are very important for most issues. Please paste them down below.
They can be found in Main Window > Misc Tab > Log.
Logs are more helpful if you include (exactly) the logs that were produced during the steps you described above.
-->
2023-01-03 09:39:57,580 - root - DEBUG - Expected error parsing file in .ssh: id_rsa (You can safely ignore this)
Traceback (most recent call last):
File "paramiko/ecdsakey.py", line 301, in _decode_key
File "paramiko/message.py", line 178, in get_text
File "paramiko/py3compat.py", line 161, in u
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xaa in position 1: invalid start byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/ecdsakey.py", line 126, in init
File "paramiko/ecdsakey.py", line 278, in _from_private_key_file
File "paramiko/ecdsakey.py", line 314, in _decode_key
paramiko.ssh_exception.SSHException: 'utf-8' codec can't decode byte 0xaa in position 1: invalid start byte
2023-01-03 09:39:57,581 - root - DEBUG - Expected error parsing file in .ssh: id_rsa (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/ed25519key.py", line 63, in init
File "paramiko/ed25519key.py", line 112, in _parse_signing_key_data
paramiko.ssh_exception.SSHException: Invalid key
2023-01-03 09:39:57,581 - root - DEBUG - Expected error parsing file in .ssh: id_rsa.pub (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/rsakey.py", line 64, in init
File "paramiko/rsakey.py", line 194, in _from_private_key_file
File "paramiko/pkey.py", line 322, in _read_private_key_file
File "paramiko/pkey.py", line 340, in _read_private_key
paramiko.ssh_exception.SSHException: not a valid RSA private key file
2023-01-03 09:39:57,582 - root - DEBUG - Expected error parsing file in .ssh: id_rsa.pub (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/ecdsakey.py", line 126, in init
File "paramiko/ecdsakey.py", line 277, in _from_private_key_file
File "paramiko/pkey.py", line 322, in _read_private_key_file
File "paramiko/pkey.py", line 340, in _read_private_key
paramiko.ssh_exception.SSHException: not a valid EC private key file
2023-01-03 09:39:57,582 - root - DEBUG - Expected error parsing file in .ssh: id_rsa.pub (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/ed25519key.py", line 58, in init
File "paramiko/pkey.py", line 340, in _read_private_key
paramiko.ssh_exception.SSHException: not a valid OPENSSH private key file
2023-01-03 09:39:57,582 - root - DEBUG - Expected error parsing file in .ssh: known_hosts (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/rsakey.py", line 64, in init
File "paramiko/rsakey.py", line 194, in _from_private_key_file
File "paramiko/pkey.py", line 322, in _read_private_key_file
File "paramiko/pkey.py", line 340, in _read_private_key
paramiko.ssh_exception.SSHException: not a valid RSA private key file
2023-01-03 09:39:57,583 - root - DEBUG - Expected error parsing file in .ssh: known_hosts (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/ecdsakey.py", line 126, in init
File "paramiko/ecdsakey.py", line 277, in _from_private_key_file
File "paramiko/pkey.py", line 322, in _read_private_key_file
File "paramiko/pkey.py", line 340, in _read_private_key
paramiko.ssh_exception.SSHException: not a valid EC private key file
2023-01-03 09:39:57,583 - root - DEBUG - Expected error parsing file in .ssh: known_hosts (You can safely ignore this)
Traceback (most recent call last):
File "utils.py", line 195, in get_private_keys
File "paramiko/pkey.py", line 249, in from_private_key_file
File "paramiko/ed25519key.py", line 58, in init
File "paramiko/pkey.py", line 340, in _read_private_key
paramiko.ssh_exception.SSHException: not a valid OPENSSH private key file
2023-01-03 09:39:57,592 - vorta.keyring.abc - DEBUG - No module named 'secretstorage'
2023-01-03 09:39:57,592 - vorta.keyring.abc - DEBUG - Using VortaDarwinKeyring
2023-01-03 09:40:02,763 - vorta.keyring.abc - DEBUG - No module named 'secretstorage'
2023-01-03 09:40:02,763 - vorta.keyring.abc - DEBUG - Using VortaDarwinKeyring
2023-01-03 09:40:02,771 - root - CRITICAL - Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new/choose
Traceback (most recent call last):
File "views/repo_add_dialog.py", line 98, in set_password
File "keyring/darwin.py", line 96, in get_password
File "keyring/darwin.py", line 124, in _resolve_password
File "PyInstaller/loader/pyimod02_importers.py", line 499, in exec_module
File "ctypes/init.py", line 8, in
ImportError: dlopen(/Applications/Vorta.app/Contents/MacOS/lib-dynload/_ctypes.cpython-310-darwin.so, 2): Symbol not found: _ffi_closure_alloc
Referenced from: /Applications/Vorta.app/Contents/MacOS/lib-dynload/_ctypes.cpython-310-darwin.so (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libffi.dylib
in /Applications/Vorta.app/Contents/MacOS/lib-dynload/_ctypes.cpython-310-darwin.so