Deprecated PseudoLibrary - Strm Generator w/ Library Integration: AMAZON/HULU/NETFLIX
0.0.7 is crashing for me at startup when auto update is enabled combined with missing the last auto update. The error I get says that the variable Update_Timer_LastRun doesn't exist. And sure enough, it doesn't. I changed this line:

Update_Timer_NextRun = (Update_Timer_LastRun + datetime.timedelta(hours=Update_Refresh))

to this:

Update_Timer_NextRun = (Update_Timer_NextRun + datetime.timedelta(hours=Update_Refresh))

and now it works fine.


Messages In This Thread
RE: [Beta] "PseudoLibrary" Strm Generator w/ Library Integration: AMAZON/HULU/NETFLIX - by pkscout - 2014-10-29, 08:04
CrackleR - by TheIrreverend - 2015-06-13, 17:15
Logout Mark Read Team Forum Stats Members Help
PseudoLibrary - Strm Generator w/ Library Integration: AMAZON/HULU/NETFLIX5