Hello
I’m trying to view my 2025 SOTA Summary, but when I click the link “Check out your 2025 SOTA Summary here!” I get the error message “Could not fetch your summary! 500 OK”.
This is the HTTP request the browser made:
GET /stats/wrapped HTTP/2
Host: ``api-db2.sota.org.uk
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0
Accept: application/json, text/plain, /
Accept-Language: en-GB,en;q=0.9
Accept-Encoding: gzip, deflate, br, zstd
Authorization: Bearer <redacted>
Origin: ``https://www.sotadata.org.uk
Connection: keep-alive
Referer: ``https://www.sotadata.org.uk/
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: cross-site
And this is the response:
{
"error": {
"code": 500,
"reason": "Internal Server Error",
"description": "The server encountered an internal error while processing this request."
}
}
And the response headers:
HTTP/2 500
content-type: application/json
server: Rocket
permissions-policy: interest-cohort=()
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
access-control-allow-origin: *
access-control-allow-methods: POST, GET, DELETE, OPTIONS
access-control-allow-headers: Authorization, id_token, Content-type
access-control-allow-credentials: true
content-length: 169
date: Thu, 29 Jan 2026 16:00:32 GMT
set-cookie: DO-LB=<redacted>"; Max-Age=300; Path=/; HttpOnly; SameSite=Lax
cache-control: private
X-Firefox-Spdy: h2
The error is thrown after 170 ms. There is an OPTIONS request assosoated with this which appears to be successful.
My callsign is M3VXY.
Many Thanks
Stephen