quarcko
quarcko
So this code basically checks if QT_CORE_LIB is defined (it is defined by qmake), if so, it includes `` as in turn it contains Q_OS_****** macros, and then checks for...
Don't know if it's correct list, but here what i found: ``` #ifdef __clang__ /*code specific to clang compiler*/ #elif __GNUC__ /*code for GNU C compiler */ #elif _MSC_VER /*usually...
Also Neo Coolcam Siren Alarm does same thing now. I don't know what changed in my setup as it was working perfectly for about 8 months from install and only...
Yes, i use it on Desktop, so in the console i see following info: api.js:195 WebSocket connection to 'wss://xxxxxxx/api/websocket' failed: Data frame received after close dataObject data: Event bubbles: false...
I have added some console.log into "main.js": ` function pingConnection () { if(!$scope.ready || realReadyState === false) return; // no reason to ping if unready was fired var timeout =...
So basically it goes like this in console (during failure): 1) PING sent 2) Timeout! is PONG? 3) api.js:195 WebSocket connection to 'wss://home.gcc.lt/api/websocket' failed: Data frame received after close sometimes...
Very strange, but it happens in very different configurations exactly the same: 1) From work computer (HA is via NGINX ovet https and wss) 2) From home computer direct HTTP...
Hi, no i never found the real cause, but i just disabled ping function in config and my panel works super good without it. it never gets disconnected. so apparently...