Skip to content

Deserializing retweeters_timeline #410

Description

@myaicreator
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' 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<…>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions