This question has been flagged
2 Replies
4463 Views

I'm configuring Odoo 11 for sync with Google Calendar. I have set my Client ID and my Client Secret in General Setting page.

Now if i go to Calendar and i press Sync with Google, odoo start OAuth procedures. After redirect back from Google to Odoo, i get a simple "Internal Server Error" without any other debug info.

I have tried to look at the log file on server, but no usefull information was present:

 # tail -f /opt/bitnami/apps/odoo/log/production.log

File "/opt/bitnami/python/lib/python3.6/site-packages/urllib3-1.22-py3.6.egg/urllib3/util/ssl_.py", line 269, in create_urllib3_context

context.options |= options

File "/opt/bitnami/python/lib/python3.6/ssl.py", line 465, in options

super(SSLContext, SSLContext).options.__set__(self, value)

File "/opt/bitnami/python/lib/python3.6/ssl.py", line 465, in options

super(SSLContext, SSLContext).options.__set__(self, value)

File "/opt/bitnami/python/lib/python3.6/ssl.py", line 465, in options

super(SSLContext, SSLContext).options.__set__(self, value)

[Previous line repeated 274 more times]

RecursionError: maximum recursion depth exceeded while calling a Python object

I'm using Odoo 11.0-20171218 (Community Edition) from a Bitnami distro. Same configuration with Odoo 10 was perfectly working.

How to solve?

Avatar
Discard
Best Answer

I am having exactly the same issue, also on Odoo 11.0-20171218 (Community Edition) from a Bitnami installer.

Avatar
Discard

Adding to this that it works correctly in runbot http://300421-11-0-71d542.runbot11.odoo.com/ so this does appear to be platform specific. Does anyone have any suggestions about how to resolve?

Best Answer

You are running Odoo11 using python3, Odoo10 uses python2.7

 Check this issue  with ssl


Avatar
Discard