H
Homarr2y ago
ruby

Media Server Widget is broken.

My logs are spammed with
ERROR failed to communicate with media server 'Jellyfin' (85cf6619-9b6d-4f8e-8909-177c7531b6ff): TypeError: sessions.filter is not a function
ERROR failed to communicate with media server 'Jellyfin' (85cf6619-9b6d-4f8e-8909-177c7531b6ff): TypeError: sessions.filter is not a function
I searched "sessions.filter" in the code base but i wasn't able to find it used anywhere. I am using the latest(0.15.0) docker image from the gh registry,
No description
Solution:
omg i am so sorry... i forgot /jf in the internal address
Jump to solution
19 Replies
Cakey Bot
Cakey Bot2y ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Manicraft1001
Manicraft10012y ago
Hi, is this a new issue or has the widget never worked before? What is your Jellyfin URL?
ruby
rubyOP2y ago
<domain>/jf/ just setup homarr today
Manicraft1001
Manicraft10012y ago
Did you set the credentials? Is there a proxy in front?
ruby
rubyOP2y ago
yes there is a proxy in front, and i have used valid credentials
Manicraft1001
Manicraft10012y ago
What URL does it redirect you to when you open it in your normal browser?
ruby
rubyOP2y ago
https://<domain>/jf/web/index.html#!/home.html
Manicraft1001
Manicraft10012y ago
Is the certificate self signed?
ruby
rubyOP2y ago
nope
Manicraft1001
Manicraft10012y ago
Does the user have access & permissions? Did you use the API key or password?
ruby
rubyOP2y ago
password, that's the only option avaliable access to all libraries? yeah
Manicraft1001
Manicraft10012y ago
What version of Jellyfin do you have? And just to confirm, you don't run Emby, correct?
ruby
rubyOP2y ago
no emby, 10.8.13-1-ls1 from linuxserver/docker-jellyfin
Manicraft1001
Manicraft10012y ago
It is failing on this line of code btw: https://github.com/ajnart/homarr/blob/b51fcdb3424678d1bd22d9d6297158a657e07463/src/server/api/routers/media-server.ts#L116-L117 Can you try to enter https://<domain>/jf/web/index.html#!/home.html as the internal address?
ruby
rubyOP2y ago
ahh ok wait
Solution
ruby
ruby2y ago
omg i am so sorry... i forgot /jf in the internal address
ruby
rubyOP2y ago
it works now haha
Manicraft1001
Manicraft10012y ago
Ok. So your issue has been solved?
ruby
rubyOP2y ago
yep

Did you find this page helpful?