Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG]: Unable to load timeline #794

Closed
avtechmjc opened this issue Jan 11, 2024 · 3 comments
Closed

[BUG]: Unable to load timeline #794

avtechmjc opened this issue Jan 11, 2024 · 3 comments

Comments

@avtechmjc
Copy link

When sharing an image from Tusky (mastodon app) to a group chat in fluffychat:

  • Operating system: android
  • Version: 1.17.0

Exception

type 'List' is not a subtype of type 'List' of 'other'

StackTrace

#0 ListBase.+ (dart:collection/list.dart:345)
#1 MatrixSdkDatabase.getEventList. (package:matrix/src/database/matrix_sdk_database.dart:431)

#2 Room.getTimeline (package:matrix/src/room.dart:1461)

#3 ChatController._getTimeline (package:fluffychat/pages/chat/chat.dart:338)

#4 _FutureBuilderState._subscribe. (package:flutter/src/widgets/async.dart:624)

@martinhoyer
Copy link

martinhoyer commented Jan 13, 2024

Same here, sharing a screenshot on grapheneOS.

  • Operating system: android
  • Version: 1.17.0
### Exception
type 'List<dynamic>' is not a subtype of type 'List<String>' of 'other'

### StackTrace
#0      ListBase.+ (dart:collection/list.dart:345)
#1      MatrixSdkDatabase.getEventList.<anonymous closure> (package:matrix/src/database/matrix_sdk_database.dart:431)
<asynchronous suspension>
#2      Room.getTimeline (package:matrix/src/room.dart:1461)
<asynchronous suspension>
#3      ChatController._getTimeline (package:fluffychat/pages/chat/chat.dart:338)
<asynchronous suspension>
#4      _FutureBuilderState._subscribe.<anonymous closure> (package:flutter/src/widgets/async.dart:624)
<asynchronous suspension>

@TheOneWithTheBraid
Copy link
Collaborator

Fixed in famedly/matrix-dart-sdk#1679.

@krille-chan
Copy link
Owner

I can no longer reproduce it in 1.17.1 so I would assume this is fixed 💪 please reopen and ping me if it happens again

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

No branches or pull requests

4 participants