Opened 16 years ago

Closed 16 years ago

Last modified 10 months ago

#680 closed bug (Fixed)

cant create torrents or load torrents via ajax webui !

Reported by: magnoman Owned by: Damien Churchill
Priority: critical Milestone: 1.2.0
Component: ajaxui Version: 1.1.0_RC2
Keywords: Cc:

Description

i cant create torrents or load torrents via ajax webui. torrents load on classic mode !

here is the last trace calls.. --Deluge Error-- IOError : [Errno 21] Is a directory: '/tmp/' path : /json/upload file : /var/lib/python-support/python2.5/deluge/ui/webui/json_api.py in POST, line 245

--Input-- <Storage {'torrentFile': }>

--Versions-- WebUi : 1.1.0-RC2r Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]:

--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/page_decorators.py", line 75, in deco

return func(self, name) #check_session:ok

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

tmp_file = open(path, 'w')

Change History (4)

comment:1 by anonymous, 16 years ago

Version: 1.2.0_dev1.1.0_RC2

comment:2 by magnoman, 16 years ago

Component: otherwebui
Owner: changed from andar to mvoncken

comment:3 by Damien Churchill, 16 years ago

Component: webuiajaxui
Owner: changed from mvoncken to Damien Churchill
Status: newassigned

comment:4 by Damien Churchill, 16 years ago

Resolution: fixed
Status: assignedclosed

This is fixed now in 1.2.

Note: See TracTickets for help on using tickets.