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

Incompatibility with ESP8266Audio #14

Open
probonopd opened this issue Apr 7, 2023 · 2 comments
Open

Incompatibility with ESP8266Audio #14

probonopd opened this issue Apr 7, 2023 · 2 comments

Comments

@probonopd
Copy link

probonopd commented Apr 7, 2023

There appears to be an incompatibility between https://github.com/electronicsguy/HTTPSRedirect.git#0415a49 and https://github.com/earlephilhower/ESP8266Audio.git#12131e9. As soon as I put rtttl = new AudioGeneratorRTTTL(); into my sketch anywhere (even after client->connect(host, 443);), making the connection fails in ~8 out of 10 tries.

My use case: I would like to fetch calendar events from a Google Scripts web app using HTTPSRedirect, and then play sounds using ESP8266Audio based on those events. Each library on its own works fine, but I never can get them to play nicely together.

What might be causing this incompatibility and how can it be solved?

Cross-reference:

@github-actions
Copy link

github-actions bot commented Apr 7, 2023

Welcome to HTTPSRedirect! Please provide enough info to debug the issue.

@probonopd
Copy link
Author

probonopd commented Apr 7, 2023

Welcome to HTTPSRedirect! Please provide enough info to debug the issue.

Dear bot, I think I have already given relevant information...

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

1 participant