Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (457 - 459 of 2447)

Ticket Resolution Summary Owner Reporter
#2097 Fixed Corrected spelling error and added --intense_match to console(legacy and non-interactive) ReVoid
Description

Hello, Attached is a patch to correct a minor spelling mistake and the addition of --intense_match. While the spelling mistake is self explanatory, --intense_match is not, so here is a brief description of how it can be used. (this example is for interactive mode, but the same thing works in noninteractive)

[currently]

info ISO

the above will return all results that start with ISO (e.g 'ISO.BackTrack' will return if you do the above command but 'BackTrack.ISO' won't)

[when this patch is applied]
info -I ISO
The above will return both ISO.BackTrack and BackTrack.ISO because it does 'string in name' instead of 'name.startswith()'

Anyhow, enjoy

(I used ISO as an example, but HDTV, 320, V0, AVI are some of the other countless ways that you could filter)

#3334 Fixed Corruption of settings Calum SoLaxR81TZJKTJs3
Description

Interesting issue, you can corrupt the settings file by having symbols in your Socks5 Auth password.

*v6]>eP#}K!#a@C=!t|Y}w4yLbls"4+4
This was the password I was using and whenever I setup my Socks5 the settings would revert on restart.

I have tested with a shorter password with symbols and that works, so I am guessing it is either the length of the password or specific symbols.

#834 Invalid Could not access web interface andar bigruslan@gmail.com
Description

I was trying to access web interface typed the password and than that appeared

--Deluge Error-- NoCoreError : 'The core proxy is invalid.' path : /connect file : /var/lib/python-support/python2.5/deluge/ui/client.py in call, line 111

--Input-- <Storage {'other_uri': , 'uri': 'http://localhost:58846', 'submit': '\xd0\xa1\xd0\xbe\xd0\xb5\xd0\xb4\xd0\xb8\xd0\xbd\xd0\xb8\xd1\x82\xd1\x8c\xd1\x81\xd1\x8f'}>

--Versions-- WebUi : 1.1.3r Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2]:

--Traceback--

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 310, in wsgifunc

result = func()

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle

return tocall(*([x and urllib.unquote(x) for x in args] + fna))

File "/var/lib/python-support/python2.5/deluge/ui/webui/pages.py", line 321, in POST

utils.daemon_connect(uri)

File "/var/lib/python-support/python2.5/deluge/ui/webui/utils.py", line 199, in daemon_connect

webui_plugin_manager.start()

File "/var/lib/python-support/python2.5/deluge/ui/webui/components.py", line 139, in start

aclient.get_enabled_plugins(self._on_get_enabled_plugins)

File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy

return self.core.call(method_name, *args, kwargs)

File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call

raise deluge.error.NoCoreError("The core proxy is invalid.")

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