http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/api/descriptor/remote.html
The run() method pass along any errors that
arise... from stem.descriptor.remote import Query query = Query ( ' /tor/server/all ' , timeout = 30 , ) print ( ' Current relays: ' ) try : for desc in Query ( ' /tor/server/all ' , ' server-descriptor 1.0 ' ) . run (): print ( desc . fingerprint ) except Exception as exc : print ( ' Unable to retrieve the server descriptors: %s ' % exc ) ... while iterating fails silently... print ( ' Current relays: ' ) for desc in Query ( '...