If I run tor-prompt and ARM side by side, the tor-prompt results are updated when I do a GETINFO circuit-status. The ARM circuits page only updates after a restart.
Gotcha. Definitely a refresh bug then. Sorry about that. :(
ARM version 1.4.5 seems to be the latest version. I checked out NYX but failed to get it running (Unable to load nyx's internal configurations: [Errno 21] Is a directory: '/home/rob/src/nyx/nyx/settings')
Interesting! How did you attempt to run it? Nyx is under active development so quite possible I buggered something up but can't say I've seen this one. Please provide the exact commands you ran - for instance...
% git clone http://dccbbv6cooddgcrq.onion/nyx.git % cd nyx % ./run_nyx
I did:
git clone https://git.torproject.org/nyx.git cd nyx ./run_nyx
Ahh, think I know the issue. Nyx requires the copy of Stem from its git repo too...
https://git.torproject.org/stem.git
Cheers! -Damian