Skip to content
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

Vorta 0.7.0 not starting in Mojave #624

Closed
huntz opened this issue Sep 7, 2020 · 1 comment
Closed

Vorta 0.7.0 not starting in Mojave #624

huntz opened this issue Sep 7, 2020 · 1 comment
Labels
os:macos Affects only macOS type:bug Something doesn't work as intended

Comments

@huntz
Copy link

huntz commented Sep 7, 2020

After updating from Vorta 0.6.26 on macOS Mojave (10.14.6) the application is not starting.

The application will not start if running from the GUI, returning no errors.

From the command line, I get this:

/Applications/Vorta.app/Contents/MacOS/vorta-darwin
2020-09-07 14:07:06,961 - vorta.i18n - DEBUG - Loading translation succeeded for ['en', 'en-US', 'en-Latn-US'].
2020-09-07 14:07:09,217 - apscheduler.scheduler - INFO - Scheduler started
2020-09-07 14:07:09,220 - apscheduler.scheduler - INFO - Added job "VortaScheduler.create_backup" to job store "default"
2020-09-07 14:07:09,220 - vorta.scheduler - DEBUG - New job for profile Default was added.
Traceback (most recent call last):
File "main.py", line 44, in
File "main.py", line 37, in main
File "application.py", line 56, in init
File "application.py", line 90, in open_main_window_action
File "views/main_window.py", line 50, in init
File "views/schedule_tab.py", line 32, in init
File "views/schedule_tab.py", line 68, in populate_from_profile
File "views/schedule_tab.py", line 72, in init_wifi
File "utils.py", line 130, in get_sorted_wifis
File "network_status/darwin.py", line 48, in get_known_wifis
File "peewee.py", line 4871, in format_date_time
TypeError: strptime() argument 1 must be str, not datetime.datetime
[74960] Failed to execute script main

  • OS: macOS Mojave (10.14.6)
  • Vorta version: 0.7.0
  • Borg version: 1.1.11
m3nu added a commit to m3nu/vorta that referenced this issue Sep 7, 2020
m3nu added a commit to m3nu/vorta that referenced this issue Sep 7, 2020
@m3nu
Copy link
Contributor

m3nu commented Sep 7, 2020

Thanks for reporting, @huntz . I didn't catch that error, since macOS seems to use different names for "last connected".

I've added one more field and prevented the error you are seeing in #625 . We'll add this to 0.7.1 in a few days.

@m3nu m3nu added os:macos Affects only macOS type:bug Something doesn't work as intended labels Sep 7, 2020
m3nu added a commit to m3nu/vorta that referenced this issue Sep 7, 2020
m3nu added a commit to m3nu/vorta that referenced this issue Sep 7, 2020
@m3nu m3nu closed this as completed in 1b4dea3 Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:macos Affects only macOS type:bug Something doesn't work as intended
Projects
None yet
Development

No branches or pull requests

2 participants