Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 2449)

Ticket Resolution Summary Owner Reporter
#2878 WontFix user name rules here on trac amon1337
Description

i just made my account to post a feature request. upon entering my desired user name trac doesn't tell you what it dislikes about your choice. i just got a generic "name doesn't match criteria" error. you should tell users if there's a minimum length or forbidden characters.

#2879 Fixed Opening a file from a finished torrent causes a dyld error Lord-Kamina
Description

I just noticed this bug, which appears to be present at least since 1.3.12 (haven't tested with prior versions) in OSX.

If you try to open a file from inside a finished torrent, occasionally you get a dyld error because for some reason whichever app tries to load with DYLD_LIBRARY_PATH=/Applications/Deluge?.app/Contents/Resources/lib

#2882 Fixed load_country_db was removed from python bindings braiam
Description

Here's the pull request https://github.com/arvidn/libtorrent/pull/930 which was suggested to fix this issue https://github.com/arvidn/libtorrent/issues/927 :

[ERROR   ] 00:42:41 preferencesmanager:502 Unable to load geoip database!
[ERROR   ] 00:42:41 preferencesmanager:503 'session' object has no attribute 'load_country_db'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/core/preferencesmanager.py", line 500, in _on_geoip_db_location
    self.session.load_country_db(str(geoip_db))
AttributeError: 'session' object has no attribute 'load_country_db'

Funtionality wise it seems to be fine, but if we are not expecting load_country_db to be present, we should fail more gracefully.

Note: See TracQuery for help on using queries.