Dawid Cieszyński

Results 3 comments of Dawid Cieszyński

I had to harcode my youtube key in WorkerRole.cs and I was able to publish azure service ` _webServiceHost = new WebServiceHost( new YoutubeFeed( "YouCast2020", "..."));`

Hi @Devorlon, YouCast only redirects to YouTube URLs so this is a YouTube issue/feature. I think it is intentional because if you watch the video you don't need to get...

I had some time problems with device hanging and not restarting. There was missing timeout handling, this fixed issue https://github.com/vshymanskyy/TinyGSM/pull/101. Maybe it will help you too.