overhangio / tutor-discovery

Course Discovery plugin for Tutor
GNU Affero General Public License v3.0
11 stars 40 forks source link

discovery-job - django.db.utils.IntegrityError: (1062, "Duplicate entry '1' for key 'site_id'") #30

Closed lpm0073 closed 2 years ago

lpm0073 commented 2 years ago

I'm attempting to enable the Discovery plugin on an existing Maple installation and am getting this error on the job that runs automatically. The problem looks simple, except that i'm not sure how to resolve it?

lpm0073 commented 2 years ago

I got past this by dropping the Koa version of the database that i'd migrated into the new Maple environment. the exception was raised by the manage.py command create_or_update_partner, and so this seems like a bug in the Discovery repo.