Incorrect travel plan schema causes errors on profile load #125

Closed
opened 2026-05-29 12:55:19 +02:00 by hloth · 1 comment
Owner

Reported by @lukay.

{
  "error": "[\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"profiles\",\n      0,\n      \"travelPlans\",\n      0,\n      \"endDateUtc\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  },\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"profiles\",\n      0,\n      \"travelPlans\",\n      0,\n      \"id\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  },\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"profiles\",\n      0,\n      \"travelPlans\",\n      0,\n      \"startDateUtc\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  },\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"profiles\",\n      0,\n      \"travelPlans\",\n      1,\n      \"endDateUtc\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  },\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"profiles\",\n      0,\n      \"travelPlans\",\n      1,\n      \"id\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  },\n  {\n    \"expected\": \"number\",\n    \"code\": \"invalid_type\",\n    \"path\": [\n      \"profiles\",\n      0,\n      \"travelPlans\",\n      1,\n      \"startDateUtc\"\n    ],\n    \"message\": \"Invalid input: expected number, received undefined\"\n  }\n]",
  "request": {
    "method": "GET",
    "path": "/v7/profiles/721310664"
  },
  "response": {
    "status": 200,
    "body": "{\"profiles\":[{\"profileId\":\"721310664\",\"displayName\":\"visiting \",\"aboutMe\":\"visiting\\nOldenburg/Hamburg \\uD83D\\uDCCD\\n\",\"age\":20,\"showAge\":true,\"ethnicity\":null,\"relationshipStatus\":1,\"grindrTribes\":[],\"lookingFor\":[3],\"vaccines\":[],\"bodyType\":5,\"sexualPosition\":2,\"hivStatus\":1,\"lastTestedDate\":null,\"height\":175.0,\"weight\":69000.0,\"socialNetworks\":{\"instagram\":{\"userId\":\"nils_nv\"}},\"showDistance\":true,\"approximateDistance\":false,\"seen\":1780050530000,\"onlineUntil\":1780051130000,\"distance\":30141.6,\"isFavorite\":false,\"profileImageMediaHash\":\"bddaa57c824e54838fd00e7d44cbebdfdf1d7257\",\"medias\":[{\"mediaHash\":\"bddaa57c824e54838fd00e7d44cbebdfdf1d7257\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1772574202119},{\"mediaHash\":\"6a5cb08fcef157e47b582e55b15dcbc44c6bb50b\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1777681502105},{\"mediaHash\":\"b35749963a7808c105e206cde9099e4054560bcf\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1778867218724},{\"mediaHash\":\"07458254abd786370aa7f9cc4d333f7ca3d912a3\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1768706261217},{\"mediaHash\":\"7b64fd94ffd931fdb2e52e4ff9e33cb8e9c2e7d5\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1762649975661}],\"identity\":null,\"lastChatTimestamp\":null,\"isNew\":false,\"lastViewed\":null,\"meetAt\":[1,2,3,4,5],\"nsfw\":null,\"hashtags\":[],\"profileTags\":[],\"lastUpdatedTime\":1779895917689,\"genders\":[],\"pronouns\":[],\"tapped\":false,\"tapType\":null,\"lastReceivedTapTimestamp\":null,\"isTeleporting\":false,\"isRoaming\":false,\"arrivalDays\":null,\"foundVia\":null,\"unreadCount\":0,\"rightNow\":\"NOT_ACTIVE\",\"rightNowText\":null,\"rightNowPosted\":null,\"rightNowDistance\":null,\"rightNowThumbnailUrl\":null,\"rightNowFullImageUrl\":null,\"rightNowShareLocation\":null,\"rightNowMedias\":[],\"verifiedInstagramId\":null,\"lastThrobTimestamp\":null,\"isBlockable\":false,\"sexualHealth\":[1],\"isVisiting\":true,\"travelPlans\":[{\"travelPlanId\":1975616,\"profileId\":721310664,\"geohash\":\"u281z7hfvzq9\",\"startDate\":1779832800000,\"endDate\":1780005600000,\"notes\":\"\",\"showOnProfile\":true,\"locationName\":\"Munich\"},{\"travelPlanId\":1979475,\"profileId\":721310664,\"geohash\":\"u33dc0cppjs7\",\"startDate\":1780005600000,\"endDate\":1780178400000,\"notes\":\"\",\"showOnProfile\":true,\"locationName\":\"Berlin\"}],\"isInAList\":false,\"showTribes\":true,\"showPosition\":true,\"tribesImInto\":[],\"showVipBadge\":false}]}"
  }
}

Originally posted by @lukay in #124 (comment)

