Changes between Initial Version and Version 1 of Ticket #2735, comment 3


Ignore:
Timestamp:
02/23/2015 07:04:23 PM (9 years ago)
Author:
3rror4o4
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2735, comment 3

    initial v1  
    1 launched from terminal  
    2 {{{ 
    3 [@Mangaro ~]$ deluge 
    4 :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'.  Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied.  Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification.  Many valid certificate/hostname mappings may be rejected. 
    5 /usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py:250: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion 'header != NULL' failed 
    6   self.treeview.get_model().set_sort_column_id(column_state.sort, column_state.sort_order) 
    7 Unhandled error in Deferred: 
    8 Unhandled Error 
    9 Traceback (most recent call last): 
    10   File "/usr/lib/python2.7/site-packages/twisted/internet/_glibbase.py", line 301, in run 
    11     self._run() 
    12   File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.3-py2.7.egg/blocklist/gtkui.py", line 148, in _on_button_check_download_clicked 
    13      
    14   File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 504, in __call__ 
    15     return self.daemon.call(self.base, *args, **kwargs) 
    16   File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 457, in call 
    17     return defer.maybeDeferred(m, *copy.deepcopy(args), **copy.deepcopy(kwargs)) 
    18 --- <exception caught here> --- 
    19   File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 140, in maybeDeferred 
    20     result = f(*args, **kw) 
    21   File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.3-py2.7.egg/blocklist/core.py", line 151, in check_import 
    22      
    23   File "/usr/lib/python2.7/site-packages/deluge/plugins/Blocklist-1.3-py2.7.egg/blocklist/core.py", line 260, in download_list 
    24      
    25   File "/usr/lib/python2.7/site-packages/deluge/httpdownloader.py", line 199, in download_file 
    26     from twisted.web.client import _URI 
    27 exceptions.ImportError: cannot import name _URI 
    28  
    29  
    30 }}}