globaleaks / globaleaks-whistleblowing-software

GlobaLeaks is free, open-source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform.
https://www.globaleaks.org
Other
1.23k stars 269 forks source link

Exception: txtorcon.torcontrolprotocol.TorProtocolError #3406

Open Trarco opened 1 year ago

Trarco commented 1 year ago

What version of GlobaLeaks are you using?

4.11.1

What browser(s) are you seeing the problem on?

Microsoft Edge

What operating system(s) are you seeing the problem on?

Windows

Describe the issue

If I switch between Disable and Enable fo a subsite, I get this exception:

txtorcon.torcontrolprotocol.TorProtocolError Happens on 500-level responses in the protocol, almost certainly in an errback chain.

:ivar code: the actual error code
:ivar text: other text from the protocol

Traceback (most recent call last):

File "/usr/lib/python3/dist-packages/txtorcon/onion.py", line 896, in create yield _add_ephemeral_service(config, onion, progress, version, None, await_all_uploads)

File "/usr/lib/python3/dist-packages/txtorcon/onion.py", line 597, in _add_ephemeral_service raw_res = yield config.tor_protocol.queue_command(cmd)

txtorcon.torcontrolprotocol.TorProtocolError: 550 Onion address collision

Proposed solution

No response

evilaliv3 commented 1 year ago

Thank you for reporting this

This is probably a minor bug in the unloading of the onion site that when reloaded trigger this exception. For the moment you could safely ignore it and we will proceed emitting a patch to be included in a next minor update.