← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 659002] Re: [6.0] Manage timeout error

 

Hello Quentin THEURET,

I have created new Database and at that time also installed all modules,
configured all but there seems no misbehavior now.

It has been fixed, please update the code.

Thanks.

** Changed in: openobject-client-web
       Status: Opinion => Fix Released

** Changed in: openobject-client-web
   Importance: Undecided => Low

** Changed in: openobject-client-web
    Milestone: None => 6.0-rc2

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/659002

Title:
  [6.0] Manage timeout error

Status in OpenObject Web Client:
  Fix Released

Bug description:
  When I installed modules, after more than 3 minutes, the server send a TimeOut Error to a web client. That is normal.

But, on the Web Client, the TimeOut Error is not manage and the web client display this message :
Unrecoverable error in the server. Traceback (most recent call last): File "/home/quentin/Developpement/demo_v6/web/lib/cherrypy/_cpwsgi.py", line 79, in setapp s, h, b = self.get_response() File "/home/quentin/Developpement/demo_v6/web/lib/cherrypy/_cpwsgi.py", line 219, in get_response response = self.request.run(meth, path, qs, rproto, headers, rfile) File "/home/quentin/Developpement/demo_v6/web/lib/cherrypy/_cprequest.py", line 567, in run raise cherrypy.TimeoutError() TimeoutError

It will be more user friendly if the web client displays an error message to explain this error instead of display the Python error.