Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return -1 when using with ESPAsyncWebServer #63

Open
TheKerbecs opened this issue Dec 6, 2023 · 1 comment
Open

Return -1 when using with ESPAsyncWebServer #63

TheKerbecs opened this issue Dec 6, 2023 · 1 comment

Comments

@TheKerbecs
Copy link

TheKerbecs commented Dec 6, 2023

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants