id summary reporter owner description type status priority milestone component version resolution keywords cc 132 Adding a torrent-URL from web ui fails deluge-trac@… mvoncken "Hi, I use the nightly svn snapshots on ubuntu gutsy. I just wanted to record here that adding a torrent-URL via the web interface does not work. Adding the same torrent by first wget'ing it and then adding the torrent-file works fine. {{{ --Deluge Error-- Fault : :export_add_torrent_url() takes exactly 4 arguments (3 given)""> path : /torrent/add file : /var/lib/python-support/python2.5/deluge/xmlrpclib.py in close, line 786 --Input-- --Versions-- WebUi : rev.185 Python : 2.5.1 (r251:54863, Mar 7 2008, 04:10:12) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] dbus:0.82.0 --Traceback-- File ""/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py"", line 304, in wsgifunc result = func() File ""/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py"", line 131, in 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/page_decorators.py"", line 52, in deco return func(self, name) #check_session:ok File ""/var/lib/python-support/python2.5/deluge/ui/webui/torrent_add.py"", line 121, in POST proxy.add_torrent_url(vars.url,options) File ""/var/lib/python-support/python2.5/deluge/xmlrpclib.py"", line 1150, in __call__ return self.__send(self.__name, args) File ""/var/lib/python-support/python2.5/deluge/xmlrpclib.py"", line 1440, in __request verbose=self.__verbose File ""/var/lib/python-support/python2.5/deluge/xmlrpclib.py"", line 1204, in request return self._parse_response(h.getfile(), sock) File ""/var/lib/python-support/python2.5/deluge/xmlrpclib.py"", line 1343, in _parse_response return u.close() File ""/var/lib/python-support/python2.5/deluge/xmlrpclib.py"", line 787, in close raise Fault(**self._stack[0]) }}} Thanks for all your hard work. Regards Rolf" bug closed minor Web UI 0.6.0svn Fixed