Created
April 28, 2018 00:03
-
-
Save maqp/f806be94640f0c3c7d52f36d1faff74c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
connecting_to_tor: 100% - Done | |
Starting Onion Service... Exception in thread Event Notifier: | |
Traceback (most recent call last): | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/response/events.py", line 681, in _parse | |
stem.control._parse_circ_entry(self.directory) | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/control.py", line 3957, in _parse_circ_entry | |
raise stem.ProtocolError('Nickname in the circuit path is malformed (%s)' % nickname) | |
stem.ProtocolError: Nickname in the circuit path is malformed (B/Sh+2Pm1aeCnj/8zjyRwqheTTzqiznVNh1WtPAT4w4) | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner | |
self.run() | |
File "/usr/lib/python3.6/threading.py", line 864, in run | |
self._target(*self._args, **self._kwargs) | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/control.py", line 966, in _event_loop | |
self._handle_event(event_message) | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/control.py", line 3830, in _handle_event | |
stem.response.convert('EVENT', event_message, arrived_at = time.time()) | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/response/__init__.py", line 124, in convert | |
message._parse_message(**kwargs) | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/response/events.py", line 66, in _parse_message | |
self._parse() | |
File "/home/maqp/stemtest/venv_stemtest/lib/python3.6/site-packages/stem/response/events.py", line 683, in _parse | |
raise stem.ProtocolError("HS_DESC's directory doesn't match a ServerSpec: %s" % self) | |
stem.ProtocolError: HS_DESC's directory doesn't match a ServerSpec: HS_DESC CREATED UNKNOWN UNKNOWN B/Sh+2Pm1aeCnj/8zjyRwqheTTzqiznVNh1WtPAT4w4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment