NoSuchKey
The specified key does not exist.
source/s/stem/stem-1.4.1.tar.bz2
9BF8664AFF649A37
wZ5f1OftcqkmtZHhSivumJS/SVv3vWI/MGP4TL1TgEFMOpOvRxtvRlqRywhAl5OTyXOlFl3DVaQ=
relays = [x for x in TOR_CONTROLLER.get_network_statuses() if {stem.Flag.GUARD, stem.Flag.VALID, stem.Flag.RUNNING, stem.Flag.FAST, stem.Flag.STABLE} <= set(x.flags) and len(set(x.flags) & {stem.Flag.BADEXIT, stem.Flag.BADDIRECTORY, stem.Flag.AUTHORITY, stem.Flag.EXIT}) is 0 and x.measured > 8192*2]
The 'measured' heuristic is only present in votes, and used to determine what the 'bandwidth' is in the consensus. For more information see the spec. Remember, these are just a unitless heuristic (not a measurement of anything in particular).
TorStatus might actually be showing the average_bandwidth of the server descriptors, but just a guess...
atm. Also the weird missing relay 5510FC1736B16D46D3F2DDA5011995C478D42594 is no longer missing it seems. Some sort of inconsistency there. I was just about to make a counter to count how many mismatches, guess when they happen you can count them on the fingers of a single hand.
I'd expect there to be a handful relays that have server descriptors but not be in the consensus due to being new (just started in the last hour or so). That many though is surprising. Not sure offhand what's up.
Happy to look into Stem issues, but I don't have time on my hands to dig into descriptor oddities. Patches welcome though if you'd care to improve something in this front.