Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deserializing retweeters_timeline #410

Open
myaicreator opened this issue Jan 2, 2024 · 0 comments
Open

Deserializing retweeters_timeline #410

myaicreator opened this issue Jan 2, 2024 · 0 comments

Comments

@myaicreator
Copy link

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<…>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant