ecleese / plexWatchWeb

A web front-end for plexWatch.
254 stars 41 forks source link

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

Open tylergibson opened 9 years ago

tylergibson commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

@tylergibson any news on this?

noodlemctwoodle commented 8 years ago

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