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
When adding a basic async web server to my esp32 I get this error from the Spotify library (with and without multithreading):
/v1/me/player/currently-playing?additional_types=episode&market=DE
stack size -1073601487
Status Code: -1
My project has gotten quite large so I am not able to send the entire code.
Without the web server the stack size is about the same but it does not throw the error -1.
The text was updated successfully, but these errors were encountered:
When adding a basic async web server to my esp32 I get this error from the Spotify library (with and without multithreading):
/v1/me/player/currently-playing?additional_types=episode&market=DE
stack size -1073601487
Status Code: -1
My project has gotten quite large so I am not able to send the entire code.
Without the web server the stack size is about the same but it does not throw the error -1.
The text was updated successfully, but these errors were encountered: