Skip to content
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

🐛 | Spotify-Music doesn't starts - problem with Mopidy #1659

Closed
Borlizgaron opened this issue Dec 4, 2021 · 8 comments
Closed

🐛 | Spotify-Music doesn't starts - problem with Mopidy #1659

Borlizgaron opened this issue Dec 4, 2021 · 8 comments

Comments

@Borlizgaron
Copy link

Borlizgaron commented Dec 4, 2021

##Mopidy: Failed to add some tracks

#german version below

Hi everybody,
Spodify playlists or albums can not be played through Iris and therefore not through Phoniebox. If I use Iris, an error message apperars "Mopidy: Failed to add some tracks". However, I can navigate through Iris without any problems, find my favorites, playlists and albums.
The box otherwise works flawlessly. Local music plays, RFID cards go, and all buttons work.

My setup:

  • Pi 3B
  • Raspian Buster Full
  • GPIO Extension Board
  • Hifiberry MiniAmp
  • On/Off Shim

I did the installation path from splitti:
https://splittscheid.de/phoniebox-bauanleitung-toniebox-alternative/#ftoc-installation-software

In doing so, at the point of phoniebox installation, the setup of MPD is rejected. That shouldn't have anything to do with it though, right?

I've worked my way through the FAQ, but nothing seems to help.
To speed up the start, I changed the mopidy.conf
I commented out allow_playlists = false. But even when I undo that, it has no effect.

Does anyone maybe have a solution or idea?


Hallo zusammen,

Spodify-Playlists oder Alben lassen sich nicht über Iris und damit auch nicht über die Phoniebox abspielen. In Iris habe ich entdeckt, dass beim Anspielen dann die Fehlermeldung "Mopidy: Failed to add some tracks" erscheint. Ich kann aber problemlos durch Iris navigieren, finde meine Favoriten, Playlists und Alben.
Die Box funktioniert sonst tadellos. Lokale Musik wird gespielt, RFID-Karten gehen und alle Knöpfe funktionieren.

Mein Setup:

  • Pi 3B
  • Raspian Buster Full
  • GPIO Erweiterung Extension Board
  • Hifiberry MiniAmp
  • On/Off-Shim

Ich habe den Installationsweg von splitti durchgeführt:
https://splittscheid.de/phoniebox-bauanleitung-toniebox-alternative/#ftoc-installation-software

Dabei wird bei dem Punkt der Phonieboxinstallation die Einrichtung von MPD abgelehnt. Das sollte aber nichts damit zu tun haben, oder?

Ich habe mich durch die FAQ durchgearbeitet, aber nichts scheint zu helfen.
Ich habe jetzt, damit die Box etwas schneller ist in der mopidy.conf
allow_playlists = false auskommentiert. Aber selbst, wenn ich das rückgängig mache, hat das keine Auswirkungen.

Hat jemand vielleicht eine Lösung oder Idee?

@UbiGIT89
Copy link

UbiGIT89 commented Dec 4, 2021

Hi all,

same problem here.

I can reproduce the issue wirh many albums of "Conny" (german kids stories).
Additional to this, albums which are linked to rfid cards can be played by card without any issue.
Same album directly via iris/spotify cannot.

The logs says only "Cannot add some tracks" but no reason.

Best regards
Torben

@Borlizgaron Borlizgaron changed the title 🐛 | Spotify-Musik startet nicht - Problem mit Mopidy 🐛 | Spotify-Music doesn't starts - problem with Mopidy Dec 4, 2021
@FranzMan
Copy link

FranzMan commented Dec 5, 2021

I have the same problem (at least I think so)

Additionally if it try to play an RFID-Card it only seems to load the content, but it doesn't start to play.
Also if I click the big play-button of a listed item below the player it does the same (only loading), but if I click on the little play-button of a file in the playlist, it does play this mp3.

@FranzMan
Copy link

FranzMan commented Dec 5, 2021

Nachdem Ich es jetzt nochmal mit der Lite-Variante von Raspberry probiert habe geht es. Nur Ordner abspielen geht nicht, aber Spotify schon und einezelne Dateien auch.
Man muss dann halt alles via ssh und putty machen.

@Borlizgaron
Copy link
Author

I have now installed the Lite version and there is no difference. In Iris I see that the playlist is playing, but after 3 seconds the Iris player aborts and repeats. Nothing comes out of the Phoniebox. "Mopidy: Failed to add some tracks".


Ich habe nun die Lite-Version aufgespielt und es gibt keinen Unterschied. In Iris sehe ich, dass die Playlist abgespielt wird, aber nach 3 Sekunden bricht der Iris-Player ab und wiederholt. Aus der Phoniebox kommt nichts. "Mopidy: Failed to add some tracks"

@matu1504
Copy link

matu1504 commented Dec 25, 2021

Hatte das Problem auch, das Problem lag bei mir am Systemstart.
Mopidy wird gestartet und das WLAN ist noch nicht connected,
Probier mal in der Konsole folgendes

sudo /etc/init.d/mopidy restart

bei mir ging es dann.
Ich habe nun den Start von Mopidy deaktiviert und starte es durch ein Script 30 Sekunden nach dem Bootvorgang.
Damit geht es.

Geht sicher auch einfacher, aber mit den Abhängigkeiten in den init.d Scripten bin ich nicht so vertraut.

@Borlizgaron
Copy link
Author

Oh, super. Kannst Du mir das Skript erläutern? Es wird im Bootvorgang ausgeführt? Hast Du es in der Config eingefügt?
Es macht aber den Startvorgang nicht langsamer?

@matu1504
Copy link

matu1504 commented Dec 25, 2021

Wenn der Restart des Mopidy dein Problem gelöst hat, dann schreib ich dir mal was ich gemacht habe.

Vielleicht keine schöne Lösung, aber für mich funktioniert es.
Erst habe ich den mopidy Service beim Systemstart deaktiviert

sudo update-rc.d mopidy disable

Dann hab ich im root Ordner eine Datei mit dem Name delay angelegt
sudo nano ~/delay

folgender Inhalt:
#!/bin/bash
# $1: delay time(s)
# $2: command

sleep $1
exec $2

anschließend ausführbar machen
sudo chmod a+x ~/delay

cronjob einrichten, der 30 Sekunden nach Bootvorgang den mopidy startet
sudo crontab -e

Der sieht so aus:
@reboot /root/delay 30 "/etc/init.d/mopidy start"

fertig.

Schön wäre es den Service nur für die RCs des Starts zu deaktivieren und nicht für dir RCs des shutdown, aber das habe ich aus Unwissenheit nicht gemacht.

@s-martin
Copy link
Collaborator

Closing as there was no activity for a very long time.

Please check the current release 2.4 or our new implementation 3.2, if this issue still persists.

Feel free to open a new issue, if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants