GCal Integration Installation Error

Hello everyone. I tried to install the Google Calendar Integration. I got until the installation via the UI. However I do receive an error in the error log in regards to the installation. Running ERPNext v8.


frappe.desk.page.applications.applications.start_install
Traceback (most recent call last):
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/rq/worker.py”, line 700, in perform_job
rv = job.perform()
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/rq/job.py”, line 500, in perform
self._result = self.func(*self.args, **self.kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 65, in execute_job
method(**kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/page/applications/applications.py”, line 86, in start_install
frappe.installer.install_app(name)
File “/home/frappe/frappe-bench/apps/frappe/frappe/installer.py”, line 133, in install_app
add_module_defs(name)
File “/home/frappe/frappe-bench/apps/frappe/frappe/installer.py”, line 329, in add_module_defs
d.save(ignore_permissions=True)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 231, in save
return self._save(*args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 254, in _save
self.insert()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 208, in insert
raise e
DuplicateEntryError: (u’Module Def’, u’GCal Sync’, IntegrityError(1062, “Duplicate entry ‘GCal Sync’ for key ‘PRIMARY’”))


Can anyone tell me where the issue is?
Thanks for your support.
Regards,
Flo

@flooberhofer,

I think the GCal app is already installed in your site please try to run the bench migrate command instead of bench install-app

Hello, thanks for the answer. I did do a bench migrate but without success the module is not turning up. Any other suggestions. Cheers,
Flo

It’s possible, that Google Calendar integration is currently broken, as many people reported here: [Frappe App] Google Calendar Integration

Thanks, oh no - thats NOT good. Doesnt look like this would be fixed any time soon.