ProtonMail / proton-bridge

Proton Mail Bridge application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"--noninteractive" option leads to "Server did not provide gRPC service configuration in time."

tpaniaki opened this issue · comments

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 up Server 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

  1. Start bridge on Linux with protonmail-bridge --noninteractive
  2. Wait for the above-mentionned pop-up window.

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

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