Opened 16 years ago

Closed 16 years ago

Last modified 3 years ago

#577 closed bug (Fixed)

Drag and drop not working.

Reported by: jellegeerts@gmail.com Owned by: andar
Priority: major Milestone:
Component: GTK UI Version: 1.0.4
Keywords: drag and drop, windows Cc:

Description

Dragging a torrent into the Deluge main window only opens the "Add Torrents" dialog but does not add the torrent to the "Add Torrents" dialog. I also tried dragging torrents into the "Add Torrents" dialog, without success.

I'm using Deluge on Windows XP SP3.

Change History (5)

comment:1 by andar, 16 years ago

What is in your deluge.log after the drag and drop?

comment:2 by jellegeerts@gmail.com, 16 years ago

I'd expect this is the part of deluge.log you're looking for:

[DEBUG ] 21:23:43 ipcinterface:83 Processing args from other process: ['
Downloads
Torrents
gnewsense-livecd-deltah-2.1.iso.torrent', ] [DEBUG ] 21:23:43 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 21:23:43 ipcinterface:102 Attempting to add C:\Downloads\Torrents\gnewsense-livecd-deltah-2.1.iso.torrent from external source.. [DEBUG ] 21:23:43 addtorrentdialog:192 Attempting to open C:\Downloads\Torrents\gnewsense-livecd-deltah-2.1.iso.torrent for add. Traceback (most recent call last):

File "C:\Program Files\deluge\Lib\logging\init.py", line 744, in emit

msg = self.format(record)

File "C:\Program Files\deluge\Lib\logging\init.py", line 630, in format

return fmt.format(record)

File "C:\Program Files\deluge\Lib\logging\init.py", line 418, in format

record.message = record.getMessage()

File "C:\Program Files\deluge\Lib\logging\init.py", line 288, in getMessage

msg = msg % self.args

TypeError: not all arguments converted during string formatting [DEBUG ] 21:23:43 ipcinterface:102 Attempting to add C:\Program Files\Deluge\scripts from external source.. [DEBUG ] 21:23:43 addtorrentdialog:192 Attempting to open C:\Program Files\Deluge\scripts for add. Traceback (most recent call last):

File "C:\Program Files\deluge\Lib\logging\init.py", line 744, in emit

msg = self.format(record)

File "C:\Program Files\deluge\Lib\logging\init.py", line 630, in format

return fmt.format(record)

File "C:\Program Files\deluge\Lib\logging\init.py", line 418, in format

record.message = record.getMessage()

File "C:\Program Files\deluge\Lib\logging\init.py", line 288, in getMessage

msg = msg % self.args

TypeError: not all arguments converted during string formatting [DEBUG ] 21:23:45 addtorrentdialog:561 _on_button_cancel_clicked

comment:3 by jellegeerts@gmail.com, 16 years ago

Btw, in the above log I posted, I see "C:\Downloads\Torrents\gnewsense-livecd-deltah-2.1.iso.torrent". This should not read C: but Z: (perhaps a reason why it's not working?).

comment:4 by andar, 16 years ago

Milestone: 1.0.5
Resolution: fixed
Status: newclosed

Fixed [4148]

Thanks!

comment:5 by (none), 16 years ago

Milestone: 1.0.5

Milestone 1.0.5 deleted

Note: See TracTickets for help on using tickets.