witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
178 stars 33 forks source link

404 Response with getRefreshToken #30

Closed Zurtar closed 3 years ago

Zurtar commented 3 years ago

While using the getRefreshToken example for esp8266 Spotify returns the 404 code causing the check serial monitor message to be posted and the serial monitor doesn't give any additional information.

witnessmenow commented 3 years ago

What was the issue/fix?

Zurtar commented 3 years ago

The example tells you to use the arduino.local address as your callback under the esp8266 examples, I just switched it to esp8266.local and it worked fine