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: firefox 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 Cas 13 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 Changed 13 years ago by Cas

  • Milestone changed from Future to 1.4.0
  • Summary changed from autoadd plugin to [Autoadd] copy torrent to dir not working

comment:2 Changed 13 years ago by s0undt3ch

Didn't I fixed this already?

comment:3 Changed 13 years ago by firefox

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 follow-up: Changed 13 years ago by 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

comment:5 in reply to: ↑ 4 Changed 13 years ago by firefox

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 Changed 13 years ago by s0undt3ch

  • Resolution set to worksforme
  • Status changed from new to 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 Changed 13 years ago by firefox

  • Resolution worksforme deleted
  • Status changed from closed to 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

Changed 13 years ago by Cas

comment:8 Changed 13 years ago by Cas

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 Changed 13 years ago by s0undt3ch

  • Resolution set to fixed
  • Status changed from reopened to closed

Thanks for the fix Cas!

comment:10 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.