Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.76k stars 443 forks source link

Stacktrace when trying to download with [tunnel_community] enabled = False #1385

Closed whirm closed 9 years ago

whirm commented 9 years ago
Traceback (most recent call last):
  File "/var/data/projects/delft/tribler/Tribler/Main/vwxGUI/MainFrame.py", line 514, in startDownload
    if dlg.UseHiddenservices():
  File "/var/data/projects/delft/tribler/Tribler/Main/Dialogs/SaveAs.py", line 237, in UseHiddenservices
    return self.anonimity_dialog.GetEndToEndValue()
AttributeError: 'NoneType' object has no attribute 'GetEndToEndValue'

This is with current devel

NielsZeilemaker commented 9 years ago

Already fixed in https://github.com/Tribler/tribler/pull/1399/files#diff-48db89215e497c2743cd3c070ff79ac1R237