-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception on Create Remote Repository Failure [macOS Mojave] #886
Comments
Hi and thanks for reporting this. I wasn't able to reproduce this. Neither using "Init New Repo" or "Add Existing Repo" cause an error when entering an address without valid SSH key. Do you have any more details? Steps I did:
|
Environment:
Same error here: After having an (unrelated?) incompatibility/ issue with the password manager, vorta suggested to unlink and re-add the backup-repository. I did the above steps to re-add the existing repo. Only difference: I am using an ed25519 ssh key. Here is the exception:
|
Thanks for the reports, @c-93 and @TwistedBlizzard . I see that a new (unimportant) verification is causing this error. The solution is to just remove a few lines here https://github.com/borgbase/vorta/pull/887/files Please confirm this fixes the issue and I'll merge it right away. To test via Pip:
|
Thanks for your solution! This works for me. :) |
Describe the bug
Vorta encounters an unhandled exception and opens a dialogue box with the traceback when it fails to create a remote repository for any reason when running on macOS Mojave. I've tested both the version from Homebrew and the binary provided on GitHub.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Error is displayed in the main window, possibly with a helpful pointer about what may be done to resolve the information.
Environment (please complete the following information):
Traceback
Traceback (most recent call last): File "views/repo_add_dialog.py", line 114, in run File "borg/init.py", line 19, in prepare File "borg/borg_thread.py", line 131, in prepare AttributeError: 'Repo' object has no attribute 'is_remote_repo'
The text was updated successfully, but these errors were encountered: