Does the IIS server need to be hosted publicly (for Spotify to authenticate the web service)? I have followed the prerequisite checks, however any search yields no results. In the logs, I can see the following:
Mongo is running
IIS has been set up appropriately
The PlayMe application has been started 'as administrator'
Log exerpt:
Creating Spotify Session
Logging into Spotify with username 'xxx'
Dequeuing next track
Asking AutoPlay for next track
Then
...Interfaces.ICallbackClient|QueueChanged failed with exception The remote server returned an unexpected response: (405) Method not Allowed
This looks as though it might be related to the App not being authorised against my spotify account?
Does the IIS server need to be hosted publicly (for Spotify to authenticate the web service)? I have followed the prerequisite checks, however any search yields no results. In the logs, I can see the following:
Mongo is running
IIS has been set up appropriately
The PlayMe application has been started 'as administrator'
Log exerpt:
Creating Spotify Session
Logging into Spotify with username 'xxx'
Dequeuing next track
Asking AutoPlay for next track
Then
...Interfaces.ICallbackClient|QueueChanged failed with exception The remote server returned an unexpected response: (405) Method not Allowed
This looks as though it might be related to the App not being authorised against my spotify account?