Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (196 - 198 of 2447)

Ticket Resolution Summary Owner Reporter
#521 Fixed Very slow download speeds andar cb474
Description

After installing 1.0.0 download speeds on torrents are terrible (as compared to 0.5.9.3). With 1.0.0 speeds no faster than 10KBps on any individual torrent. Unable to resolve this problem. Tried suggestion of limiting connections to 150 overall and 50 per torrent, but did not resolve problem. Reverted to 0.5.9.3 and speeds are back to normal.

#2940 Duplicate VC++ Runtime Error huhel.0
Description

Deluge won't start. Displays UI, then immediately displays error message (This application has requested the Runtime to terminate it in an unusual way.) followed by Program not responding.

Tried running deluged-debug, same error, might suggests it's not an GTK memory leak issue.

C:\Program Files (x86)\Deluge>deluged-debug.exe

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Traceback (most recent call last):
  File "logging/__init__.py", line 861, in emit
  File "logging/__init__.py", line 734, in format
  File "logging/__init__.py", line 481, in format
  File "logging/__init__.py", line 439, in formatException
  File "traceback.py", line 125, in print_exception
  File "traceback.py", line 67, in print_tb
  File "traceback.py", line 13, in _print
MemoryError: out of memory
Logged from file main.py, line 245
Traceback (most recent call last):
  File "logging/__init__.py", line 861, in emit
  File "logging/__init__.py", line 734, in format
  File "logging/__init__.py", line 467, in format
  File "logging/__init__.py", line 425, in formatTime
MemoryError
Logged from file main.py, line 245
  • Cleaning %appdata%\deluge won't solve this problem.
  • Reinstalling deluge won't solve this problem.
  • Reinstalling VC++ Runtime 2008 x86 won't solve this problem.
  • Turning off firewall (Comodo) won't solve this problem.
#1470 Fixed ValueError: Unknown level: 'error' with python 2.7 s0undt3ch floppymaster
Description

I'm getting this error on Gentoo Linux with Python 2.7. It works fine with Python 2.6. This is from commit 1f800bf49a4cf5ce93765dc6b7d1b102003f25ec on the master branch.

Traceback (most recent call last):
  File "/usr/bin/deluged-2.7", line 9, in <module>
    load_entry_point('deluge==1.3.900-dev', 'console_scripts', 'deluged')()
  File "/usr/lib64/python2.7/site-packages/deluge/main.py", line 181, in start_daemon
    filemode=logfile_mode)
  File "/usr/lib64/python2.7/site-packages/deluge/log.py", line 165, in setupLogger
    handler.setLevel(level)
  File "/usr/lib64/python2.7/logging/__init__.py", line 706, in setLevel
    self.level = _checkLevel(level)
  File "/usr/lib64/python2.7/logging/__init__.py", line 187, in _checkLevel
    raise ValueError("Unknown level: %r" % level)
ValueError: Unknown level: 'error'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.