Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (538 - 540 of 2449)

Ticket Resolution Summary Owner Reporter
#2409 Fixed [win32] Console Non-interactive ImportError Calum Simbiat
Description

When trying to run any console operations on Windows the following error is shown:

C:\WS\Deluge\deluge-console.exe info
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__deluge-console__.py", line 8, in <module>
File "pkg_resources.py", line 318, in load_entry_point
File "pkg_resources.py", line 2221, in load_entry_point
File "pkg_resources.py", line 1954, in load
File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\__init__.py", line
36, in <module>
from main import start
File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\main.py", line 53,
in <module>
from deluge.ui.console.eventlog import EventLog
File "c:\ws\deluge\deluge-1.3.6-py2.7.egg\deluge\ui\console\eventlog.py", line
43, in <module>
import curses
File "curses/__init__.py", line 15, in <module>
ImportError: No module named _curses
#2407 Duplicate Move completed to doesn't move to correct folder elditehen
Description

Using windows, installed on Windows Server 2012 Essentials. Running in daemon mode. Open preferences in Windows GUI, select downloads to go to D:\Downloads, use the "Other Location" option from the selector.

Then selected "Move completed to" and picked "Other Location" then chose D:\Downloads\Completed.

When the torrents complete, they are moved to C:\Users\Admin

Double checked settings, checked folder permissions, tried again, tried restarting daemon. Issue persists. Using v1.3.6

#2406 Fixed Speed up adding multiple torrents Bro Bro
Description

Adding large amounts of torrents is painfully slow because the torrents.state and torrents.fastresume files are written to disk after each torrent is added.

This patch adds a new function to core which takes multiple torrents so that the state and fastresume files are only written to disk once. GTKUI add dialog uses this function.

https://github.com/bendikro/deluge/tree/develop-add-torrents

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.