You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the project (on an older release) and I have the issue, that the pause-button by rfid is not working. It pauses successfully, when I use the Webinterface button, or type the command echo "pause" | nc.openbsd -w 1 localhost 4212 in a ssh session. But using a rfid-card does not work.
pi@jukebox:/etc $ sudo systemctl status rfid-reader.service
● rfid-reader.service - RFID-Reader Service
Loaded: loaded (/etc/systemd/system/rfid-reader.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2018-05-13 20:17:35 CEST; 7s ago
Main PID: 1369 (python2)
CGroup: /system.slice/rfid-reader.service
└─1369 /usr/bin/python2 /home/pi/RPi-Jukebox-RFID/scripts/daemon_rfid_reader.py
May 13 20:17:35 jukebox systemd[1]: Started RFID-Reader Service.
May 13 20:17:42 jukebox python2[1369]: CARDID = 1028061683
May 13 20:17:42 jukebox python2[1369]: pausing <- added this, to verify that the if-statement triggered
May 13 20:17:42 jukebox python2[1369]: VLC media player 2.2.6 Umbrella
May 13 20:17:42 jukebox python2[1369]: Command Line Interface initialized. Type `help' for help.
pi@jukebox:/etc $
Using wget http://jukebox/index.php?player=pause works inside ssh also, but still not inside the script. Any ideas, how this could be?
The text was updated successfully, but these errors were encountered:
Hi @bgraeb , you were not alone, because I WTFM (wrote the f******* manual) and had that mistake in the install script, too. Just changed that a few days ago. Good luck with the jukebox and I'd be honoured to get some pics of your work here #5 to include in the gallery
Hey there,
I'm running the project (on an older release) and I have the issue, that the pause-button by rfid is not working. It pauses successfully, when I use the Webinterface button, or type the command
echo "pause" | nc.openbsd -w 1 localhost 4212
in a ssh session. But using a rfid-card does not work.Using
wget http://jukebox/index.php?player=pause
works inside ssh also, but still not inside the script. Any ideas, how this could be?The text was updated successfully, but these errors were encountered: