Plex Media Server widget stopped working
Any idea how to debug this?
I have the plex app in my Homarr with the correct API key (retrieved using this method: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/)
It worked previously but now it's not working anymore. Playing content and nothing is showing in the widget.
Tested playing medias from my Apple TV and from from my laptop's browser.
Plex Support
Finding an authentication token / X-Plex-Token
While not something most users will need to worry about, sometimes you may need to find the value for an...
32 Replies
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?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
@raphh
docker-compose.yml :
OS:
Docker (Synology NAS)
Homarr version:
v0.15.3
The only errors in the logs :
(The rest of the logs it's all ping 200)
@raphh this is the console, not your Homarr log. Please send your log (see link above)
How much logs do you want?
Latest 5 minutes while you had the page open
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Pastebin
sh-4.4$ sudo docker container logs homarr --since 5m ERROR Ping ti...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
beside some old apps i have to update, there is nothing
(i just relaunched homarr)
i removed them just in case and relaunched but i don't think i have anything to do with my issue
Docker Documentation
Networking overview
Learn how networking works from the container's point of view
Use
bridge
(recommended) or host
main is the name of one of my network in docker (which is a bridge network)
Then you should use the
networks
property: https://docs.docker.com/compose/networking/#specify-custom-networksDone and container relaunched
Still the same?
yep
Can you set the driver to host and try again?
still nothing in homarr and nothing in the logs
Can you send the logs again? And what URL is your Plex running on? What Plex URL have you entered in Homarr?
Solution
Remove /web
Okay that was the issue
Damn
So it works now?
yes
Perfect. Then I will mark this as resolved
👍