-
Notifications
You must be signed in to change notification settings - Fork 5
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
Coulnd't start Playback #1
Comments
Do you have additional logs? You may find them at |
Thank you for your quick answer. I followed your suggestions and made it persistent. Down below the logs.
There are some strange IPs there. BTW, why do we need privileged mode to run this container? Does this logs help? I can't find anything that helps me! Thank you once again! |
Can someone help me out please? Ty |
I'm not sure if this is related to your error. Seeing a 404 error in there generally means that your Plexamp server can't talk to a host (in this case https://plex.tv/) - but I had a similar thing when I first set mine up. For whatever reason it would work fine when being remotely controlled by another Plexamp client, but trying to play directly through the web interface would give the same error. It turns out that by default, it doesn't select itself as the player. What fixed it for me was to click the cast button in the top right, select a different player, then toggle it back to the target device. Then it was able to play back no problems. |
Thank you for your help. If I enter the console in the container, using wget, a command that can connect to the internet
So from here I would assume it can reach plex.tv Your suggestion of clicking in anither player and then again in the desired in, gives the "can't connect to remote player", but only in the first try. If I run the plexamp windows app, I cant play the songs without problem. I would really appreciate some guidance into troubleshooting this. Also, here
I found this
Which led me to
Can anyone help me out? What is this cloud players feature and how do I enable it? Thank you once again. |
Could you try erasing the cookie on the url http://ip:32500, login again and try? |
I ran into the exact same issue. Clearing cookies does nothing. Audio devices are detected but whenever I try to play something I get "Coulnd't start Playback" :/ |
It seems a network issue. I changed the network mode to "host"(default is "bridge" in docker) and it just worked. version: '3'
services:
plexamp:
container_name: plexamp
network_mode: host
privileged: true
image: ghcr.io/anatosun/plexamp:arm64v8
devices:
- /dev/snd:/dev/snd
volumes:
- ./config:/root/.local/share/Plexamp/Settings # replace that with the appropriate host binding
environment:
- PLEXAMP_CLAIM_TOKEN=claim-xxxxxxxxxxxxxxxxxx # get your claim at https://www.plex.tv/claim/
- PLEXAMP_PLAYER_NAME=docker # replace this with your player name
restart: always |
I am getting the same error message. I tried switching to host with no luck. I am getting this error in the web console:
|
Here is all of my code from the console: PLAYER: Issuing play for music from server 21a5..... |
Try to disconnect and reconnect to the device in casting menu. |
Great, that worked, music is playing, but there is no sound. Here are some of the errors in the console: Access to fetch at 'https://192-168-1-1.........6.plex.direct:32400/photo/:/transcode?width=1116&height=1116&url=%2Flibrary%2Fmetadata%2F440%2Fthumb%2F179999961&quality=90&format=jpeg&X-Plex-Token=Cs6xxxxps' from origin 'http://192.168.1.00:32500' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
|
From my experience(I used a bare raspberry pi 4 and a 3B+ without DAC extension), there are two things that work not very well. First is the output is not so loud but at least it plays songs normally, and second is the audio device make a very slight abnormal sound like the sound card is broken. It happens randomly when your start a new connection to the headless device. My solution is:
|
So wait, should the sound be coming out of my pi or my desktop (computer I'm accessing the web interface) ? |
Pi, you need a headphone or a speaker connected to your pi. Web interface or plexamp app both are for controlling the headless device, in another word, your pi. By the way, I updated the instruction in last reply for being more clear. Hope it can help you. |
Hello,
Thank you for this docker image.
I have been trying to deploy this docker image.
It deploys but I cannot playback any song.
I have a combination of several servers and players, both Plex and PlexAmp so I can test them out.
I am trying to run this docker container on a PC, 64 bits.
This is the content of my docker compose file:
What I have acomplished:
What I CANNOT DO:
Googling I also found this post on reddit:
https://www.reddit.com/r/plexamp/comments/146y4tz/plexamp_headless_docker_image/
It seems the same problem.
Can someone help?
Has anyone been able to launch this on AMD64 version?
What am I doing wrong?
Thank you very much for your work :)
The text was updated successfully, but these errors were encountered: