8000 Cant get Plexamp to work · Issue #13 · anatosun/plexamp-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cant get Plexamp to work #13

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

Open
progecon opened this issue Oct 18, 2024 · 5 comments
Open

Cant get Plexamp to work #13

progecon opened this issue Oct 18, 2024 · 5 comments

Comments

@progecon
Copy link

Hi again. After taking a break for some time, I tried to get this docker container working once again. This is my compose:

version: '3.8'

services:
  plexamp:
    container_name: plexamp
    privileged: true
    image: ghcr.io/anatosun/plexamp:amd64
    devices:
      - "/dev/snd:/dev/snd"
    volumes:
      - /home/XXXX/docker/plexamp_headless/config:/root/.local/share/Plexamp/Settings
    environment:
      - PLEXAMP_CLAIM_TOKEN=claim-_________-xXfa
      - PLEXAMP_PLAYER_NAME=music_streaming
    ports:
      - 32500:32500
      - 20000:20000
    networks:
      - xxxxx-network-plex
    restart: unless-stopped

networks:
  xxxxx-network-plex:
    external: true

I can get the container running. Funny thing is, after restarting it once, it does not want to start again (e.g. it keeps restarting). I can only get it running once again after removing the old (filled) plexamp_headless/config folder and creating and empty new one. Why might that be?

Here is my log after getting the container to run:

2024-10-18 15:45:31
Starting Plexamp 4.11.2
2024-10-18 15:45:34
DEVICE: Error loading cloud players from plex.tv HTTP status 403
2024-10-18 15:45:34
DEVICE: Server connection https://192-168-188-133.9942XXXXXX3f0fXXXXX.plex.direct:32400 didn't work for Gawain: HTTP status -7
2024-10-18 15:45:34
DEVICE: Player connection http://172.16.0.162:32500 didn't work for music-streaming: HTTP status -7
2024-10-18 15:45:34
DEVICE: Player connection http://172.16.0.28:32500 didn't work for music-streaming: HTTP status -7
2024-10-18 15:45:34
DEVICE: Connection testing failed for music-streaming
2024-10-18 15:45:34
DEVICE: Player connection http://172.16.0.162:32500 didn't work for music_streaming# replace this with your player name: HTTP status -7
2024-10-18 15:45:34
DEVICE: Player connection http://172.16.0.28:32500 didn't work for music_streaming# replace this with your player name: HTTP status -7
2024-10-18 15:45:34
DEVICE: Connection testing failed for music_streaming# replace this with your player name
2024-10-18 15:45:34
DEVICE: Player connection http://192.168.188.194:32500 didn't work for SHIELD Android TV: HTTP status -7
2024-10-18 15:45:34
DEVICE: Connection testing failed for SHIELD Android TV
2024-10-18 15:45:34
DEVICE: Server connection https://192-168-188-133.99424d89895c47fdacd3f0f06fa3a6f2.plex.direct:32400 didn't work for Gawain: HTTP status -7
2024-10-18 15:45:34
DEVICE: Server connection https://84-112-86-198.c2901cd8881744d39147f7f86c744392.plex.direct:32423 didn't work for SHIELD Android TV: HTTP status -60
2024-10-18 15:45:35
Plexamp is now signed in and ready!

The login screen takes time to appear. After I log in, it does not find any libraries though. What am I doing wrong?

image

@anatosun
Copy link
Owner
anatosun commented Dec 3, 2024

Try it with network_mode: host. If this does not work, maybe there is a deeper problem with your Plex account.

@RobertPosluszny
Copy link
RobertPosluszny commented 8000 Dec 24, 2024

Just wanted to add I have the same issue. Running with network_mode: host did not resolve the issue.

@progecon
Copy link
Author

Same here, the suggested solution did not help

@RobertPosluszny
Copy link

image
After a few hours I did actually get it working. Had to set all the network addresses/URLs in the network tab of Plex. I believe my Unifi system prevents DNS rebinding which makes prevents the Plex server from being shown. I saw a tip about it in the Plex support forums.

@progecon
Copy link
Author
progecon commented Dec 25, 2024 via email

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

No branches or pull requests

3 participants
0