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

Streamer mode doesn't hide address from loading screen #2871

Open
dmex opened this issue Oct 20, 2024 · 0 comments
Open

Streamer mode doesn't hide address from loading screen #2871

dmex opened this issue Oct 20, 2024 · 0 comments
Labels
bug RedM Issues/PRs related to RedM triage Needs a preliminary assessment to determine the urgency and required action

Comments

@dmex
Copy link

dmex commented Oct 20, 2024

What happened?

Streamer mode doesn't remove IP addresses from the connection error window. Specifically this string ignores the setting and doesn't remove the address from the UI:

export function serverAddress2ServerView(address: string): IServerView {
const fakeHostname = `⚠️ Server is loading or failed to load (${address}) ⚠️`;

Expected result

${address} should not be visible when streamer mode is enabled

Reproduction steps

  • Enable streamer mode
  • Start connecting to a server while it's restarting or connect via command to an unlisted server.
  • IF connection fails the address is visible.
    or
  • Connect to unlisted server while restarting (connect 1.1.1.1 in console)
  • The main window hides the address while the progress/error window displays address.

Importancy

Unknown

Area(s)

FiveM, RedM

Specific version(s)

All versions

Additional information

No response

@dmex dmex added bug triage Needs a preliminary assessment to determine the urgency and required action labels Oct 20, 2024
@github-actions github-actions bot added the RedM Issues/PRs related to RedM label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug RedM Issues/PRs related to RedM triage Needs a preliminary assessment to determine the urgency and required action
Projects
None yet
Development

No branches or pull requests

1 participant