Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Fatal error: Error: Could not parse Plex.tv XML to retrieve authentication code. #170

Open
tylergibson opened this issue Sep 25, 2015 · 3 comments

Comments

@tylergibson
Copy link

I can no longer even get through setup, provides this error in the nginx log.

I've gone through the cert/datetime fixes with no luck. Also tried both URL's with no luck. Looks like their schema changed?

@Arcanemagus
Copy link
Collaborator

Hmmm, to hit that it would have to have successfully pulled data from plex.tv (meaning communication and auth worked), but it was unable to actually parse the response as XML.

Can you put a debug_dump($data); on line 619 right before the simplexml_load_string($data); so you can see what the data it's attempting to parse looks like?

@Arcanemagus
Copy link
Collaborator

@tylergibson any news on this?

@noodlemctwoodle
Copy link

Hello, I'm also getting this issue setting up the dev branch. Please let me know if you need any details and I will do what I can :)

EDIT: I've managed to bypass this issue by configuring plexWatchWeb Master Branch, then copying the config.php out. Switched to Dev branch and used the config.php from the Master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants