Results 50 comments of Damian

Hi Sebastian. This is apparently failing because our attempt to get the user id of your tor process fails ([relevant code](https://gitweb.torproject.org/stem.git/tree/stem/util/proc.py#n368)). Unfortunately I don't have a workaround to offer you....

Thanks Rijndael! The issue is that [Python 3.11 removed the inspect.getargspec() function](https://docs.python.org/3.11/whatsnew/3.11.html#removed) which broke our compatibility with it. I left Tor a couple years ago. Nyx is presently unmaintained so...

> it appears to be a stem issue rather than a nyx issue. What made you conclude that? Thus far there doesn't appear to be much actionable information on this...

> I ran a memory profiler on nyx to try to figure out who's hugging all the memory. That's a neat visualization. Thanks Farzad! Unfortunately it doesn't narrow down the...

Thanks Am0rphous, this is a good point. distutils used to be a python builtin but nowadays you're right.

Thanks Roger. [Nyx previously did this](https://gitweb.torproject.org/nyx.git/commit/?id=ad8741d), but that keybinding was removed. I'll add it back in the next release.

Hi france1. Could you please upload a screenshot? On first blush this sounds like https://nyx.torproject.org/#broken_borders but it's hard to tell from the description.

Yikes! That's really messed up. I'm seeing multiple problems: * Log messages got interwoven with the header panel (ex. "[NYX_NOTICE] Nyx is c9u21..." on the first line). * [ANSI sequences](https://en.wikipedia.org/wiki/ANSI_escape_code)...

Hi T0rr0, sorry about the delay. This looks to be arising because your torrc has "%include" entries which would get overwritten. Tor raises this error at the following when we...

Thanks computerfreak94! Tor recently migrated from trac to gitlab, hence the broken link.