Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
4966 Visualizzazioni

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
Abbandona
Risposta migliore

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

Avatar
Abbandona

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?

Risposta migliore

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

 Check this issue  with ssl


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 25
232
2
giu 25
642
1
mag 25
2307
1
apr 25
3352
3
ago 24
2521