Advertisement
Guest User

Untitled

a guest
Jan 19th, 2022
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
  2. QLayout: Attempting to add QLayout "" to QFrame "", which already has a layout
  3. Traceback (most recent call last):
  4. File "/usr/bin/tor-control-panel", line 8, in <module>
  5. tor_control_panel.main()
  6. File "/usr/lib/python3/dist-packages/tor_control_panel/tor_control_panel.py", line 760, in main
  7. tor_controller.refresh(True)
  8. File "/usr/lib/python3/dist-packages/tor_control_panel/tor_control_panel.py", line 716, in refresh
  9. self.refresh_user_configuration()
  10. File "/usr/lib/python3/dist-packages/tor_control_panel/tor_control_panel.py", line 664, in refresh_user_configuration
  11. args = torrc_gen.parse_torrc()
  12. File "/usr/lib/python3/dist-packages/tor_control_panel/torrc_gen.py", line 122, in parse_torrc
  13. bridge_type = bridges_display[bridges_type.index(bridge_type)]
  14. UnboundLocalError: local variable 'bridge_type' referenced before assignment
  15. QThread: Destroyed while thread is still running
  16. Aborted
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement