Opened 11 years ago

Closed 11 years ago

#5005 closed Bug (fixed)

Torrent file deleted twice when added via url

Reported by: 0ptional Owned by: livings124
Priority: Normal Milestone: 2.70
Component: Mac Client Version: 2.61
Severity: Minor Keywords:
Cc:

Description

When adding a torrent via url, the following message appears in the system.log:

old Could not trash /var/folders/wv/9k5mvb752bqdhwwy_vtd61200000gn/T/ubuntu-12.04-desktop-i386.iso.torrent: “ubuntu-12.04-desktop-i386.iso.torrent” couldn’t be removed.

It looks like the file is getting deleted twice. Once by

- (void) downloadDidFinish: (NSURLDownload *) download

in source:trunk/macosx/Controller.m

and again by

- (void) confirmAdd

in source:trunk/macosx/AddWindowController.m

Change History (2)

comment:1 Changed 11 years ago by livings124

  • Component changed from Transmission to Mac Client
  • Owner set to livings124

comment:2 Changed 11 years ago by livings124

  • Milestone changed from None Set to 2.70
  • Resolution set to fixed
  • Severity changed from Normal to Minor
  • Status changed from new to closed

This should be fixed in r13416. Let me know if the issue still occurs.

Note: See TracTickets for help on using tickets.