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]: Error Widget (matrix.to link) #813

Closed
LFd3v opened this issue Jan 17, 2024 · 3 comments
Closed

[BUG]: Error Widget (matrix.to link) #813

LFd3v opened this issue Jan 17, 2024 · 3 comments

Comments

@LFd3v
Copy link

LFd3v commented Jan 17, 2024

  • Operating system: linux
  • Version: 1.17.1

Exception

Null check operator used on a null value

StackTrace

#0 PublicRoomBottomSheet.build (package:fluffychat/widgets/public_room_bottom_sheet.dart:85)
#1 StatelessElement.build (package:flutter/src/widgets/framework.dart:5541)
#2 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471)
#3 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
#4 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:5453)
#5 ComponentElement.mount (package:flutter/src/widgets/framework.dart:5447)
#6 Element.inflateWidget (package:flutter/src/widgets/framework.dart:4326)
#7 Element.updateChild (package:flutter/src/widgets/framework.dart:3837)
#8 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5496)
#9 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)

(automatic report)

The error happened when trying to open a link to a room in the chat, something like https://matrix.to/#/#test:envs.net. A pop over is shown, with an orange box with a black X (like something is missing, please see attached image), but FluffyChat does not crash.

I think this may be important because there is no other way to join a room using an alias in FluffyChat anymore.

ScreenShot

Screenshot from 2024-01-16 21-15-41

@krille-chan
Copy link
Owner

Fixed in latest commit

@LFd3v
Copy link
Author

LFd3v commented Jan 26, 2024

@krille-chan I have installed v1.71.2 on Linux and the problem improved (a bit) but it is not fixed:

flutter: Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
flutter: [Matrix] Something went wrong:  - Provider<MatrixState> not found for PublicRoomBottomSheet

image

I cannot reopen this issue, should I open a new one?

@LFd3v
Copy link
Author

LFd3v commented Feb 9, 2024

It seems that it is working fine as of v1.17.3. Thank you.

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

2 participants