Dustin Kerstein

Results 42 comments of Dustin Kerstein

@SpencerBurgess were you able to resolve this? I'm also seeing the same error on Android (Unity3d).

Yah, here's the code I'm testing on Unity (direct java calls and using built-in Unity MultiCastLock methods as a test): ``` private void Awake() { GetIP(); } public async void...

Just wanted to follow up. I'd love to use this project, but I need Bayer data for my usecase. Ideally it would conform to the way picamera / raspistill handle...

This is visible in the JavaScript console

K cool. Yeah, I just would like to hide this error since 99.999% of website visits won't be logged in via wwwhisper and I'd rather not provide this error message...

I'm using CloudFlare so that's entirely possible. I'll look into those headers later today.

I don't believe I can control how Cloudflare communicates to my origin. Can you think of any way to debug this? Thanks.

Ah, good stuff. Yeah, I'm using the Flexible SSL which isn't encrypted to my server. Think that's what's causing issues?

Not easily at the moment. The Flexible SSL kind of does exactly what I need and is a lot cheaper (ie. free) compared to a full SSL setup. I can...

@epascal did you ever resolve this issue? This is the same behavior I was describing in https://github.com/mrdoob/three.js/issues/9748