-
-
Notifications
You must be signed in to change notification settings - Fork 234
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 #805
Comments
It seems that the error is either related to problems rendering code blocks or images, this is the source of a message that causes this (only now I noticed that the orange box with a X means there was a some rendering error in Fluffy/Flutter). Details
|
The log error is different, but it seems that #828 is a dup of this one (at least the fix should apply to the same problem). |
This seems to be fixed in v1.17.3. Thank you. |
Exception
Invalid argument(s): HTML had 6 top level elements but 1 expected
StackTrace
#0 new Element.html (package:html/dom.dart:533)
#1 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:54)
#2 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:33)
#3 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:33)
#4 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:33)
#5 HtmlMessage.build (package:fluffychat/pages/chat/events/html_message.dart:91)
#6 StatelessElement.build (package:flutter/src/widgets/framework.dart:5541)
#7 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471)
#8 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
#9 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:5453)
(automatica report)
I have been seeing this since v1.17.0. FluffyChat does not crash, and I do not see any visible problem, but it dispays an overlay/pop-up with the error, with the option to copy or submit it (this is what was used to the automatic report above). Please feel free to request more info or tests.
Full log from command line
The text was updated successfully, but these errors were encountered: