itpp-labs/sync-addons

Odoo 15 Telegram Demo (TypeError: dict()...

jcwlim opened this issue · 0 comments

Hi, I installed the Sync Studio into my Odoo 15 community version. However, the demo failed to execute. I have make sure the Bot API secret key is correct. But when I run the "setup", I got the following error:

Traceback (most recent call last):
  File "/opt/odoo15-modules/sync/models/sync_task.py", line 132, in run
    eval_context = self.project_id._get_eval_context(job, log)
  File "/opt/odoo15-modules/sync/models/sync_project.py", line 295, in _get_eval_context
    eval_context = dict(**eval_context, **method(secrets, eval_context_frozen))
TypeError: dict() got multiple values for keyword argument 'html2plaintext'