Damian
Damian
**Migrated from ticket [16348](https://trac.torproject.org/projects/tor/ticket/16348).** [Python3 added exception chaining](http://legacy.python.org/dev/peps/pep-3134/). Under python2 you only get the useful stacktrace but with python3 you get the internal one too. At present there isn't a...
**Migrated from ticket [8248](https://trac.torproject.org/projects/tor/ticket/8248).** We presently have a get_server_descriptor() and get_network_status() method, but it's horribly inefficient. Our present messaging infrastructure provided by the BaseController class sends or receives complete messages...
**Migrated from ticket [5186](https://trac.torproject.org/projects/tor/ticket/5186).** Nyx should show the targets of individual streams. For example, currently nyx might show a new stream like this (spaces removed): ``` 127.0.0.1:42051 --> 127.0.0.1:9050 UNKNOWN...
**Migrated from ticket [14979](https://trac.torproject.org/projects/tor/ticket/14979).** Vidalia allows that, and that's one thing we at Tails will be missing when we remove it. The main use case is debugging potentially buggy or...
**Migrated from ticket [32552](https://trac.torproject.org/projects/tor/ticket/32552).** Every single time I try to connect to for from Nyx I get ``` Traceback (most recent call last): File "/bin/nyx", line 11, in load_entry_point('nyx==2.1.0', 'console_scripts',...
**Migrated from ticket [30465](https://trac.torproject.org/projects/tor/ticket/30465).** Running system: ``` FreeBSD hostname 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 ``` Packages: ``` tor-0.3.5.8 nyx-2.1.0 py36-stem-1.7.1 ``` When I run Nyx and press the "m"...
**Migrated from ticket [28334](https://trac.torproject.org/projects/tor/ticket/28334).** Nyx 2.0.4 at Linux. The first problem exist with all options: if I select some option, then press `Enter` (so, start editing it), and then press...
**Migrated from ticket [27517](https://trac.torproject.org/projects/tor/ticket/27517).** I did not find out why I see stem's debug output with ./run_nyx from a fresh clone: ``` nyx_fresh$ ./run_nyx -d nyx.log TRACE:stem:Nyx 2.0.4-dev Debug Dump...
**Migrated from ticket [18708](https://trac.torproject.org/projects/tor/ticket/18708).** I've been impressed at how much Nyx users miss. Hell, I've met longtime users that didn't even know you could press left/right for additional pages. They...
**Migrated from ticket [18694](https://trac.torproject.org/projects/tor/ticket/18694).** Nyx can probably run in Cygwin, but native Windows support requires... * Curses alternative. [Python has a ticket for adding Windows support](https://bugs.python.org/issue2889) but looks unlikely to...