Yay! The new download works. It looks more like the linux version now as far as features and proxy and create torrent is included now (get to that later). Ooh, peer progress tab! Glad to see upload ETA too but is screwy, I got a torrent that was already completed so it shows no downloaded value and ETA is currently showing about -2000000s, it appears to work properly on torrents that have downloaded values.
Nice to know that it requires the MSVC 2008 SP1 x86 Runtime thingy... was about to send a message saying that it doesn't work at all now.
Blocklist plugin is still doing the same thing it seems... I think it repeats the same error a couple times because I disabled and enabled the plugin a few times thinking it might make a difference.
Code: Select all
Exception in thread Thread-17:
Traceback (most recent call last):
File "C:\Program Files\Deluge\lib\threading.py", line 486, in __bootstrap_inner
self.run()
File "C:\Program Files\Deluge\lib\threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "c:\program files\deluge\lib\site-packages\deluge\plugins\blocklist-1.0-py2.5.egg\blocklist\core.py", line 183, in import_blocklist
shutil.move(bl_file, deluge.configmanager.get_config_dir("blocklist.cache"))
File "C:\Program Files\Deluge\lib\shutil.py", line 206, in move
os.unlink(src)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\user\\AppData\\Roaming\\deluge\\blocklist.download'
Create torrent doesn't seem to work, goes through the process of adding files and setting it up but once it starts creating the torrent it goes more than 100% complete and stays at that, no torrent file created. Maybe this error or part of this error is related? I don't know what to think of this first part of the error.
Code: Select all
C:\Program Files\Deluge\lib\site-packages\deluge\ui\gtkui\mainwindow.py:51: GtkWarning: Could not find the icon 'E:\setup\vampireAnkh.ico,0'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
"glade/main_window.glade"))
Traceback (most recent call last):
File "c:\program files\deluge\lib\site-packages\deluge\plugins\blocklist-1.0-py2.5.egg\blocklist\gtkui.py", line 82, in _on_get_status
AttributeError: GtkUI instance has no attribute 'glade'
Exception in thread Thread-13:
Traceback (most recent call last):
File "C:\Program Files\Deluge\lib\threading.py", line 486, in __bootstrap_inner
self.run()
File "C:\Program Files\Deluge\lib\threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Program Files\Deluge\lib\site-packages\deluge\ui\gtkui\createtorrentdialog.py", line 321, in create_torrent
httpseeds=httpseeds)
File "C:\Program Files\Deluge\lib\site-packages\deluge\metafile.py", line 90, in make_meta_file
info = makeinfo(path, piece_length, progress, name, content_type, private)
File "C:\Program Files\Deluge\lib\site-packages\deluge\metafile.py", line 221, in makeinfo
'name': to_utf8(os.path.split(path)[1]),
File "C:\Program Files\Deluge\lib\site-packages\deluge\metafile.py", line 128, in to_utf8
s = str_exc(e)
NameError: global name 'str_exc' is not defined
Help! It's not adding torrents from private trackers!
Code: Select all
[ERROR ] 02:05:02 gtkui:173 Unable to find deluged: (2, 'WinExec', 'The system cannot find the file specified.')
Code: Select all
File "C:\Program Files\Deluge\lib\site-packages\deluge\core\torrentmanager.py", line 366, in add
torrent = Torrent(handle, options, state, filename, magnet)
File "C:\Program Files\Deluge\lib\site-packages\deluge\core\torrent.py", line 187, in __init__
self.set_options(self.options)
File "C:\Program Files\Deluge\lib\site-packages\deluge\core\torrent.py", line 218, in set_options
for (key, value) in options.items():
File "C:\Program Files\Deluge\lib\site-packages\deluge\core\torrent.py", line 73, in items
i.append((k, self.__getitem__(k)))
File "C:\Program Files\Deluge\lib\site-packages\deluge\core\torrent.py", line 97, in __getitem__
if self.default_keys[key] in self.config.config:
TypeError: list objects are unhashable
Traceback (most recent call last):
File "C:\Program Files\Deluge\lib\site-packages\deluge\core\torrentmanager.py", line 745, in on_alert_state_changed
self.torrents[torrent_id].update_state()
KeyError: '7043e1a663e697ae25f2fed075204a95d54006e6'
Traceback (most recent call last)
Also, when removing torrents and selecting remove torrent option it deletes the torrent in the state file but doesn't delete the torrent stored in the torrent copy folder.