Opened 15 years ago

Last modified 11 years ago

#3878 closed defect

Error on copying tickets. — at Version 1

Reported by: rwhitcomb@… Owned by: Noah Kantrowitz
Priority: high Component: DatamoverPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description (last modified by Ryan J Ollos)

When I try to use the DataMover to move from one Trac environment to another, I receive the following error:

Traceback (most recent call last):
  File "C:\Python24\lib\site-packages\trac\web\main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\lib\site-packages\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Python24\lib\site-packages\tracwebadmin-0.1.2dev_r5753-py2.4.egg\webadmin\web_ui.py", line 109, in process_request
    path_info)
  File "build\bdist.win32\egg\datamover\ticket.py", line 69, in process_admin_request
  File "build\bdist.win32\egg\datamover\util.py", line 40, in copy_ticket
TypeError: zip argument #2 must support iteration

I am using Trac version 0.10.4

Change History (1)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.