-
Notifications
You must be signed in to change notification settings - Fork 402
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
Can't play anything / Spotify also not Working #783
Comments
Are you using Stretch or Buster? Did you install the regular stable installation from master or the one from develop? |
And what's the result of |
Please also press a button and post the result of |
The installation was done on buster. Output for "cat /home/pi/RPi-Jukebox-RFID/scripts/gpio-buttons.py" `def def_shutdown(): def def_volU(): def def_volD(): def def_vol0(): def def_next(): def def_prev(): def def_halt(): def def_recordstart(): def def_recordstop(): def def_recordplaylatest(): shut = Button(3, hold_time=2) shut.when_held = def_shutdown pause()` |
Output for "tail -n 500 /var/log/syslog"
|
I have the exact same problem! I am trying to get phonibox running since last week. During the installation I saw the following error:
I am using a RPi 4 b btw: sound is working on rpi. I am playing mp3 files with vlc without problems! |
Same issue here. No sound playback via interface, no spotify (iris) after a clean install on buster. taillog after pressing play on a demo sound file after a clean reboot shows this https://pastebin.com/1wCVTGBY |
@s-martin this change makes no difference for me. Can't play anything or use spotify like before :( I tried it with the Install of MPD during installation and without. Both not wirking. |
Spotify edition works only with mopidy. I have created PR #789 which may fix this, but this needs to be reviewed before it can be merged. |
I have made the changes from the PR locally to test it |
@s-martin I've done a clean installation now with the developer version. The Startup Sound is working (Using Hifiberry MiniAMP) but playing local sounds doesn't do anything. Spotify gets a 404: Not Found. tail -n 500 /var/log/syslog
|
We have merged PR #789 into Could you check, if you do a new installation, if this fixes your issue? ATTENTION: Removing the directory |
But we have merged PR #789 to So you could try
|
thanks @s-martin will try this today! Should I select to install MPD or not during Installation? edit |
That's too bad :-( What's the result of |
It seems that mopidy-iris dropped support for python 2 and mopidy2 after version 3.43.0. PR #793 should fix this. |
PR #793 was merged to Please test. |
Can confirm, Spotify is working with this fix! But local files can't be played anyways. Do you know where the problem is with local files playing? I could try to help or at least provide log-files! I found this problem in the syslog:
|
Great to hear!
You could try to play a local file and then post the results of |
see my previous post. Here I tried one of the test sample files:
Update: Livestreams (like from the samples) are working too! Update2: I just tried to "Scan Music Library". Afterwards I was able to play local files!? Have to test frther |
Now that Spotify (iris) is working audio is still not. I have posted my taillog here after a clean install + reboot, after pressing the play button once for an uploaded test-mp3: |
That would make sense as you got the error
before. Not sure, why the files weren’t indexed in the first place, though. @MiczFlor, do you have any ideas? |
I have seen a „warning“ that your local files aren’t indexed
Did you try In addition I didn’t see anywhere that you would play a mp3 file. |
You are right!! I have run the scan and now the file apparently plays, but I have no audio. So this might be an issue I have to solve on my own. Will test and come back asap! |
It seems that the local files sometimes are not correct indexed. After manual indexing over the website the local files are working. Spotify is working like charm! Thanks again @s-martin ! But with spotify Playlists I have one Bug. The given name is not displayed on the home Screen. |
Good to hear that it is now working. Could you open a new issue for the display problem as it's not really related to this issue? Thanks. |
I have run a fresh install and for some reason I have no sound neither in spotify (iris) nor the phoniebox. The Startup sound plays fine. Should I open a separate issue on this or is it likely it's the same issue? |
Could you show the log output? |
UPDATE: solved my issue with not having sound at all. Yes, here it is on pastebin :) What is weird is...I can see the file being played. ( https://imgur.com/a/LDT0FVB ) The Interface shows me the duration and on Spotify it is even showing a playing now etc. But in the log there is NO indication whatsoever of me Playing König der Löwen.........is this maybe the wrong log? UPDATE: Okay, my god, I switched the cables from external USB Audio to the regular Pi Audio output and it works!! So it is only something about the soundcard configuration which I cannot find in the Jukebox settings. WIll keep searching. |
Good to hear, it was fixed for you. I would close the ticket, if there are new problems, please open a new ticket. |
After a clean installation there is no way to play any file. When clicking on any button there is an error message like this "An error occorured: Execution failed Command: /home/pi/RPi-Jukebox-RFID/scripts/playout_controls.sh -c=volumeup Output: RC: .1"
A click on the spotify link opens a new site with the information "Unable to connect" while trying to connect to the host with port 6680 and subdir "iris".
Is there any way to install an older stable release while there a such errors?
The text was updated successfully, but these errors were encountered: