Skip to content

Conversation

@Fleeym
Copy link
Contributor

@Fleeym Fleeym commented Dec 22, 2025

When a Jellyfin server is fully offline, an Axios error won't be returned, so isNetworkError() will always be false. I moved the string checks to run even if the error isn't an Axios error.

This isn't really that good of a fix, to be honest if the error isn't an Axios error it probably is a connection error.

I also reduced the amount of retries and the time between said retries, since it slows down the interface quite a bit.

Ideally this should be merged alongside #1435, since a network error redirects to that route, which doesn't have translation strings at the moment, and isn't that usable.

Fixes #1433

@vercel
Copy link

vercel bot commented Dec 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
feishin Error Error Dec 22, 2025 5:37pm

@jeffvli jeffvli merged commit 833f82e into jeffvli:development Dec 23, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

[Bug]: Jellyfin session bugs out when opening Feishin and the Jellyfin server is down

2 participants