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

#889 closed defect (fixed)

if event not found do not allow send report

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

Description


Change History (6)

comment:1 Changed 4 years ago by arescope

  • 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

for v0.98b1

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

exception message => Bad event tag or Id : "125384"
exception type => <class 'MaKaC.errors.MaKaCError'>
traceback => 
  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py", line 547, in process
    res = self._processError(e)

  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/conferenceDisplay.py", line 1445, in _process
    raise MaKaCError("Bad event tag or Id : \"%s\""%self._tag)

request handler => MaKaC.webinterface.rh.conferenceDisplay.RHShortURLRedirect
url => https://indico.cern.ch:443/events.py?tag=125384
parameters => 
tag = 125384
headers => 
X-FORWARDED-SERVER: indico.cern.ch
COOKIE: _saml_idp=aHR0cHM6Ly9jZXJuLmNoL2xvZ2lu; MAKACSESSION=CF9E1210AC224865; _shibsession_64656661756c7468747470733a2f2f696e6469636f2e6365726e2e63682f53686962626f6c6574682e73736f2f41444653=_a8bfb267e3b01e545e9582ffb361722b
ACCEPT-LANGUAGE: it-IT
USER-AGENT: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; InfoPath.2; .NET4.0C)
CONNECTION: Keep-Alive
REFERER: http://atlas.web.cern.ch/Atlas/Collaboration/
HOST: indico.cern.ch
ACCEPT: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-esobi, application/x-shockwave-flash, */*
X-FORWARDED-FOR: 193.206.153.230
X-FORWARDED-HOST: indico.cern.ch
ACCEPT-ENCODING: gzip, deflate
user => [4849] BIANCO, Michele <michele.bianco@le.infn.it>

comment:4 Changed 4 years ago by arescope

  • Status changed from in_work to awaiting_merge

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

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

In [0b8fed3089f7736b2924bdf202606ce147f8c34f/indico]:

[FIX] If event id not found not allow send report

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

In [0b8fed3089f7736b2924bdf202606ce147f8c34f/indico]:

[FIX] If event id not found not allow send report

Note: See TracTickets for help on using tickets.