chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

Unrecognized Error Code #282

Closed tmack8001 closed 3 years ago

tmack8001 commented 3 years ago
192.168.72.156 - - [30/Mar/2021:12:12:55 -0400] "GET /API/sessionerror?machine=673b1f190000&session=faaed78ced644f3db9a783fa287fef32&errorcode=301 HTTP/1.0" 422 215 "-" "-"
192.168.72.156 - - [30/Mar/2021:14:36:42 -0400] "GET /API/sessionerror?machine=673b1f190000&session=faaed78ced644f3db9a783fa287fef32&errorcode=1 HTTP/1.0" 499 0 "-" "-"

Someone reported that their machine kept failing with a "Net Error" (I believe) and this were the two error codes I saw reported in the server logs. One was related to the nginx 499 issue that is being address shortly and the other looks to be an errorcode that isn't known to the server use_args thus the unprocessable error code of 422.