我随机地在我的网站上导航以下异常:
服务器应用程序错误{“code”:100,“message”:“Odoo Session 过期”, “数据”:{ “名”: “odoo.http.SessionExpiredException”, “调试”: “Traceback(最近一次调用最后一次):\ n文件\”C:\ Program Files (x86)\ Odoo 11.0 \ server \ odoo \ http.py \“,第647行,in _handle_exception \ n返回super(JsonRequest,self)._ handle_exception(exception)\ n File \“C:\ Program Files (x86)\ Odoo 11.0 \ server \ odoo \ http.py \“,307行,in _handle_exception \ n raise pycompat.reraise(type(exception),exception,sys.exc_info()[2])\ n File \“C:\ Program Files(x86)\ Odoo 11.0 \ server \ odoo \ tools \ pycompat.py \“,第87行,重新加载\ n加值\ n文件\”C:\ Program Files(x86)\ Odoo 11.0 \ server \ odoo \ addons \ http_routing \ models \ ir_http.py \“,第340行,在_dispatch \ n cls._authenticate(func.routing ['auth'])\ n 文件\“C:\ Program Files(x86)\ Odoo 11.0 \ server \ odoo \ addons \ base \ ir \ ir_http.py \“,第117行,在_authenticate \ n getattr(cls,\”_ auth_method_%s \“%auth_method)()\ n文件\”C:\ Program文件(x86)\ Odoo 11.0 \ server \ odoo \ addons \ base \ ir \ ir_http.py \“,第90行,在_auth_method_user \ n中引发http.SessionExpiredException(\”Session expired \“)\ nodoo.http.SessionExpiredException:Session expired \ n“,”message“:”Session expired“,”arguments“:[”Session“ 已过期“],”exception_type“:”internal_error“}}
可能是因为这个错误? Jquery生成404错误: 获取http://example.com/68/68.xml 404(未找到)
我测试了清理cookie,重新启动服务器以及数据库,但错误仍然存在,但总是在找不到404消息之后。
url是通过javascript dinamically生成的,如果网址存在,在尝试加载之前,如何测试(使用qwe在qweb视图中)的任何建议?