-
Notifications
You must be signed in to change notification settings - Fork 3
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
Config Editor appears empty/does not load in Jellyfin Official Client for Linux #22
Comments
The app is a browser and serves the web ui, so its probably worth the effort to see whats causing the issue |
My apologies; I am used to flathub packages often being non-official releases (thus harder to support) - after your comment I checked, and it is an officially supported release. Would you like any specific logs? It shows up in two ways: sometimes it is just a blank space between the title, help examples, reset, settings, and the swap button. Other times, it eternally spins like it is loading something that never arrives, pictured below: |
i would need the web logs see: https://github.com/jellyfin/jellyfin-media-player?tab=readme-ov-file#web-debugger its probably some javascript error. |
I think the section of logs we are looking for are here:
jellyfin.example.com is replacing my actual url. The debugs at the end appear in the logs when I close the application. |
Problem:
Not sure if this is the case for all platforms, but in the official Jellyfin desktop client for Linux (flatpak,
v1.11.1
), the code editing field never appears, and this is never conveyed to the user.v2.6.2
)Proposed Solution:
This seems like a very niche scenario; I propose that the plugin page display something like "Editing experience not loading? Ensure you are running this in your browser (not in an app!)" to avoid needing to commit to supporting the clients.
The text was updated successfully, but these errors were encountered: