-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
I have oberserved on my long time running unit, that the LCD Display stays in idle and just refreshes some ajax calls it can happen somethimes if I want to POST data like for login I get and error back and I need to reload the complete page.
In the logs I can see the following error reported (running 1.99.7 qt-webkit-kiosk based on qt 4.8.7):
Build with: Qt = 4.8.7 ; WebKit = 2.2.4
Runing with: Qt = 4.8.7 ; WebKit = "534.34"
"Thu Oct 22 14:42:54 2020" handleNetworkReply URL: "http://127.0.0.1:99/inc/ajaxlogin.php"
"Thu Oct 22 14:42:54 2020" handleNetworkReply ERROR: 205 = "Unknown error"
"Thu Oct 22 14:42:54 2020" MainWindow::handleQwkNetworkError "
From the qt docs it seems the error 205 is "QNetworkReply::ContentReSendError".
Do you have any idea, why this happens sometimes?