Activity log for bug #1211986

Date Who What changed Old value New value Message
2013-08-13 21:31:44 David Wikoff bug added bug
2013-08-13 21:31:44 David Wikoff attachment added ibid-db.patch https://bugs.launchpad.net/bugs/1211986/+attachment/3771538/+files/ibid-db.patch
2013-09-06 19:39:54 David Wikoff description After a while trying to figure out why my custom plugin was not working, I fell back to looking at the source code and it looked to me that the custom plugins were not begin loaded during upgrade so my database schema was never loaded. Here is the plugin I created and tried to run, it's pretty simple: https://github.com/Derimagia/IBID-Plugins/blob/master/plugins/twitchbroadcaster.py I fixed the problem by editing ibid-db myself and have attached the patch, but it's makeshift and copied from elsewhere and obviously needs someone more familiar with the codebase to look it over or point out my fault. Thanks After a while trying to figure out why my custom plugin was not working, I fell back to looking at the source code and it looked to me that the custom plugins were not begin loaded during upgrade so my database schema was never loaded. Here is the plugin I created and tried to run, it's pretty simple: https://github.com/Derimagia/IBID-Plugins/blob/master/ibid/plugins/twitchbroadcaster.py I fixed the problem by editing ibid-db myself and have attached the patch, but it's makeshift and copied from elsewhere and obviously needs someone more familiar with the codebase to look it over or point out my fault. Thanks