Plex 'get' Request Failed while updating XMLTV via URL
See original GitHub issueWhen I check the PseudoTV.exe window it shows the following error:
(node:3288) UnhandledPromiseRejectionWarning: Plex ‘Get’ request failed. URL: https://xxxx:32400/livetv/dvrs
(node:3288) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 5)
And it happens every time after it tries to update the XMLTV. I use the URL instead of the file because I cant add the file it self Plex won’t accept it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top GitHub Comments
Yeah, we’ll have to see if we can fix updating by url as that is a completely valid use case.
This issue will be solved if the direct.plex url is used when setting up the plex server in PseudoTV. It’s https://<realIP>.<token>.plex.direct:22686. I’m using the fork that uses plex for transconding and set it up like this and the error is gone.