Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4957 Vistas

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
Descartar
Mejor respuesta

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

Avatar
Descartar

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?

Mejor respuesta

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

 Check this issue  with ssl


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jul 25
115
2
jun 25
604
1
may 25
2263
1
abr 25
3315
3
ago 24
2481