electronicsguy / HTTPSRedirect

A library for seamless data logging, communication and control for Internet of Things
GNU Affero General Public License v3.0
57 stars 25 forks source link

Incompatibility with ESP8266Audio #14

Open probonopd opened 1 year ago

probonopd commented 1 year ago

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[bot] commented 1 year ago

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

probonopd commented 1 year ago

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

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