You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Fri 21 May 2021, 20:14 arno4000, ***@***.***> wrote:
The API client is working great so far on an ESP32 TTGO T-Display. But
there is one problem:
All API functions, that use the /v1/me/player endpoint fail with the
following error message
Skipping to next track.../v1/me/player/nextapi.spotify.com
[E][ssl_client.cpp:36] _handle_error(): [send_ssl_data():301]: (-80) UNKNOWN ERROR CODE (0050)
Failed to send request
I have tested it with my own code, but also the example at
https://github.com/witnessmenow/spotify-api-arduino/blob/master/examples/esp32/playerControls/playerControls.ino
.
Is this a bug or am I doing something wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL5PQT24VL24TDTF523HI3TO2WI5ANCNFSM45JW3XXQ>
.
I have tried the functions in the spotify developer console and there I am getting a 403 error with the message, that premium is required. Therefore I am closing the issue. I will reopen it, when i have tested it with a premium account and the ssl error is still there.
Maybe you could add this to the readme.
witnessmenow
changed the title
API requests on the /v1/me/player entpoint fail with SSL error code 0050
Update documentation that some endpoints require premium
May 22, 2021
The API client is working great so far on an ESP32 TTGO T-Display. But there is one problem:
All API functions, that use the /v1/me/player endpoint fail with the following error message
I have tested it with my own code, but also the example at https://github.com/witnessmenow/spotify-api-arduino/blob/master/examples/esp32/playerControls/playerControls.ino.
Is this a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: