This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#888 closed defect (fixed)

invalid literal for int in subcontrib modif

Reported by: arescope Owned by: arescope
Priority: critical Milestone: v0.98.1
Component: General Version:
Keywords: Cc:

Description

--------------------
Error details

exception message => invalid literal for int() with base 10: ''
exception type => <type 'exceptions.ValueError'>
traceback => 
  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py", line 528, in process
    res = self._process()

  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/subContribMod.py", line 107, in _process
    params.get("durationMinutes","") )

  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/conference.py", line 9925, in setDuration
    minutes = int( minutes )

request handler => MaKaC.webinterface.rh.subContribMod.RHSubContributionModifData
url => https://indico.cern.ch:443/subContributionModification.py/modifData
parameters => 
speakers = 
durationMinutes = 
description = 
title = 
durationHours = 0
days = all
contribId = 0
subContId = 0
keywords = 
confId = 148402
headers => 
X-FORWARDED-SERVER: indico.cern.ch
REFERER: https://indico.cern.ch/subContributionModification.py/data?subContId=0&amp;contribId=0&amp;confId=148402
ACCEPT-LANGUAGE: en-us
USER-AGENT: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB7.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
CONNECTION: Keep-Alive
COOKIE: _saml_idp=aHR0cHM6Ly9jZXJuLmNoL2xvZ2lu; MAKACSESSION=D0B7A85832F294B6; _shibsession_64656661756c7468747470733a2f2f696e6469636f2e6365726e2e63682f53686962626f6c6574682e73736f2f41444653=_8d3fb35e34eb03335f0f2ad35e58c736; AI_SESSION=1E423C593C9FB161675EF26436B1E3DEFF4509A00CE6E4A15DEC7E8CD05DE9DF3ED54D67644322B63D23F580F6FEE6BE642E9A234A8EA3D0338D60F33FB37204FA81AD517A13B275A469726AD328C834885F4C9E643933FFDAFDF3024945CC3CB79FF3D7
HOST: indico.cern.ch
CACHE-CONTROL: no-cache
ACCEPT: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
X-FORWARDED-FOR: 128.141.129.12
X-FORWARDED-HOST: indico.cern.ch
ACCEPT-ENCODING: gzip, deflate
content-length: 110
content-type: application/x-www-form-urlencoded
user => [42111] NYAMEKYE, Sophie <sophie.nyamekye@cern.ch>
--------------------

Change History (5)

comment:1 Changed 4 years ago by arescope

  • Owner set to arescope
  • Priority changed from normal to critical
  • Status changed from new to assigned

comment:2 Changed 4 years ago by arescope

  • Status changed from assigned to in_work

comment:3 Changed 4 years ago by arescope

  • Status changed from in_work to awaiting_merge

comment:4 Changed 4 years ago by Alberto Resco Perez <alberto.resco.perez@…>

  • Resolution set to fixed
  • Status changed from awaiting_merge to closed

In [f42ec62ef29f1775aa675fafcf2c86b1230e73c1/indico]:

[FIX] Fix several exceptions.

comment:5 Changed 4 years ago by Alberto Resco Perez <alberto.resco.perez@…>

In [f42ec62ef29f1775aa675fafcf2c86b1230e73c1/indico]:

[FIX] Fix several exceptions.

Note: See TracTickets for help on using tickets.