Modify ↓
Ticket #6792 (new defect)
Opened 4 years ago
Last modified 2 years ago
bugzilla2trac.py: attachments not imported correctly from bugzilla 2.32.2
| Reported by: | mbertheau@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | contrib | Version: | devel |
| Severity: | normal | Keywords: | bugzilla2trac |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Attachments look like this:
$ cat 1345/blank.gif
array('c', 'GIF89a\x01\x00\x01\x00\x80\x00\x00\xff\xff\xff\x00\x00\x00!\xf9\x04\x01\x00\x00\x00\x00,\x00\x00\x00\x00\x01\x00\x01\x00\x00\x02\x02D\x01\x00;')
Attachments
Change History
comment:1 Changed 4 years ago by jruigrok
- Owner changed from jonas to jruigrok
- Status changed from new to assigned
comment:2 Changed 4 years ago by dekimsey@…
comment:3 Changed 4 years ago by jruigrok
No sorry. I really need to set up some test environments for this (let alone refactor the entire program).
comment:4 Changed 3 years ago by remke.rutgers@…
I experienced the same issue and managed to fix it. I posted my fix (I am no Python expert, so somebody please review it) in issue #8546, hope it helps.
comment:5 Changed 2 years ago by jruigrok
- Owner jruigrok deleted
- Status changed from assigned to new
comment:6 Changed 2 years ago by cboos
- Keywords bugzilla2trac added
- Milestone changed from next-minor-0.12.x to not applicable
comment:7 Changed 2 years ago by cboos
- Component changed from general to contrib
Note: See
TracTickets for help on using
tickets.



Is there any information on what the problem is or how to reverse/fix the imported attachments?