Open tpaniaki opened 11 months ago
I am unable to reproduce this issue. Could you try again with the additional argument -l=trace
to see if the output reveals more information?
Edit: A colleague has managed to reproduce this issue. Thank you for the report.
Tracked internally as GODT-3173
Also getting this without the --noninteractive
flag
Also have this issue on an Arch/Wayland system
Getting this with protonmail-bridge from arch official repo too. The AUR version used to work well. Also before this dialog shows up, it works great.
Also experiencing this annoying issue with arch linux, bspwm, pass & protonmail-bridge from arch repo.
Also experiencing this annoying issue with arch linux, bspwm, pass & protonmail-bridge from arch repo.
Until they give a fig, you can use --no-window
and hide the daemon icon in your tray settings.
Expected Behavior
Starting bridge with
protonmail-bridge --noninteractive
should work without errors.Current Behavior
Starting bridge with
protonmail-bridge --noninteractive
randomly triggers the warning pop upServer did not provide gRPC service configuration in time.
Possible Solution
grpcServerConfig.json
seems to be looked for but not found:statx(AT_FDCWD, "/home/fabien/.config/protonmail/bridge-v3/grpcServerConfig.json", AT_STATX_SYNC_AS_STAT|AT_SYMLINK_NOFOLLOW|AT_NO_AUTOMOUNT, STATX_ALL, 0x7ffe0e9480e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
Steps to Reproduce
protonmail-bridge --noninteractive
Version Information
3.6.1-5
Context (Environment)
This happens on an Arch/X11 system. Please note: all other starting options work flawlessly.
Detailed Description
strace.txt
Possible Implementation