Opened 18 years ago
Closed 6 years ago
#6792 closed defect (wontfix)
bugzilla2trac.py: attachments not imported correctly from bugzilla 2.32.2
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | contrib | Version: | devel |
| Severity: | normal | Keywords: | bugzilla2trac |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (8)
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 18 years ago
comment:3 by , 17 years ago
No sorry. I really need to set up some test environments for this (let alone refactor the entire program).
comment:4 by , 16 years ago
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 by , 16 years ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:6 by , 16 years ago
| Keywords: | bugzilla2trac added |
|---|---|
| Milestone: | next-minor-0.12.x → not applicable |
comment:7 by , 16 years ago
| Component: | general → contrib |
|---|
comment:8 by , 6 years ago
| Milestone: | not applicable |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
bugzilla2trac.py is no longer maintainer by Trac developers and is being deleted from the trunk. If you need the plugin, please consider copying it from 1.4-stable and creating a plugin on trac-hacks.org.



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