W-W / unRAID

unRAID Plug-ins
13 stars 1 forks source link

UI page doesn't refresh when SickBeard is started #7

Closed whiteatom closed 12 years ago

whiteatom commented 12 years ago

Hi there.. sorry if I'm reporting so many things and it makes it seem like I think these are bad plugins.. but it's quite the opposite. I like them a lot more then the other versions and I want to help improve them :)

Each of these plugins, when I start them (Enable: Yes -> Apply) the page dims the fields, shows the starting command at the bottom of the page and then refreshes to show the Running status; except the SickBeard plugin. It works perfectly (fields dim, starting command shows at the bottom of the page) until the refresh, I have to manually refresh the page to see that it did start.

Influencer commented 12 years ago

This is a known problem, for some reason, the exact same code that is used for the other plugins, fails with this one...We've tried other iterations of the same idea, and each one fails with the sickbeard plug-in....I believe sickbeard doesn't properly let go of the process when running in daemon mode, so without a refresh to "break the loop" sickbeard holds onto the process and the webgui waits for the code to finish.

I've almost given up trying to fix this, but every time I look at the code to add/fix something else, I always give it another go. Maybe next time it'll finally take!

And no worries, the issues section is there for a reason, for users to post issues so we know about them! If your posting, I believe you do like them, no reason to post issues for plug-ins you don't care about using!

On Wed, Jun 20, 2012 at 6:53 PM, whiteatom < reply@reply.github.com

wrote:

Hi there.. sorry if I'm reporting so many things and it makes it seem like I think these are bad plugins.. but it's quite the opposite. I like them a lot more then the other versions and I want to help improve them :)

Each of these plugins, when I start them (Enable: Yes -> Apply) the page dims the fields, shows the starting command at the bottom of the page and then refreshes to show the Running status; except the SickBeard plugin. It works perfectly (fields dim, starting command shows at the bottom of the page) until the refresh, I have to manually refresh the page to see that it did start.


Reply to this email directly or view it on GitHub: https://github.com/W-W/unRAID/issues/7

W-W commented 12 years ago

I will check this. I totally redesigned and improved some of plugins so they are ready for publish but about SickBeard have not worked on it yet. For now, i have this problem only in CrashPlan plugin but the rest of them (tvheadend, couchpotato, couchpotato v2) were corrected.

Let you know what i find in SickBeard :)

W-W commented 12 years ago

Unfortunately this problem is in SickBeard and can't be resolved by plugin. User must refresh the page when proper message appears in left-bottom corner.