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

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

Open
tpaniaki opened this issue Dec 14, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@tpaniaki
Copy link

tpaniaki commented Dec 14, 2023

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

@LBeernaertProton
Copy link
Collaborator

LBeernaertProton commented Dec 15, 2023

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.

@LBeernaertProton LBeernaertProton added question Further information is requested bug Something isn't working and removed question Further information is requested labels Dec 15, 2023
@LBeernaertProton
Copy link
Collaborator

Tracked internally as GODT-3173

@bon
Copy link

bon commented Jan 24, 2024

Also getting this without the --noninteractive flag

@SammyJenas
Copy link

SammyJenas commented Jun 8, 2024

Also have this issue on an Arch/Wayland system

@sunng87
Copy link

sunng87 commented Aug 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants