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

Return -1 when using with ESPAsyncWebServer #63

Open TheKerbecs opened 9 months ago

TheKerbecs commented 9 months ago

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.

witnessmenow commented 9 months ago

Have you enabled debugging in the Spotify Library to see where it's failing?

Other than that, I don't really have much I can suggest