You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:
Traceback (most recent call last):
File "app_packages/Pyro5/client.py", line 310, in connect_and_handshake
File "app_packages/Pyro5/socketutil.py", line 283, in create_socket
ConnectionRefusedError: [Errno 61] Connection refused
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "app_packages/maestral/daemon.py", line 534, in start_maestral_daemon_process
File "app_packages/maestral/daemon.py", line 348, in wait_for_startup
File "app_packages/maestral/daemon.py", line 344, in wait_for_startup
File "app_packages/Pyro5/client.py", line 214, in _pyroBind
File "app_packages/Pyro5/client.py", line 376, in __pyroCreateConnection
File "app_packages/Pyro5/client.py", line 336, in connect_and_handshake
Pyro5.errors.CommunicationError: cannot connect to /Users/bapfoto/Library/Application Support/maestral/maestral.sock: [Errno 61] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app_packages/maestral/config/main.py", line 106, in _get_conf
KeyError: 'maestral'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app/maestral_cocoa/main.py", line 43, in
File "app/maestral_cocoa/main.py", line 20, in main
File "app/maestral_cocoa/app.py", line 503, in run
File "app/maestral_cocoa/app.py", line 99, in init
File "app/maestral_cocoa/private/widgets.py", line 724, in init
File "app_packages/toga/app.py", line 491, in init
File "app/maestral_cocoa/private/widgets.py", line 747, in _create_impl
File "app_packages/toga_cocoa/app.py", line 125, in init
File "app_packages/toga_cocoa/app.py", line 146, in create
File "app_packages/toga/app.py", line 710, in _startup
File "app/maestral_cocoa/app.py", line 114, in startup
File "app/maestral_cocoa/app.py", line 163, in get_or_start_maestral_daemon
File "app_packages/maestral/daemon.py", line 538, in start_maestral_daemon_process
File "app_packages/maestral/logging.py", line 227, in setup_logging
File "app_packages/maestral/config/main.py", line 146, in MaestralConfig
File "app_packages/maestral/config/main.py", line 109, in _get_conf
File "app_packages/maestral/config/user.py", line 137, in init
File "app_packages/maestral/config/user.py", line 210, in _load_from_ini
File "support/python-stdlib/configparser.py", line 684, in read
File "support/python-stdlib/configparser.py", line 1048, in _read
configparser.DuplicateSectionError: While reading from '/Users/bapfoto/Library/Application Support/maestral/maestral.ini' [line 32]: section 'main' already exists
To Reproduce
program crashes every time at start Expected behaviour
program start System:
Maestral version:1.9.4
Python version:
OS: [e.g. Ubuntu]Mac OS 15.0 Sequoia
Desktop environment: [e.g. Gnome 3.32]
PyQt version (for Linux GUI):
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
error:
Traceback (most recent call last):
File "app_packages/Pyro5/client.py", line 310, in connect_and_handshake
File "app_packages/Pyro5/socketutil.py", line 283, in create_socket
ConnectionRefusedError: [Errno 61] Connection refused
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "app_packages/maestral/daemon.py", line 534, in start_maestral_daemon_process
File "app_packages/maestral/daemon.py", line 348, in wait_for_startup
File "app_packages/maestral/daemon.py", line 344, in wait_for_startup
File "app_packages/Pyro5/client.py", line 214, in _pyroBind
File "app_packages/Pyro5/client.py", line 376, in __pyroCreateConnection
File "app_packages/Pyro5/client.py", line 336, in connect_and_handshake
Pyro5.errors.CommunicationError: cannot connect to /Users/bapfoto/Library/Application Support/maestral/maestral.sock: [Errno 61] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app_packages/maestral/config/main.py", line 106, in _get_conf
KeyError: 'maestral'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app/maestral_cocoa/main.py", line 43, in
File "app/maestral_cocoa/main.py", line 20, in main
File "app/maestral_cocoa/app.py", line 503, in run
File "app/maestral_cocoa/app.py", line 99, in init
File "app/maestral_cocoa/private/widgets.py", line 724, in init
File "app_packages/toga/app.py", line 491, in init
File "app/maestral_cocoa/private/widgets.py", line 747, in _create_impl
File "app_packages/toga_cocoa/app.py", line 125, in init
File "app_packages/toga_cocoa/app.py", line 146, in create
File "app_packages/toga/app.py", line 710, in _startup
File "app/maestral_cocoa/app.py", line 114, in startup
File "app/maestral_cocoa/app.py", line 163, in get_or_start_maestral_daemon
File "app_packages/maestral/daemon.py", line 538, in start_maestral_daemon_process
File "app_packages/maestral/logging.py", line 227, in setup_logging
File "app_packages/maestral/config/main.py", line 146, in MaestralConfig
File "app_packages/maestral/config/main.py", line 109, in _get_conf
File "app_packages/maestral/config/user.py", line 137, in init
File "app_packages/maestral/config/user.py", line 210, in _load_from_ini
File "support/python-stdlib/configparser.py", line 684, in read
File "support/python-stdlib/configparser.py", line 1048, in _read
configparser.DuplicateSectionError: While reading from '/Users/bapfoto/Library/Application Support/maestral/maestral.ini' [line 32]: section 'main' already exists
To Reproduce
program crashes every time at start
Expected behaviour
program start
System:
Additional context
The text was updated successfully, but these errors were encountered: