fuzeman / Spotify2.bundle

Spotify music streaming for Plex (all platforms)
76 stars 45 forks source link

Authentication Issue #54

Open carl2782 opened 9 years ago

carl2782 commented 9 years ago

Hi, I'm just duplicating this post from Plex forums. I don't seem to be able to authenticate. Running PMS on Ubuntu Server 14.04 and have tried through Windows 8.1, iOS and Plex/Web clients. I've installed node.js and tried a few different versions from Github, but I keep getting the "Client hasn't logged in after waiting 8 seconds" error. My log looks like this (just the part I think is important):

Quote 2015-03-13 23:35:42,380 (7f4850ff9700) : DEBUG (runtime:918) - Response: [200] MessageContainer, 152 bytes 2015-03-13 23:35:47,476 (7f4850ff9700) : DEBUG (runtime:717) - Handling request GET /music/spotify 2015-03-13 23:35:47,479 (7f4850ff9700) : DEBUG (runtime:814) - Found route matching /music/spotify 2015-03-13 23:35:47,479 (7f4850ff9700) : DEBUG (init:24) - plugin_callback - method: , kwargs: {}, async: False 2015-03-13 23:35:47,480 (7f4850ff9700) : DEBUG (base:125) - Checking if com.plexapp.plugins.spotify2 is broken 2015-03-13 23:35:47,481 (7f4850ff9700) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:324...n/X1N0b3JlU2Vy$ 2015-03-13 23:35:47,492 (7f4850ff9700) : DEBUG (runtime:106) - Sending packed state data (109 bytes) 2015-03-13 23:35:47,492 (7f4850ff9700) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1231 bytes 2015-03-13 23:35:48,966 (7f4850ff9700) : DEBUG (runtime:717) - Handling request GET /music/spotify 2015-03-13 23:35:48,969 (7f4850ff9700) : DEBUG (runtime:814) - Found route matching /music/spotify 2015-03-13 23:35:48,969 (7f4850ff9700) : DEBUG (init:24) - plugin_callback - method: , kwargs: {}, async: False 2015-03-13 23:35:48,970 (7f4850ff9700) : DEBUG (base:125) - Checking if com.plexapp.plugins.spotify2 is broken 2015-03-13 23:35:48,971 (7f4850ff9700) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:324...n/X1N0b3JlU2Vy$ 2015-03-13 23:35:48,983 (7f4850ff9700) : DEBUG (runtime:106) - Sending packed state data (109 bytes) 2015-03-13 23:35:48,984 (7f4850ff9700) : DEBUG (runtime:918) - Response: [200] MediaContainer, 1231 bytes 2015-03-13 23:35:48,999 (7f4850ff9700) : DEBUG (runtime:717) - Handling request GET /music/spotify/your_music 2015-03-13 23:35:49,002 (7f4850ff9700) : DEBUG (runtime:814) - Found route matching /music/spotify/your_music 2015-03-13 23:35:49,002 (7f4850ff9700) : DEBUG (init:24) - plugin_callback - method: <utils.decorator object at 0x275b910>, kwargs: {}, async: False 2015-03-13 23:35:49,003 (7f4850ff9700) : DEBUG (utils:50) - authenticated 2015-03-13 23:35:59,003 (7f4850ff9700) : DEBUG (utils:57) - authenticated - login error 2015-03-13 23:35:59,005 (7f4850ff9700) : DEBUG (runtime:106) - Sending packed state data (109 bytes) 2015-03-13 23:35:59,005 (7f4850ff9700) : DEBUG (runtime:918) - Response: [200] MessageContainer, 152 bytes

I can post the entire log if it would help. Any suggestions?