whitesoup12 / remote-falcon

Remote Falcon Monorepo for all things RF
GNU General Public License v3.0
12 stars 5 forks source link

Repeat option turns off when returning to regular playlist #90

Closed TechYourFacts closed 10 months ago

TechYourFacts commented 10 months ago

Hi, I'm having an issue where the regular playlist repeat button gets turned off when the playlist resumes after someone makes a jukebox selection. Also if they make enough selections the show will just end and turns everything off after some of the selected songs end. My best guess is if there are 5 songs left before the end of the regular playlist and someone selects 6 songs it will play 5 of them and shut the show down. I'll have to do some more testing to verify this 100%.

whitesoup12 commented 10 months ago

What version FPP are you running?

TechYourFacts commented 10 months ago

I'm running version 7.3.3. Thank you!

TechYourFacts commented 10 months ago

After some more troubleshooting what I thought was initially happening is not what is happening. The FPP software is just randomly stopping and going into idle mode when playing through the list of jukebox selected songs. If I have a list of 6 selected songs it may play all 6 sometimes and others it may play a couple songs and then stop the show. I'll continue to do some troubleshooting to see if I can narrow it down more but it looks like the plugin is restarting itself while playing so it doesn't know what to do after the current song plays.

2023-11-17 06:55:00 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Updated current playing sequence to Thanksgiving 2023-11-17 06:55:01 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Updated next scheduled sequence to Justin Timberlake - Cant Stop The Feeling 2023-11-17 06:57:13 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] 3 seconds remaining. Getting next request. 2023-11-17 06:57:13 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Queuing requested sequence Disney Moana - You're Welcome at index 6 2023-11-17 06:57:13 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Sleeping for 3 seconds. 2023-11-17 06:57:17 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Updated current playing sequence to Disney Moana - You're Welcome 2023-11-17 06:59:56 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] 3 seconds remaining. Getting next request. 2023-11-17 06:59:56 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Queuing requested sequence Diane Guerrero Stephanie Beatriz - What Else Can I Do at index 1 2023-11-17 06:59:56 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Sleeping for 3 seconds. 2023-11-17 07:00:00 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Updated current playing sequence to Diane Guerrero Stephanie Beatriz - What Else Can I Do 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Starting Remote Falcon Plugin v1.0.5 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Remote Playlist: Remote Thanksgiving Selection 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Viewer Control Mode: jukebox 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Interrupt Schedule: false 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Request Fetch Time: 3 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Additional Wait Time: 0 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] FPP Status Check Time: 1 (1000000 microseconds) 2023-11-17 07:00:12 AM: /home/fpp/media/plugins/remote-falcon/remote_falcon_listener.php : [] Updated current playing sequence to

that is where the log ends.

whitesoup12 commented 10 months ago

So it's likely not the plugin that's restarting, but FPPD. When FPPD restarts the plugin restarts as well. You might have to go dig through some of the system logs as well to see why FPPD is restarting. I've seen this before from earlier versions I think when CPU resources get too high. If anything, you might also try to the Zoom Room for help.

TechYourFacts commented 10 months ago

Ok, I'll do some more digging. If I let the show run without any intervention from Remote Falcon it runs all night with no issues. I'll turn the plug in off for now while I do some troubleshooting. Thank you for your help and such an awesome plugin!

TechYourFacts commented 10 months ago

I worked with Kulp and he seems to have corrected the issue within FPP. Thank you for your help and sorry to have bothered you with it. Thank you!

whitesoup12 commented 10 months ago

Glad you got it fixed!

TechYourFacts commented 10 months ago

Just for anyone else Kulp made a change within the FPP software that he will get released.