Opened 10 years ago
Closed 10 years ago
#391 closed defect (fixed)
Second export to same location with attached files fails
| Reported by: | dstillman | Owned by: | simon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 3 |
| Component: | export | Version: | 1.0 |
| Keywords: | Cc: |
Description
Failing with NS_ERROR_FILE_ALREADY_EXISTS, so it seems it's an issue of Zotero trying to use the same folder twice (and since it chooses the folder internally, rather than in the File dialog, there's no filesystem replace warning).
nsIFile's createUnique() would probably fix this.
See http://forums.zotero.org/discussion/83/exporting-library-to-zotero-rdf-with-files/ for details.
Change History (4)
comment:1 Changed 10 years ago by dstillman
- Summary changed from Export to same location with attached files fails to Second export to same location with attached files fails
comment:2 Changed 10 years ago by simon
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 10 years ago by simon
- Resolution fixed deleted
- Status changed from closed to reopened
that'll teach me to automatically paste in what i was looking at without checking twice...i actually closed a different ticket
comment:4 Changed 10 years ago by simon
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
(In [945]) - closes #391, second export to same location with attached files fails (I think)