-
Notifications
You must be signed in to change notification settings - Fork 112
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
TUI: Crash when loading a specific account #499
Comments
please provide output of |
|
@AnonymouX47 this is with Urwidgets 0.2.0, any thoughts? |
- Fix: Use `urwid.calc_width()` instead of `urwid.Text.pack()[0]` to compute the screen column width of text. - Additionally results in a performance improvement. Avoids buggy behaviour of `Text.pack()` (see urwid/urwid#924) and fixes ihabunek/toot#499.
- Fix: Use `urwid.calc_width()` instead of `urwid.Text.pack()[0]` to compute the screen column width of text. - Additionally results in a performance improvement. Avoids buggy behaviour of `Text.pack()` (see urwid/urwid#924) and fixes ihabunek/toot#499.
Hello! I looked into the issue and found out it was due to the presence of the U+2029 (Paragraph Separator) codepoint in the user's bio (between "." and "she/her"), as I initially suspected. This is a really uncommon edge case but still deserves attention. So, I dug further and realised the exception raised was due to the use of I've now switched to using Thank you very much. 😃 |
This error happens when I try to open this account from a post in the main timeline, using "A".
It looks the same as this issue (solved), but for an account and not a post.
I'm guessing it's because of accented characters in the profile/hashtags.
Account:
@[email protected]
From post:
https://mastodon.green/@juliette/113039496315816199
Stacktrace:
The text was updated successfully, but these errors were encountered: