-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
ERRO[Mar 15 17:13:12.722] Failed to execute recovery action error="exec: \"notify-send\": executable file not found in $PATH" #51
Comments
|
Hi
And then the container stops and I'm back in rpi cli again. Anyway, on my side this isn't working at all, I cannot login 😞 Thanks in advance for any help |
Same problem here, on rpi4. Could be a permission problem. The local mounted volume was not create. Created it manulall with persmissions for the docker user, and that solved the problem.
|
I'm getting the same issue and I'm also unable to login due to this issue. I'm running the bridge like the following so I can debug within the container more easily: docker run -it -v protonmail:/root --entrypoint /bin/bash shenxn/protonmail-bridge login doesn't seem to be working at all, as I can attempt any username/password and receive the same error: >>> login
Username: hello.you
Password:
Authenticating ...
WARN[Jun 30 21:11:50.280] Event dropped due to noopTransport usage. pkg=sentry-go
WARN[Jun 30 21:11:50.280] Captured exception error="recover: ctCondCopy: mismatched arguments" reportID=bc7500d4dd98480783647fd7747f7045
ERRO[Jun 30 21:11:50.280] Failed to execute recovery action error="exec: \"notify-send\": executable file not found in $PATH"
WARN[Jun 30 21:11:50.285] Saved crash report file=/root/.cache/protonmail/bridge/logs/v2.2.0+git_ba712516ff_crash_1656623510.log
WARN[Jun 30 21:11:50.285] Restarting args="[--cli init --restart 1]" command=/protonmail/proton-bridge
@oatmealm can you elaborate on how you resolved this issue? I'm not seeing any local volumes that have the incorrect permissions; I'm guessing the
|
ERRO[Mar 15 17:13:12.722] Failed to execute recovery action error="exec: "notify-send": executable file not found in $PATH"
Everytime I try to login using CLI I get this Message after the "Authenticating ..." Message appears.
Docker is running on a Raspberry Pi and im using the shenxn/protonmail-bridge:build Version.
thanks in advance
The text was updated successfully, but these errors were encountered: