We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Production (https://gov.tools) Source: Backend
When DRep directory listing is fetched, the following exception is logged in the backend. URL: https://be.gov.tools/drep/list?page=0&pageSize=10&sort=Random
Exception user error (mzero) while handling request Request {requestMethod = "GET", httpVersion = HTTP/1.1, rawPathInfo = "/drep/list", rawQueryString = "?page=0&pageSize=10&sort=Random", requestHeaders = [("Host","be.gov.tools"),("X-Request-ID","e0e7f078555f3a8d5c71259cab2b60b2"),("X-Real-IP","<IP>"),("X-Forwarded-For","<IP>"),("X-Forwarded-Host","be.gov.tools"),("X-Forwarded-Port","443"),("X-Forwarded-Proto","https"),("X-Forwarded-Scheme","https"),("X-Scheme","https"),("sec-ch-ua-platform","\"Windows\""),("user-agent","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"),("accept","application/json, text/plain, */*"),("sec-ch-ua","\"Google Chrome\";v=\"131\", \"Chromium\";v=\"131\", \"Not_A Brand\";v=\"24\""),("sec-ch-ua-mobile","?0"),("origin","https://gov.tools"),("sec-fetch-site","same-site"),("sec-fetch-mode","cors"),("sec-fetch-dest","empty"),("referer","https://gov.tools/"),("accept-encoding","gzip, deflate, br, zstd"),("accept-language","es-ES,es;q=0.9,en;q=0.8"),("priority","u=1, i")], isSecure = False, remoteHost = 10.0.1.51:49540, pathInfo = ["drep","list"], queryString = [("page",Just "0"),("pageSize",Just "10"),("sort",Just "Random")], requestBody = <IO ByteString>, vault = <Vault>, requestBodyLength = KnownLength 0, requestHeaderHost = Just "be.gov.tools", requestHeaderRange = Nothing}
Here is the Sentry Issue: GOVTOOL-BACKEND-Z9
Something like this has happened before which was tracked here:
The text was updated successfully, but these errors were encountered:
Sentry Issue: GOVTOOL-BACKEND-Y3
Sorry, something went wrong.
MSzalowski
bosko-m
When branches are created from issues, their pull requests are automatically linked.
Environment: Production (https://gov.tools)
Source: Backend
When DRep directory listing is fetched, the following exception is logged in the backend.
URL: https://be.gov.tools/drep/list?page=0&pageSize=10&sort=Random
Exception user error (mzero) while handling request Request {requestMethod = "GET", httpVersion = HTTP/1.1, rawPathInfo = "/drep/list", rawQueryString = "?page=0&pageSize=10&sort=Random", requestHeaders = [("Host","be.gov.tools"),("X-Request-ID","e0e7f078555f3a8d5c71259cab2b60b2"),("X-Real-IP","<IP>"),("X-Forwarded-For","<IP>"),("X-Forwarded-Host","be.gov.tools"),("X-Forwarded-Port","443"),("X-Forwarded-Proto","https"),("X-Forwarded-Scheme","https"),("X-Scheme","https"),("sec-ch-ua-platform","\"Windows\""),("user-agent","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"),("accept","application/json, text/plain, */*"),("sec-ch-ua","\"Google Chrome\";v=\"131\", \"Chromium\";v=\"131\", \"Not_A Brand\";v=\"24\""),("sec-ch-ua-mobile","?0"),("origin","https://gov.tools"),("sec-fetch-site","same-site"),("sec-fetch-mode","cors"),("sec-fetch-dest","empty"),("referer","https://gov.tools/"),("accept-encoding","gzip, deflate, br, zstd"),("accept-language","es-ES,es;q=0.9,en;q=0.8"),("priority","u=1, i")], isSecure = False, remoteHost = 10.0.1.51:49540, pathInfo = ["drep","list"], queryString = [("page",Just "0"),("pageSize",Just "10"),("sort",Just "Random")], requestBody = <IO ByteString>, vault = <Vault>, requestBodyLength = KnownLength 0, requestHeaderHost = Just "be.gov.tools", requestHeaderRange = Nothing}
Here is the Sentry Issue: GOVTOOL-BACKEND-Z9
Something like this has happened before which was tracked here:
The text was updated successfully, but these errors were encountered: