witnessmenow / arduino-youtube-api

A wrapper around the youtube api for arduino
MIT License
141 stars 48 forks source link

does this not work for the newest arduino #14

Closed ginafent closed 4 years ago

ginafent commented 5 years ago

):

witnessmenow commented 5 years ago

Hi Gina,

Add "client.setInsecure();" to the setup and it should work!

Brian

On Tue, 5 Mar 2019, 21:15 Gina Fenton, notifications@github.com wrote:

):

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/witnessmenow/arduino-youtube-api/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfXwjw_rh6HxtLlVHuT7FhfDmlUBU1mks5vTt6FgaJpZM4bfg_r .

witnessmenow commented 4 years ago

Presumably refers to needing to add client.setInsecure() in the setup of ESP8266 V2.5 or higher sketches. #23 added this to the example