Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8806 closed defect (wontfix)

ValueError: invalid literal for int():

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.3
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a POST operation on /admin/agilo/licensing, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'4fc62ce771731c0d1c39be5e',
 'activate': u'Activate & Install',
 'agile42_login': u'HardyLoppmann',
 'agile42_password': u'hase3103',
 'agilo_license': u'',
 'cat_id': u'agilo',
 'chk_lic_': u'1',
 'panel_id': u'licensing',
 'path_info': None}

User Agent was: Opera/9.80 (Macintosh; Intel Mac OS X; U; de) Presto/2.2.15 Version/10.10

System Information

Trac 0.11.3
Python 2.4.4 (#1, Oct 22 2008, 19:49:52)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
setuptools 0.6c3
SQLite 3.3.8
pysqlite 2.3.2
Genshi 0.5.1
mod_python 3.2.10
Agilo unknown
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/admin/web_ui.py", line 113, in process_request
    path_info)
  File "/usr/lib/python2.4/site-packages/binary_agilo-1.0_PRO_RC2-py2.4.egg/agilo/api/admin.py", line 54, in render_admin_panel
    return self.list_save_view(req, cat, page)
  File "build/bdist.macosx-10.3-fat/egg/agilo_common/conf/admin.py", line 96, in list_save_view
  File "build/bdist.macosx-10.3-fat/egg/agilo_common/conf/admin.py", line 59, in _extract_licenses_ids
ValueError: invalid literal for int(): 

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 15 years ago

Cc: support@… added
Resolution: wontfix
Status: newclosed

AgiloForScrum issue.

in reply to:  description comment:2 by Felix Schwarz <felix.schwarz@…>, 15 years ago

Replying to admin: You're running an old version of Agilo Pro. We fixed this bug in the latest version.

fs

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.