[RELEASE] buggalo - automatic exception collector

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
twinther Offline
Senior Member
Posts: 285
Joined: Sep 2004
Reputation: 7
Location: Denmark
Post: #21
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
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.

I'll look into the missing error report. Did you configure it to send the error report via email?

Br.
Tommy
find quote
schapplm Offline
Junior Member
Posts: 10
Joined: Apr 2013
Reputation: 0
Post: #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: twintherrepofrodo122vid.th.png] [Image: twintherrepofrodo122pro.th.png]


(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.
find quote
Martijn Offline
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #23
It is only installed when you install an addon. Not when you just add it to your addon.xml

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2013-05-12 22:18 by Martijn.)
find quote
schapplm Offline
Junior Member
Posts: 10
Joined: Apr 2013
Reputation: 0
Post: #24
(2013-05-12 22:18)Martijn Wrote:  It is only installed when you install an addon. Not when you just add it to your addon.xml
That was it, thank youBlush the first time I only copied the addon from twinther in the folder so it was not an installation. Buggalo is not visible because it is a module.
find quote
schapplm Offline
Junior Member
Posts: 10
Joined: Apr 2013
Reputation: 0
Post: #25
The missing error report was an error in the German localization strings.xml (not all arguments converted during string formatting => %s missing). I will send you a complete translation to your git source
find quote
twinther Offline
Senior Member
Posts: 285
Joined: Sep 2004
Reputation: 7
Location: Denmark
Post: #26
Hi all, I just uploaded version 1.1.3 of the buggalo module to my beta repository: http://tommy.winther.nu/xbmc/
The changelog is quite small, but includes the option to send the error report to a gmail account (configurable by the addon dev.)
Version 1.1.3 - 2013-05-18
- Added support for sending error reports to a gmail account
- Updated language files from Transifex

Please give it a try before I submit it to the official repo.
Thanks,
Tommy
find quote
fightnight Offline
Junior Member
Posts: 35
Joined: Dec 2012
Reputation: 0
Post: #27
Hi. When I send to report, gave me a message "not possible to send (in portuguese Tongue)".

With gmail. Sugestions?
find quote
twinther Offline
Senior Member
Posts: 285
Joined: Sep 2004
Reputation: 7
Location: Denmark
Post: #28
Hmm. I think an exception occurs in the email code. Did you try to send to an @gmail.com address?

Please remove the try except clause on line 101/106 in buggalo_gui.py and try again.
XBMC should log the exception then and show a script error.

Br.
Tommy
find quote
fightnight Offline
Junior Member
Posts: 35
Joined: Dec 2012
Reputation: 0
Post: #29
Removed try: and full except condition. Message ok.. 0 email Confused

@gmail.com address Wink
find quote
Post Reply