Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#1863 closed bug (Fixed)

[Autoadd] copy torrent to dir not working

Reported by: renato Owned by:
Priority: major Milestone: 2.x
Component: Plugin Version: master
Keywords: Cc:

Description

the action copy torrent in a different directory in the autoadd plugin is not working,no copy of the the .torrent file and the torrent is not added in the gtk with such option enabled

Attachments (1)

0001-Fix-errno18.patch (1.5 KB ) - added by Calum 13 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 by Calum, 13 years ago

Milestone: Future1.4.0
Summary: autoadd plugin[Autoadd] copy torrent to dir not working

comment:2 by s0undt3ch, 13 years ago

Didn't I fixed this already?

comment:3 by renato, 13 years ago

Not working tested now and: adding a torrent file in such watched directory gets added but the .torrent file isnt copied in the directory specified... and removing comnpletly the .torrent from the gtk disabled the autoadd of such directory from the gtk config.

comment:4 by Calum, 13 years ago

Have you made sure that you have rebuilt the AutoAdd plugin. To do this you can clean and rebuild git master.

python setup.py clean -a
python setup.py build

in reply to:  4 comment:5 by renato, 13 years ago

Replying to Cas:

Have you made sure that you have rebuilt the AutoAdd plugin. To do this you can clean and rebuild git master.

python setup.py clean -a
python setup.py build

yes done

comment:6 by s0undt3ch, 13 years ago

Resolution: worksforme
Status: newclosed

This is all working on my end. Make sure you have the right perms for the folder you're trying to copy to. All changes made in master regarding this plugin does not address this ticket.

comment:7 by renato, 13 years ago

Resolution: worksforme
Status: closedreopened

You cant move the .torrent files to devices different from your home.. it's not a permission problem, and i tested more than one device.

Afterall Cas got to reply the bug moving a .torrent to an usb stick. Reopening the ticket,sorry

by Calum, 13 years ago

Attachment: 0001-Fix-errno18.patch added

comment:8 by Calum, 13 years ago

s0undt3ch I have attached the patch I used to fix the problem.

as firefox said this will occur when using other mount points,

the solution is to use shutils as in patch or write out a new torrent file such as in torrentmanager.py

comment:9 by s0undt3ch, 13 years ago

Resolution: fixed
Status: reopenedclosed

Thanks for the fix Cas!

comment:10 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.