Custom Query (2449 matches)
Results (175 - 177 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3083 | Fixed | utf8_encoded missing for backward compatibility | ||
| Description |
Trying to use YaRSS2 with deluge 2.0b2.dev10 gives following error when trying to activate plugin Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 145, in enable_plugin
instance = cls(plugin_name.replace('-', '_'))
File "build/bdist.linux-x86_64/egg/yarss2/__init__.py", line 40, in __init__
from core import Core as CorePluginClass
File "build/bdist.linux-x86_64/egg/yarss2/core.py", line 15, in <module>
File "build/bdist.linux-x86_64/egg/yarss2/rssfeed_scheduler.py", line 19, in <module>
File "build/bdist.linux-x86_64/egg/yarss2/torrent_handling.py", line 17, in <module>
ImportError: cannot import name utf8_encoded
|
|||
| #3084 | Fixed | Cant change ownship on torrents | ||
| Description |
When I try and change ownership on torrents will nothing happen and I get the following error. AttributeError
'Core' object has no attribute 'core': Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/deluge-2.0b2.dev10-py2.7.egg/deluge/core/rpcserver.py", line 302, in dispatch
ret = self.factory.methods[method](*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/deluge-2.0b2.dev10-py2.7.egg/deluge/core/core.py", line 718, in set_torrent_options
if 'owner' in options and not self.core.authmanager.has_account(options['owner']):
AttributeError: 'Core' object has no attribute 'core'
--------------------------------------------------------------------------------
Unhandled error in Deferred:
13:31:48.961 [CRITICAL][twisted :154 ] Unhandled error in Deferred:
13:31:48.962 [CRITICAL][twisted :154 ] Unhandled error in Deferred:
|
|||
| #3085 | Duplicate | Unable to launch 2.0 beta 1 on MacOS | ||
| Description |
When double clicking Deluge.app deluge does not open. When running from the command line pygtk appears to be missing. > ./Deluge.app/Contents/MacOS/deluge
Traceback (most recent call last):
File "/Users/zachberger/Desktop/t/./Deluge.app/Contents/MacOS/Deluge-bin", line 11, in <module>
load_entry_point('deluge==2.0b1', 'gui_scripts', 'deluge-gtk')()
File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/__init__.py", line 50, in start
File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/__init__.py", line 34, in start
File "/Users/cas/gtk/inst/lib/python2.7/site-packages/deluge-2.0b1-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 19, in <module>
ImportError: No module named pygtk
|
|||
Note:
See TracQuery
for help on using queries.
