Skip to content

TCA: Fix "AttributeError: no attribute persistence_config_failed"

segfault requested to merge tmp-fix-attribute-error into stable

Currently, Tor Connection reports AttributeError: no attribute 'persistence_config_failed' when bridges are shown. This is caused by a very simple initialization error.

It's unclear if this error actually causes other user-visible bugs. However, it is possible that this is the case, since all subsequent lines are not run.

To reproduce the bug, run journalctl -f, then select the hide mode and proceed: you'll see the error line.

Edited by boyska

Merge request reports