Reported by @lukay. ```json { "error": "[\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"profiles\",\n 0,\n \"travelPlans\",\n 0,\n \"endDateUtc\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n },\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"profiles\",\n 0,\n \"travelPlans\",\n 0,\n \"id\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n },\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"profiles\",\n 0,\n \"travelPlans\",\n 0,\n \"startDateUtc\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n },\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"profiles\",\n 0,\n \"travelPlans\",\n 1,\n \"endDateUtc\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n },\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"profiles\",\n 0,\n \"travelPlans\",\n 1,\n \"id\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n },\n {\n \"expected\": \"number\",\n \"code\": \"invalid_type\",\n \"path\": [\n \"profiles\",\n 0,\n \"travelPlans\",\n 1,\n \"startDateUtc\"\n ],\n \"message\": \"Invalid input: expected number, received undefined\"\n }\n]", "request": { "method": "GET", "path": "/v7/profiles/721310664" }, "response": { "status": 200, "body": "{\"profiles\":[{\"profileId\":\"721310664\",\"displayName\":\"visiting \",\"aboutMe\":\"visiting\\nOldenburg/Hamburg \\uD83D\\uDCCD\\n\",\"age\":20,\"showAge\":true,\"ethnicity\":null,\"relationshipStatus\":1,\"grindrTribes\":[],\"lookingFor\":[3],\"vaccines\":[],\"bodyType\":5,\"sexualPosition\":2,\"hivStatus\":1,\"lastTestedDate\":null,\"height\":175.0,\"weight\":69000.0,\"socialNetworks\":{\"instagram\":{\"userId\":\"nils_nv\"}},\"showDistance\":true,\"approximateDistance\":false,\"seen\":1780050530000,\"onlineUntil\":1780051130000,\"distance\":30141.6,\"isFavorite\":false,\"profileImageMediaHash\":\"bddaa57c824e54838fd00e7d44cbebdfdf1d7257\",\"medias\":[{\"mediaHash\":\"bddaa57c824e54838fd00e7d44cbebdfdf1d7257\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1772574202119},{\"mediaHash\":\"6a5cb08fcef157e47b582e55b15dcbc44c6bb50b\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1777681502105},{\"mediaHash\":\"b35749963a7808c105e206cde9099e4054560bcf\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1778867218724},{\"mediaHash\":\"07458254abd786370aa7f9cc4d333f7ca3d912a3\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1768706261217},{\"mediaHash\":\"7b64fd94ffd931fdb2e52e4ff9e33cb8e9c2e7d5\",\"type\":0,\"state\":1,\"reason\":null,\"takenOnGrindr\":false,\"createdAt\":1762649975661}],\"identity\":null,\"lastChatTimestamp\":null,\"isNew\":false,\"lastViewed\":null,\"meetAt\":[1,2,3,4,5],\"nsfw\":null,\"hashtags\":[],\"profileTags\":[],\"lastUpdatedTime\":1779895917689,\"genders\":[],\"pronouns\":[],\"tapped\":false,\"tapType\":null,\"lastReceivedTapTimestamp\":null,\"isTeleporting\":false,\"isRoaming\":false,\"arrivalDays\":null,\"foundVia\":null,\"unreadCount\":0,\"rightNow\":\"NOT_ACTIVE\",\"rightNowText\":null,\"rightNowPosted\":null,\"rightNowDistance\":null,\"rightNowThumbnailUrl\":null,\"rightNowFullImageUrl\":null,\"rightNowShareLocation\":null,\"rightNowMedias\":[],\"verifiedInstagramId\":null,\"lastThrobTimestamp\":null,\"isBlockable\":false,\"sexualHealth\":[1],\"isVisiting\":true,\"travelPlans\":[{\"travelPlanId\":1975616,\"profileId\":721310664,\"geohash\":\"u281z7hfvzq9\",\"startDate\":1779832800000,\"endDate\":1780005600000,\"notes\":\"\",\"showOnProfile\":true,\"locationName\":\"Munich\"},{\"travelPlanId\":1979475,\"profileId\":721310664,\"geohash\":\"u33dc0cppjs7\",\"startDate\":1780005600000,\"endDate\":1780178400000,\"notes\":\"\",\"showOnProfile\":true,\"locationName\":\"Berlin\"}],\"isInAList\":false,\"showTribes\":true,\"showPosition\":true,\"tribesImInto\":[],\"showVipBadge\":false}]}" } } ``` _Originally posted by @lukay in https://git.opengrind.org/open-grind/open-grind/issues/124#issuecomment-805_
hloth added this to the v0.1.0-alpha.5 milestone 2026-05-29 13:09:49 +02:00
hloth closed this issue 2026-06-02 01:30:52 +02:00
Author
Owner

This has been fixed and will be rolled out in alpha.5 update soon

This has been fixed and will be rolled out in alpha.5 update soon
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
open-grind/open-grind#125
No description provided.