bp2008
bp2008
Blue Iris might be setting cookies with the `secure` flag if `Blue Iris Settings` > `Web server` has checked the checkbox `Or Stunnel/other HTTPS is running on port`. I leave...
Oh, I finally see the code path that makes it hang. Yikes. Obvious now in hindsight. I've pushed [a change](https://github.com/bp2008/ui3/commit/3071308b13de9a689d3e21b2948e42ac0df7c7b8) to fix that.
Blue Iris logs out sessions that aren't used for 1 minute. UI3 tries to do a json status request every 45-50 seconds while the tab is inactive but maybe that...
My last reply above was a bit mangled; has been edited.
When you get the message "Blue Iris sent session data instead of an authentication challenge (probably indicates a Blue Iris bug)", can you tell from network request logs exactly what...
> Also, FWIW - Android Chrome browser does not continue making requests when the tab is inactive. Yeah, on mobile devices, web pages in the background aren't allowed to run...
You can't 100% trust what UI3 wrote in the error message to be exactly what was sent/received on the network, since there are layers of request processing code that could...
How sure are you that the request info you exported was from the first JSON request made by the `LogInWithCredentials` function? I just really don't see how it could have...
Also consider adding the text "deleted" over the clip tile thumbnail or something so it is a bit more obvious what the disabled/darkened state means.
Hmm. I haven't seen that happen and I'm on 5.9.3.4. If you can look at the ui3.htm page source, see what is in the `local_bi_session` variable around line 94.