Add Google OAuth token refresh #198

Closed
opened 2026-07-05 12:58:13 +02:00 by qq_ww · 3 comments

Description

I get a server ran into a problem right when i sign in, clicking retry doesnt help.

Details copied from the error

{
  "error": "[\n  {\n    \"expected\": \"array\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"items\"\n    ],\n    \"message\": \"Invalid input: expected array, received undefined\"\n  },\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"nextPage\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  },\n  {\n    \"expected\": \"boolean\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"shuffled\"\n    ],\n    \"message\": \"Invalid input: expected boolean, received undefined\"\n  },\n  {\n    \"code\": \"invalid_type\",\n    \"expected\": \"nonoptional\",\n    \"path\": [\n      \"hiddenProfiles\"\n    ],\n    \"message\": \"Invalid input: expected nonoptional, received undefined\"\n  },\n  {\n    \"code\": \"invalid_type\",\n    \"expected\": \"nonoptional\",\n    \"path\": [\n      \"hiddenProfileInfo\"\n    ],\n    \"message\": \"Invalid input: expected nonoptional, received undefined\"\n  }\n]",
  "kind": null,
  "request": {
    "method": "GET",
    "path": "/v3/cascade?nearbyGeoHash=sp3e2r17u03s"
  },
  "response": {
    "status": 401,
    "body": "{\"type\":\"urn:gr:err:internal_error\",\"title\":\"Internal Error\",\"status\":401,\"traceId\":\"6a4a372c000000004d05aaf608967893\"}"
  }
}

Version of Open Grind

No response

### Description I get a server ran into a problem right when i sign in, clicking retry doesnt help. ### Details copied from the error ```json { "error": "[\n {\n \"expected\": \"array\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"items\"\n ],\n \"message\": \"Invalid input: expected array, received undefined\"\n },\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"nextPage\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n },\n {\n \"expected\": \"boolean\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"shuffled\"\n ],\n \"message\": \"Invalid input: expected boolean, received undefined\"\n },\n {\n \"code\": \"invalid_type\",\n \"expected\": \"nonoptional\",\n \"path\": [\n \"hiddenProfiles\"\n ],\n \"message\": \"Invalid input: expected nonoptional, received undefined\"\n },\n {\n \"code\": \"invalid_type\",\n \"expected\": \"nonoptional\",\n \"path\": [\n \"hiddenProfileInfo\"\n ],\n \"message\": \"Invalid input: expected nonoptional, received undefined\"\n }\n]", "kind": null, "request": { "method": "GET", "path": "/v3/cascade?nearbyGeoHash=sp3e2r17u03s" }, "response": { "status": 401, "body": "{\"type\":\"urn:gr:err:internal_error\",\"title\":\"Internal Error\",\"status\":401,\"traceId\":\"6a4a372c000000004d05aaf608967893\"}" } } ``` ### Version of Open Grind _No response_
hloth changed title from Server ran into a problem upon sign in to Add Google OAuth token refresh 2026-07-05 20:58:26 +02:00
hloth added this to the v0.1.0-beta.3 milestone 2026-07-05 20:58:31 +02:00
hloth added this to the Open Grind project 2026-07-05 20:58:33 +02:00

What is oath code

What is oath code

Can confirm, but I only get "API error 4: Invalid input parameters"

Can confirm, but I only get "API error 4: Invalid input parameters"
hloth closed this issue 2026-07-07 14:54:51 +02:00
Owner
Fixed in https://git.opengrind.org/open-grind/grindr.rs/commit/a81ec8c19b138682a88947548fa883f7dd0f85e9 and bf45903c95c284ca302af5de7f4f519ba364ddab
Sign in to join this conversation.
No description provided.