[RELEASE] buggalo - automatic exception collector
#22
(2013-05-12, 20:45)twinther Wrote: Hi, I think you should just download the zip file manually and install it in XBMC: http://mirrors.xbmc.org/addons/frodo/scr...-1.1.2.zip
This works, but is more difficult to distribute in an addon.
(2013-05-12, 20:45)twinther Wrote: Alternatively you can install one of the addons that use the buggalo (fx DR NU Player) and the module will be installed auomatically as well.
XBMC only installs script.module addons when another one that depends on it is being installed.
This does not work. For example, when I install TV Guide from your repository, I get
Code:
File "C:\Users\schapplm\AppData\Roaming\XBMC\addons\script.tvguide\source.py", line 27, in <module>
import buggalo
ImportError: No module named buggalo
I used the same method as you to bring xbmc to import buggalo (<import addon="script.module.buggalo" version="1.1.2" />).
The poblem seems to be, that the addon syntax of buggalo does not work in frodo, because it does not appear in your repo, whereas all your other addons are there. I am relatively new to xbmc development, but I suppose it is the addon.xml of buggalo.

Image Image


(2013-05-12, 20:45)twinther Wrote: I'll look into the missing error report. Did you configure it to send the error report via email?
I used buggalo.GMAIL_RECIPIENT, the emails contain all information. I used buggalo.addExtraData to add information and buggalo.onExceptionRaised() to send, which works fine.
Reply


Messages In This Thread
passing in variables? - by Bstrdsmkr - 2012-02-18, 03:30
[No subject] - by twinther - 2012-02-18, 12:56
[No subject] - by Martijn - 2012-02-18, 13:20
[No subject] - by Bstrdsmkr - 2012-02-19, 06:10
[No subject] - by Martijn - 2012-02-20, 19:09
[No subject] - by bossanova808 - 2012-02-21, 07:09
[No subject] - by twinther - 2012-02-21, 18:09
[No subject] - by twinther - 2012-02-21, 20:55
[No subject] - by twinther - 2012-02-26, 10:14
RE: [RELEASE] buggalo - automatic exception collector - by schapplm - 2013-05-12, 22:01
Logout Mark Read Team Forum Stats Members Help
[RELEASE] buggalo - automatic exception collector3