witnessmenow / arduino-youtube-api

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

Channel stats not showing up in serial monitor #11

Closed Maximuskembo closed 4 years ago

Maximuskembo commented 5 years ago

Hi I have a project using the Wemos R1 chip. In serial monitor I only get the response that the chip is connected. Wifi connected and an local ip address (like 192.34........)

And no matter how long I wait, the youtube channel stats does not show up. The API key is correct (checked and working ok on googleapi link) The router i'm connecting thru is connected to the internet. Have you heard about this problem and do you have a fix for me?

Thanks

kuuriisuu commented 5 years ago

I'm facing the same issue. Did you get this resolved, +Maximuskembo?

witnessmenow commented 5 years ago

If you are using ESP8266 library 2.5, add "client.setInsecure();" to your setup

On Tue, 5 Mar 2019 at 01:47, kuuriisuu notifications@github.com wrote:

I'm facing the same issue. Did you get this resolved, +Maximuskembo?

— 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/11#issuecomment-469501326, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfXwrPTlLWfydHS8vpdS1bYMH2FIMlmks5vTcy3gaJpZM4agA-c .

kuuriisuu commented 5 years ago

Exquisite! That did it for me. I'm now able to retrieve stats. Thanks!! :)

witnessmenow commented 4 years ago

Added to the example in #23