Badgr server installation giving issues

We were running openedx on bitnami’s installation.

We wound up integrating badgr server with bitnami’s edx with a couple of modifications on badgr server’s code.

The fixes are described here. Error updating user preferences. Credentials not provided?

I forgot I had two threads on the same issue.

As badgr server is its own django application it should work with any edx install.

My fix merely makes slugs editable on badgr server through its django app.

You can see what badges are being requested by edx through trial and error and make the slugs match or give every badge the openedx__course issuing component and make the slug openedx__coursebadgeslug on badgr server side(ie badge1 on edx with issuing component openedx__coursebadge1).

If badging functionation changes wildly on edx beyond hawthorn in terms of how the slug works or how edx requests the badges to badgr server, bitnami was at hawthorn, then I can’t be of any help.

1 Like