Hello,
I'm encountering an issue while configuring Odoo 17 CE with the Mail Plugin (Outlook). When attempting to set it up, I consistently get the following error in the logs:
2024-07-09 16:47:10,478 72522 ERROR ? werkzeug: 172.20.0.1 - - °09/Jul/2024 16:47:10é code 400, message Bad request version ('çx1açx1açx13çx01çx13çx02çx13çx03À+À/À,À0̨̩Àçx13Àçx14çx00çx9cçx00çx9dçx00/çx005çx01çx00çx06¥') - - -
2024-07-09 16:47:10,479 72522 INFO ? werkzeug: 172.20.0.1 - - °09/Jul/2024 16:47:10é "/
í¶ÓǺJºkc«ÍÇMM÷ÀhC:Ø8â22g aÅ1Ù¯ó3ÅæÎS$Ùæ)àà¦Ç§nheç À+À/À,À0̨̩ÀÀ" HTTPStatus.BAD_REQUEST - - - -
2024-07-09 16:47:10,479 72522 ERROR ? odoo.service.server: Exception happened during processing of request from ('172.20.0.1', 60890)
Traceback (most recent call last):
File "/usr/lib/python3.10/http/server.py", line 145, in send_header
if self.headers.get('Upgrade') == 'websocket' and keyword == 'Connection' and value == 'close':
AttributeError: 'RequestHandler' object has no attribute 'headers'
I'm unsure what might be causing this AttributeError related to self.headers. Has anyone encountered a similar issue while configuring Odoo with plugins? Any insights or troubleshooting tips would be greatly appreciated!