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

fix(logging): handle media server connection refused error/toast #748

Merged
merged 8 commits into from
May 23, 2024

Commits on May 13, 2024

  1. fix(logging): handle media server connection refused error/toast

    Properly log as connection refused if the jellyfin/emby server is unreachable. Previously it used to
    throw a credentials error which lead to a lot of confusion
    Fallenbagel committed May 13, 2024
    Configuration menu
    Copy the full SHA
    88a5c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9576bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c252d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. refactor(auth/errors): use custom error types and error codes instead…

    … of abusing error messages
    Fallenbagel committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0e8fc5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb0aaf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    cc7b225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc38318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f97376 View commit details
    Browse the repository at this point in the history