Edgewall Software
Modify

Opened 7 years ago

Closed 7 years ago

#12826 closed defect (cantfix)

IOError: [Errno 2] No such file or directory: u'/tmp/tmpjFYTvb'

Reported by: jairo.ramos Owned by:
Priority: normal Milestone:
Component: general Version: 1.0.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a POST operation on /admin/ticket/importexport, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'5f56b511648aaea4f4043334',
 'cat_id': u'ticket',
 'import': u'Save',
 'panel_id': u'importexport',
 'path_info': None,
 'ticket.25': u'True',
 'ticket.26': u'True',
 'ticket.27': u'True',
 'ticket.28': u'True',
 'ticket.29': u'True'}

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0

System Information

Trac 1.0.1
Agilo 1.3.13-PRO
Babel 0.9.6
Genshi 0.6 (with speedups)
mod_python 3.3.1
pysqlite 2.6.0
Python 2.7.3 (default, Mar 13 2014, 11:26:58)
[GCC 4.7.2]
setuptools 0.6
SQLite 3.7.13
Subversion 1.6.17 (r1128011)
jQuery 1.7.2

Enabled Plugins

AccountLDAP 0.32
AutocompleteUsers 0.4.2dev
binary-agilo 1.3.13-PRO
DefaultCc 0.3dev
graphviz 1.0.0.7dev
ImportExportXLS 0.1.9
IniAdmin 0.3
LDAPAuthNZPlugin 1.0
TicketImport 0.8.3
timingandestimationplugin 1.3.7
TracAccountManager 0.4.4
TracCustomFieldAdmin 0.2.8
TracPermRedirect 3.0
TracSVNAuthz 0.11.1.1

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/web/main.py", line 214, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1-py2.7.egg/trac/admin/web_ui.py", line 125, in process_request
    path_info)
  File "/usr/local/lib/python2.7/dist-packages/ImportExportXLS-0.1.9-py2.7.egg/importexportxls/admin_ui.py", line 140, in render_admin_panel
    settings = self._process_import(req)
  File "/usr/local/lib/python2.7/dist-packages/ImportExportXLS-0.1.9-py2.7.egg/importexportxls/admin_ui.py", line 504, in _process_import
    tickets, importFields, warnings = self._get_tickets(tempfile)
  File "/usr/local/lib/python2.7/dist-packages/ImportExportXLS-0.1.9-py2.7.egg/importexportxls/admin_ui.py", line 529, in _get_tickets
    book = xlrd.open_workbook(filename)
  File "/usr/local/lib/python2.7/dist-packages/xlrd-0.9.3-py2.7.egg/xlrd/__init__.py", line 394, in open_workbook
    f = open(filename, "rb")
IOError: [Errno 2] No such file or directory: u'/tmp/tmpjFYTvb'

Attachments (0)

Change History (1)

comment:1 by Ryan J Ollos, 7 years ago

Resolution: cantfix
Status: newclosed

PluginIssue: wiki:ExportImportXlsPlugin.

I suggest to start by asking on the MailingList rather than reporting to the plugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.