node-plex-api icon indicating copy to clipboard operation
node-plex-api copied to clipboard

Node.js package used to query the Plex Media Server HTTP API

Results 8 node-plex-api issues
Sort by recently updated
recently updated
newest added

I'm trying to use `plex-api` from an AWS Lambda but it's failing with the below error. ``` "Runtime.UnhandledPromiseRejection: StatusCodeError: 401 - {\"type\":\"Buffer\",\"data\":[60,104,116,109,108,62,60,104,101,97,100,62,60,115,99,114,105,112,116,62,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,32,61,32,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,114,101,102,46,109,97,116,99,104,40,47,40,94,46,43,92,47,41,91,94,92,47,93,42,36,47,41,91,49,93,32,43,32,39,119,101,98,47,105,110,100,101,120,46,104,116,109,108,39,59,60,47,115,99,114,105,112,116,62,60,116,105,116,108,101,62,85,110,97,117,116,104,111,114,105,122,101,100,60,47,116,105,116,108,101,62,60,47,104,101,97,100,62,60,98,111,100,121,62,60,104,49,62,52,48,49,32,85,110,97,117,116,104,111,114,105,122,101,100,60,47,104,49,62,60,47,98,111,100,121,62,60,47,104,116,109,108,62]}", " at process. (/var/runtime/index.js:35:15)", " at process.emit (events.js:400:28)",...

Hello, I'm trying to use plex-api to access my plex server which uses 2FA (2 factor authentication - [Plex docs](https://support.plex.tv/articles/two-factor-authentication/)). Here is my client constructor ```javascript const client = new...

Hi, I'm using as [documentation says](https://github.com/phillipj/node-plex-api-credentials#usage) the plex api credentials for the login ![image](https://user-images.githubusercontent.com/24718181/71350661-0fcfd680-2572-11ea-8f44-790048bb0a14.png) and this flow correctly works, but every time I use this endpoint to query the plex...

Running against PMS 1.4.1.3362, immediately after instantiating a new `PlexControl`: ``` TypeError: Cannot read property 'filter' of undefined at filterChildrenByCriterias (my-project/node_modules/plex-api/lib/api.js:261:20) at my-project/node_modules/plex-api/lib/api.js:130:16 at _fulfilled (my-project/node_modules/q/q.js:834:54) at self.promiseDispatch.done (my-project/node_modules/q/q.js:863:30) at...

@benheller from Plex has been kind enough to reach out about breaking changes in the JSON responses from PMS. In PMS v1.3.x there has was introduced some breaking changes in...

Hi there, out of the documentation I am not sure which authentication is required for what scope. ``` username: plex.tv username (optional / required for PlexHome) password: plex.tv password (optional...

I am able to do queries fine. Using /status/session I have got the player IP address. However when I try to perform any action with playback controller it does nothing....

I'm getting this error around like 30% of my attempts. Username password is correct, it usually works if I try again. But it happens so much that something must be...