#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)
Change History (11)
comment:1 by , 13 years ago
Milestone: | Future → 1.4.0 |
---|---|
Summary: | autoadd plugin → [Autoadd] copy torrent to dir not working |
comment:2 by , 13 years ago
comment:3 by , 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.
follow-up: 5 comment:4 by , 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
comment:5 by , 13 years ago
comment:6 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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 , 13 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
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 , 13 years ago
Attachment: | 0001-Fix-errno18.patch added |
---|
comment:8 by , 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
Didn't I fixed this already?