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

"Hello!" being randomly printed in the cli interface #479

Open
Aadniz opened this issue May 26, 2024 · 0 comments
Open

"Hello!" being randomly printed in the cli interface #479

Aadniz opened this issue May 26, 2024 · 0 comments

Comments

@Aadniz
Copy link

Aadniz commented May 26, 2024

When starting protonmail bridge with the -c argument and starting syncing, the word "hello!" keeps showing up. It brings no info to the user whatsoever, it's only taking up space.

image

It is caused by the code execution landing here

case events.Raise:
f.Printf("Hello!")
}

Expected Behavior

The expected behavior is showing what the actual issue is, instead of just printing a static word. events.Raise should return a message that explains the error.

Current Behavior

Application randomly prints "Hello!"

Possible Solution

Several solutions. Fastest is removing the code at

The proper way may be altering the frontendCLI struct

Steps to Reproduce

Version Information

Version: 3.11.1

Context (Environment)

Detailed Description

Possible Implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant