コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4965 ビュー

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?

アバター
破棄
最善の回答

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

アバター
破棄

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?

最善の回答

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

 Check this issue  with ssl


アバター
破棄
関連投稿 返信 ビュー 活動
1
7月 25
232
2
6月 25
642
1
5月 25
2307
1
4月 25
3352
3
8月 24
2521