TwitterInternalAPIDocument icon indicating copy to clipboard operation
TwitterInternalAPIDocument copied to clipboard

Deserializing retweeters_timeline

Open myaicreator opened this issue 2 years ago • 0 comments

return Navigator.of(context).push(
  MaterialPageRoute(
    builder: (context) => UserListWidget(
      builder: (String? cursor) => widget.client
          .getUserListApi()
          .getRetweeters(tweetId: "1742158417823776974"),
    ),
  ),
);

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: DioError [unknown]: null Error: Deserializing '[data, {retweeters_timeline: {timeline: {instructions: [{type: TimelineAddEnt...' to 'TweetRetweetersResponse' failed due to: Deserializing '[retweeters_timeline, {timeline: {instructions: [{type: TimelineAddEntries, e...' to 'TweetRetweetersResponseData' failed due to: Deserializing '[timeline, {instructions: [{type: TimelineAddEntries, entries: [{entryId: use...' to 'TimelineV2' failed due to: Deserializing '[instructions, [{type: TimelineAddEntries, entries: [{entryId: user-70900704,...' to 'Timeline' failed due to: Deserializing '[{type: TimelineAddEntries, entries: [{entryId: user-70900704, sortIndex: 178...' to 'BuiltList<InstructionUnion>' failed due to: Deserializing '[type, TimelineAddEntries, entries, [{entryId: user-70900704, sortIndex: 1786...' to 'InstructionUnion' failed due to: Deserializing '[type, TimelineAddEntries, entries, [{entryId: user-70900704, sortIndex: 1786...' to 'Tim<…>

myaicreator avatar Jan 02 '24 12:01 myaicreator