Guest User

Untitled

a guest
Oct 8th, 2020
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.99 KB | None | 0 0
  1. Response from hsdir: ''
  2. Response from hsdir: ''
  3. Response from hsdir: ''
  4. Response from hsdir: ''
  5. Response from hsdir: ''
  6. Response from hsdir: ''
  7. Traceback (most recent call last):
  8.   File "<PATH>/file.py", line 9, in <module>
  9.     with circuit.create_stream(('http://' + url, 9051)) as client:
  10.   File "/usr/local/lib/python3.8/dist-packages/torpy/circuit.py", line 318, in wrapped
  11.     return fn(self, *args, **kwargs)
  12.   File "/usr/local/lib/python3.8/dist-packages/torpy/circuit.py", line 596, in create_stream
  13.     tor_stream.connect(address)
  14.   File "/usr/local/lib/python3.8/dist-packages/torpy/stream.py", line 268, in connect
  15.     self._circuit.extend_to_hidden(hidden_service)
  16.   File "/usr/local/lib/python3.8/dist-packages/torpy/circuit.py", line 318, in wrapped
  17.     return fn(self, *args, **kwargs)
  18.   File "/usr/local/lib/python3.8/dist-packages/torpy/circuit.py", line 668, in extend_to_hidden
  19.     raise Exception("Can't extend to hidden service")
  20. Exception: Can't extend to hidden service
Add Comment
Please, Sign In to add comment