7m0E7TRWiyc7eJlETAgDR-rp6HLJf2yvSnJLuQL

Results 7 comments of 7m0E7TRWiyc7eJlETAgDR-rp6HLJf2yvSnJLuQL

I'm away from my computer, but I'll be able to do it in about 8 hours.

This is the only item in the log: `2022/10/17 19:40:51 application.go:111: item not found in store `

I solved the problem. I needed to reposition the servers _in the app_ (I did it in the online interface first, but this had no effect), and after doing so,...

Sorry, left out the `toot env` information: ``` toot env toot 0.36.0 Python 3.11.3 (main, Apr 5 2023, 15:52:25) [GCC 12.2.1 20230201] Linux-6.3.1-arch1-1-x86_64-with-glibc2.37 ```

> Maybe related? [urwid/urwid#554](https://github.com/urwid/urwid/issues/554) Definitely looks the same, so the issue is canvas. Darn.

Can confirm that python-urwid commit ffbfa07 fixes the issue: https://github.com/urwid/urwid/commit/ffbfa07533809a523938d5e342ff7482a12dd5d0

My work around was just to build python-urwid myself with the aforementioned fix. It isn't that large of a file so it didn't take long to compile.