hyperlink / plex-tv-cleanup

Automatically delete watched TV shows on Plex
MIT License
5 stars 0 forks source link

After a recent plex update, getting an error #2

Closed ajdexter closed 7 years ago

ajdexter commented 7 years ago

Plex Server Version 1.3.3.3148 NPM 2.15.8 Node v4.4.7

After a recent Plex update I'm getting the following error, which is preventing files from being process/removed.


Delete failed [TypeError: Cannot read property 'filter' of undefined]

✔ Total (would be) deleted: NaN episodes ✔ Space (would be) recovered: 0.00 PB

Any help sorting is much appreciated.

hyperlink commented 7 years ago

Yeah, I'm getting this error too. I'll take a look at it tonight. Could be related to phillipj/node-plex-api/issues/75

ajdexter commented 7 years ago

Thanks for checking into it @hyperlink. It seems possible that the JSON responses could be the culprit here... oy

hyperlink commented 7 years ago

That's exactly what it is @ajdexter I verified it last night. Looking forward to a fix in the node-plex-api dependency.

ajdexter commented 7 years ago

Cool. Thanks for following up, I'll keep an eye on the node-plex-api side as well. Cheers

Edit: Sorry for the close/open nonsense. Let me know if you'd like me to close this one out.

hyperlink commented 7 years ago

@ajdexter I fixed the issue in my fork of node-plex-api. So from the perspective of this module it should be fixed now. Please update and let me know if it's working for you.

ajdexter commented 7 years ago

@hyperlink Works great and 34GB cleared. Thank you so much for the updates and help.