devsnd / cherrymusic

Stream your own music collection to all your devices! The easy to use free and open-source music streaming server.
http://www.fomori.org/cherrymusic
GNU General Public License v3.0
1.03k stars 189 forks source link

Songs do not add to queue #705

Closed tallmtt closed 6 years ago

tallmtt commented 6 years ago

First, I absolutely love this idea and how you have implemented this. I am disappointed because I cannot get it to work. I do not know where to start to figure out how to fix things.

Regardless of browser (Win 10: Edge, Firefox, Chrome; Android: Firefox, Chrome, Via) - I can browse my files, add one, but none shows up on the right side in the queue. Nothing happens when I hit play.

Here is a screenshot: cherrymusicerror

As far as I can tell, I have flash for fallback enabled.

I have 0.41.1 installed from git. My system is a raspberry pi running ubuntu Transcode is on I am not using https - I can turn this on if it is needed to figure things out.

What should I try next to make this work?

devsnd commented 6 years ago

Hey talmtt, Can you post the server output please?

On Dec 6, 2017 19:28, "tallmtt" notifications@github.com wrote:

First, I absolutely love this idea and how you have implemented this. I am disappointed because I cannot get it to work. I do not know where to start to figure out how to fix things.

Regardless of browser (Win 10: Edge, Firefox, Chrome; Android: Firefox, Chrome, Via) - I can browse my files, add one, but none shows up on the right side in the queue. Nothing happens when I hit play.

Here is a screenshot: [image: cherrymusicerror] https://user-images.githubusercontent.com/26820741/33677900-4c0c590c-da88-11e7-8855-84ad75bbbd6f.JPG

As far as I can tell, I have flash for fallback enabled.

I have 0.41.1 installed from git. My system is a raspberry pi running ubuntu Transcode is on I am not using https - I can turn this on if it is needed to figure things out.

What should I try next to make this work?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/devsnd/cherrymusic/issues/705, or mute the thread https://github.com/notifications/unsubscribe-auth/AB45epwNW9MluM1oxIevYdbBN8qZ1ASTks5s9tzbgaJpZM4Q4YQ2 .

tallmtt commented 6 years ago

This is what prints out with: python cherrymusic

[171206-16:31] Starting server on port 8080 ... [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:29] "GET / HTTP/1.1" 200 22859 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:30] "POST /api/getuseroptions HTTP/1.1" 200 386 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:30] "POST /api/heartbeat HTTP/1.1" 200 14 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:30] "POST /api/getconfiguration HTTP/1.1" 200 363 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:30] "POST /api/restoreplaylist HTTP/1.1" 200 382 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:31] "POST /api/getmotd HTTP/1.1" 200 83 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:34] "POST /api/listdir HTTP/1.1" 200 601 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:31] 67.30.142.107 - - [06/Dec/2017:16:31:34] "POST /api/getsonginfo HTTP/1.1" 200 113 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:32] 67.30.142.107 - - [06/Dec/2017:16:32:01] "POST /api/heartbeat HTTP/1.1" 200 14 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:32] 67.30.142.107 - - [06/Dec/2017:16:32:12] "POST /api/showplaylists HTTP/1.1" 200 12 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:32] 67.30.142.107 - - [06/Dec/2017:16:32:13] "POST /api/listdir HTTP/1.1" 200 601 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0" [171206-16:32] 67.30.142.107 - - [06/Dec/2017:16:32:13] "POST /api/getsonginfo HTTP/1.1" 200 113 "http://myurl.org:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0"

kiyoon commented 6 years ago

I have a same problem after updating it to latest git commit.

I'm using Fedora 25, with https.

(edit) I tried to clone the repository again and it works now.

tallmtt commented 6 years ago

Thanks, kiyoon - I will try that tonight.

If that doesn't work, I will see if I can get a previous version to work.

tallmtt commented 6 years ago

It works!

I love this!!!

To make things work, I did not use git version, instead I downloaded the latest release as tar.gz format. Then, followed normal setup, and everything works amazingly.