Replies: 1 comment
-
That would be a part of the Tor module determining possible traffic by fetching the consensus document that contains the status of the relays. That error most likely occurs when your machine is offline, other functions/modules should work fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running this program, it output below message, where this comes from? what it is used for?
DEBUG:stem:Unable to download descriptors from 'http://204.13.164.118:80/tor/status-vote/current/consensus' (2 retries remaining): Failed to download from http://204.13.164.118:80/tor/status-vote/current/consensus (URLError): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
DEBUG:stem:Unable to download descriptors from 'http://193.23.244.244:80/tor/status-vote/current/consensus' (1 retries remaining): Failed to download from http://193.23.244.244:80/tor/status-vote/current/consensus (URLError): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
DEBUG:stem:Unable to download descriptors from 'http://128.31.0.39:9131/tor/status-vote/current/consensus': Failed to download from http://128.31.0.39:9131/tor/status-vote/current/consensus (URLError): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Unable to retrieve the consensus: Failed to download from http://128.31.0.39:9131/tor/status-vote/current/consensus (URLError): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Starting Graph Plotting
Beta Was this translation helpful? Give feedback.
All reactions