GetStream / swift-activity-feed

Stream Swift iOS Activity Feed Components
https://getstream.io/
BSD 3-Clause "New" or "Revised" License
30 stars 17 forks source link

JSON Decoding Error #17

Closed yuehengshi closed 2 years ago

yuehengshi commented 3 years ago

Hi,

I encountered a JSON decoding issue with a specific activity. It showed "JSON decoding error: The data couldn’t be read ...", whereas I deleted the activity, the other activities could be loaded normally. By setting "logsEnabled" to true, I got the activity with the issue.

I have seen the same closed issue, it was because of the "actor", but it seems the "actor" is in the correct format in this activity. I have not idea why it results in a "JSON Decoding Error".

Sorry for the not well-formatted code here, and it is a bit long.

`{ "id" : "101b307a-ca05-11eb-a133-1254437355c5", "reaction_counts" : { "like" : 3, "like_n" : 3 }, "text" : "{\"address\":\"\",\"description\":\"Welcome, future Warrior!\n\nJoin one of our student ambassadors for a virtual tour of campus! Learn more about student life, support, and services while getting your questions answered in the live chat.\n\nWe can't wait to show you around!\n\nIf you have questions about accessibility for this event, please contact askus@uwaterloo.ca or 519-888-4567 x43614.\",\"endTime\":\"2021-06-15 17:30:00\",\"eventTargetStr\":\"\",\"eventType\":\"physical\",\"hasTarget\":false,\"hostName\":\"University of Waterloo\",\"isPostToAll\":\"\",\"meetingID\":\"\",\"meetingPassword\":\"\",\"registerRequired\":false,\"startTime\":\"2021-06-15 17:00:00\",\"title\":\"Waterloo Virtual Tour - June 15\",\"website\":\"https:\/\/www.accelevents.com\/e\/WaterlooVirtualTourJune15\",\"zoomRequired\":false,\"eventID\":\"FW_EVENT_20210603090829700\"}", "eventID" : "FW_EVENT_20210603090829700", "verb" : "event", "time" : "2021-06-10T16:01:05.879667", "latest_reactions" : { "like" : [ { "parent" : "", "id" : "6cae1aeb-a18e-4ffd-a33d-aba824b673c5", "created_at" : "2021-07-11T02:24:27.177924Z", "data" : {

        },
        "children_counts" : {

        },
        "user_id" : "3ecPUoEr6FTOI8NhdnP8w1NOG4u2",
        "updated_at" : "2021-07-11T02:24:27.177924Z",
        "kind" : "like",
        "activity_id" : "101b307a-ca05-11eb-a133-1254437355c5",
        "latest_children" : {

        }
      },
      {
        "parent" : "",
        "latest_children" : {

        },
        "id" : "b0a59910-ff84-45b1-84ef-eb02aa97b4bf",
        "created_at" : "2021-06-14T14:07:33.503280Z",
        "data" : {

        },
        "children_counts" : {

        },
        "user_id" : "bBetdjepqIenXUsp8tnPu1SeH7F3",
        "updated_at" : "2021-06-14T14:07:33.503280Z",
        "kind" : "like",
        "activity_id" : "101b307a-ca05-11eb-a133-1254437355c5",
        "user" : {
          "id" : "bBetdjepqIenXUsp8tnPu1SeH7F3",
          "data" : {
            "name" : "Brian Radley",
            "avatarURL" : "https:\/\/firebasestorage.googleapis.com\/v0\/b\/fosterwayapp.appspot.com\/o\/profileImages%2FprofilebBetdjepqIenXUsp8tnPu1SeH7F3.jpg?alt=media&token=5f0a77d5-24d0-4cb6-97ac-949d25a038a8"
          },
          "updated_at" : "2020-10-07T15:13:21.958069Z",
          "created_at" : "2020-05-27T17:21:31.374183Z"
        }
      },
      {
        "parent" : "",
        "latest_children" : {

        },
        "id" : "78ecbef2-2b41-4d22-b1f5-bcfe7cd0d9d3",
        "created_at" : "2021-06-10T17:13:53.543228Z",
        "data" : {

        },
        "children_counts" : {

        },
        "user_id" : "zv5CWEqldmfjmlRcuAsb4MJZFKW2",
        "updated_at" : "2021-06-10T17:13:53.543228Z",
        "kind" : "like",
        "activity_id" : "101b307a-ca05-11eb-a133-1254437355c5",
        "user" : {
          "id" : "zv5CWEqldmfjmlRcuAsb4MJZFKW2",
          "data" : {
            "name" : "Blaine Taylor",
            "avatarURL" : "https:\/\/firebasestorage.googleapis.com\/v0\/b\/fosterwayapp.appspot.com\/o\/profileImages%2Fprofilezv5CWEqldmfjmlRcuAsb4MJZFKW2.jpg?alt=media&token=0b3807b1-a195-44d2-abb5-658187c9239d"
          },
          "updated_at" : "2020-09-25T17:13:16.827805Z",
          "created_at" : "2020-09-21T20:52:42.837048Z"
        }
      }
    ],
    "like_n" : [
      {
        "parent" : "",
        "id" : "fb95ba05-23a2-4c4a-8d49-3aef27308100",
        "created_at" : "2021-07-11T02:24:27.118680Z",
        "data" : {

        },
        "children_counts" : {

        },
        "user_id" : "3ecPUoEr6FTOI8NhdnP8w1NOG4u2",
        "updated_at" : "2021-07-11T02:24:27.118680Z",
        "kind" : "like_n",
        "activity_id" : "101b307a-ca05-11eb-a133-1254437355c5",
        "latest_children" : {

        }
      },
      {
        "parent" : "",
        "latest_children" : {

        },
        "id" : "cf824801-1010-4d2e-9d25-fb7c47cde785",
        "created_at" : "2021-06-14T14:07:33.503506Z",
        "data" : {

        },
        "children_counts" : {

        },
        "user_id" : "bBetdjepqIenXUsp8tnPu1SeH7F3",
        "updated_at" : "2021-06-14T14:07:33.503506Z",
        "kind" : "like_n",
        "activity_id" : "101b307a-ca05-11eb-a133-1254437355c5",
        "user" : {
          "id" : "bBetdjepqIenXUsp8tnPu1SeH7F3",
          "data" : {
            "name" : "Brian Radley",
            "avatarURL" : "https:\/\/firebasestorage.googleapis.com\/v0\/b\/fosterwayapp.appspot.com\/o\/profileImages%2FprofilebBetdjepqIenXUsp8tnPu1SeH7F3.jpg?alt=media&token=5f0a77d5-24d0-4cb6-97ac-949d25a038a8"
          },
          "updated_at" : "2020-10-07T15:13:21.958069Z",
          "created_at" : "2020-05-27T17:21:31.374183Z"
        }
      },
      {
        "parent" : "",
        "latest_children" : {

        },
        "id" : "326a6069-bbb5-4742-97ce-108bd607ab33",
        "created_at" : "2021-06-10T17:13:53.543752Z",
        "data" : {

        },
        "children_counts" : {

        },
        "user_id" : "zv5CWEqldmfjmlRcuAsb4MJZFKW2",
        "updated_at" : "2021-06-10T17:13:53.543752Z",
        "kind" : "like_n",
        "activity_id" : "101b307a-ca05-11eb-a133-1254437355c5",
        "user" : {
          "id" : "zv5CWEqldmfjmlRcuAsb4MJZFKW2",
          "data" : {
            "name" : "Blaine Taylor",
            "avatarURL" : "https:\/\/firebasestorage.googleapis.com\/v0\/b\/fosterwayapp.appspot.com\/o\/profileImages%2Fprofilezv5CWEqldmfjmlRcuAsb4MJZFKW2.jpg?alt=media&token=0b3807b1-a195-44d2-abb5-658187c9239d"
          },
          "updated_at" : "2020-09-25T17:13:16.827805Z",
          "created_at" : "2020-09-21T20:52:42.837048Z"
        }
      }
    ]
  },
  "object" : "Event Title: Waterloo Virtual Tour - June 15\nEvent Description: Welcome, future Warrior!\n\nJoin one of our student ambassadors for a virtual tour of campus! Learn more about student life, support, and services while getting your questions answered in the live chat.\n\nWe can't wait to show you around!\n\nIf you have questions about accessibility for this event, please contact askus@uwaterloo.ca or 519-888-4567 x43614.\nEvent Start Time: 2021-06-15 17:00:00\nEvent End Time: 2021-06-15 17:30:00\nEvent Registration Required: No\nEvent Website: https:\/\/www.accelevents.com\/e\/WaterlooVirtualTourJune15",
  "actor" : {
    "id" : "-KxFmOuPuAMn6DSkPdq5",
    "data" : {
      "name" : "University of Waterloo",
      "avatarURL" : "https:\/\/firebasestorage.googleapis.com\/v0\/b\/fosterwayapp.appspot.com\/o\/schoolUserLogo%2FschoolRecruiter_schoolIcon%2FJAPFKl4a3tMhWzxKT2IF2lJSZ162.jpg?alt=media&token=3968cd4c-cd9e-4131-9eee-d4a7457c5a86"
    },
    "updated_at" : "2020-08-13T14:55:43.416156Z",
    "created_at" : "2020-01-24T18:25:57.229591Z"
  },
  "origin" : "mix:-KxFmOuPuAMn6DSkPdq5",
  "attachments" : {
    "files" : [

    ],
    "images" : [

    ],
    "og" : null
  },
  "firebaseSchoolID" : "-KxFmOuPuAMn6DSkPdq5",
  "firebaseUserID" : "JAPFKl4a3tMhWzxKT2IF2lJSZ162",
  "latest_reactions_extra" : {
    "like" : {
      "next" : ""
    },
    "like_n" : {
      "next" : ""
    }
  },
  "own_reactions" : {

  },
  "target" : "",
  "foreign_id" : ""
}`