H
Homarr4mo ago
raphh

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...
Solution:
Remove /web
Jump to solution
32 Replies
Cakey Bot
Cakey Bot4mo 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
Manicraft10014mo ago
!qa required_data
Cakey Bot
Cakey Bot4mo ago
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.
Manicraft1001
Manicraft10014mo ago
@raphh
raphh
raphh4mo ago
docker-compose.yml :
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
network_mode: main
restart: unless-stopped
volumes:
- /volume2/docker/appdata/homarr/configs/:/app/data/configs
- /volume2/docker/appdata/homarr/icons/:/app/public/icons
- /volume2/docker/appdata/homarr/data/:/data
ports:
- 7575:7575
networks: {}
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
network_mode: main
restart: unless-stopped
volumes:
- /volume2/docker/appdata/homarr/configs/:/app/data/configs
- /volume2/docker/appdata/homarr/icons/:/app/public/icons
- /volume2/docker/appdata/homarr/data/:/data
ports:
- 7575:7575
networks: {}
OS: Docker (Synology NAS) Homarr version: v0.15.3
raphh
raphh4mo ago
The only errors in the logs :
No description
raphh
raphh4mo ago
(The rest of the logs it's all ping 200)
raphh
raphh4mo ago
No description
No description
Manicraft1001
Manicraft10014mo ago
@raphh this is the console, not your Homarr log. Please send your log (see link above)
raphh
raphh4mo ago
How much logs do you want?
Manicraft1001
Manicraft10014mo ago
Latest 5 minutes while you had the page open
Manicraft1001
Manicraft10014mo ago
No description
raphh
raphh4mo ago
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.
raphh
raphh4mo ago
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
Manicraft1001
Manicraft10014mo ago
Network mode main is invalid: https://docs.docker.com/network/#drivers
Docker Documentation
Networking overview
Learn how networking works from the container's point of view
Manicraft1001
Manicraft10014mo ago
Use bridge (recommended) or host
raphh
raphh4mo ago
main is the name of one of my network in docker (which is a bridge network)
Manicraft1001
Manicraft10014mo ago
Docker Documentation
Networking in Compose
How Docker Compose sets up networking between containers
raphh
raphh4mo ago
Done and container relaunched
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
networks:
- main
restart: unless-stopped
volumes:
- /volume2/docker/appdata/homarr/configs/:/app/data/configs
- /volume2/docker/appdata/homarr/icons/:/app/public/icons
- /volume2/docker/appdata/homarr/data/:/data
ports:
- 7575:7575
networks:
main:
name: main
driver: bridge
external: true
version: "3"
services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
networks:
- main
restart: unless-stopped
volumes:
- /volume2/docker/appdata/homarr/configs/:/app/data/configs
- /volume2/docker/appdata/homarr/icons/:/app/public/icons
- /volume2/docker/appdata/homarr/data/:/data
ports:
- 7575:7575
networks:
main:
name: main
driver: bridge
external: true
Manicraft1001
Manicraft10014mo ago
Still the same?
raphh
raphh4mo ago
yep
Manicraft1001
Manicraft10014mo ago
Can you set the driver to host and try again?
raphh
raphh4mo ago
still nothing in homarr and nothing in the logs
Manicraft1001
Manicraft10014mo ago
Can you send the logs again? And what URL is your Plex running on? What Plex URL have you entered in Homarr?
raphh
raphh4mo ago
Plex URL is: http://10.10.2.2:32400/web Maybe I should not put /web ?
Solution
Manicraft1001
Manicraft10014mo ago
Remove /web
raphh
raphh4mo ago
Okay that was the issue Damn
Manicraft1001
Manicraft10014mo ago
So it works now?
raphh
raphh4mo ago
yes
Manicraft1001
Manicraft10014mo ago
Perfect. Then I will mark this as resolved
raphh
raphh4mo ago
👍
Want results from more Discord servers?
Add your server