[RELEASE] New XBMC Log Uploader and xbmcLogs.com site

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sphere Offline
Posting Freak
Posts: 784
Joined: Jul 2009
Reputation: 34
Location: Germany
Post: #21
(2012-06-14 22:56)nsfw Wrote:  11.0.6 is working now. Thank you.

Thanks for reporting back - will push to the repo.

regards,
sphere
find quote
wyrm Offline
Skilled Skinner
Posts: 767
Joined: Nov 2007
Reputation: 5
Location: Perth, Australia (GMT +8)
Post: #22
I've included support for this script in my skin, but have a couple of suggestions that I think may make it more useful.

I have placed a check in my skin to see if debug logging has been set
PHP Code:
<enable>System.HasAddon(script.xbmc.debug.log) + system.getbool(debug.showloginfo)</enable
If FULL debug logging is not set, the button that runs the script is disabled and I show a message to enable debug logging in the system/debugging menu. Would it not be better to check this within the script and allow if possible the user to turn on debug logging from there?

Also while not strictly something that is handled by the script, maybe the Dev's might consider adding the version number of the current skin to the log file to aid in us skinners in debugging problems.
PHP Code:
DEBUGLoad Skin XML Version 1.2.167.86ms 
would be more helpful than
PHP Code:
DEBUGLoad Skin XML67.86ms 

Wyrm (xTV-SAF)
find quote
jeanwilly Offline
Member
Posts: 75
Joined: Mar 2012
Reputation: 1
Post: #23
I have the code a little bit changed and it works very nice on xbox to!

thanks for this script

Regards Jan (skatulskijean)
find quote
aptalca Offline
The Dude
Posts: 828
Joined: Sep 2009
Reputation: 17
Post: #24
I tried it on the android version (hp touchpad) I entered the e-mail address, but when I click on the addon, nothing happens

Thanks
find quote
sphere Offline
Posting Freak
Posts: 784
Joined: Jul 2009
Reputation: 34
Location: Germany
Post: #25
(2012-08-06 14:01)aptalca Wrote:  I tried it on the android version (hp touchpad) I entered the e-mail address, but when I click on the addon, nothing happens

Thanks

Hi,
android is not yet implemented but I am working on it.

I will tell here when it is done and would be happy if I you could test it then, OK?

regards,
sphere
find quote
aptalca Offline
The Dude
Posts: 828
Joined: Sep 2009
Reputation: 17
Post: #26
Sure, I can certainly test it. I'll be looking forward to it.

Thanks
find quote
sphere Offline
Posting Freak
Posts: 784
Joined: Jul 2009
Reputation: 34
Location: Germany
Post: #27
Here is a test version, if it does not work it would be nice if you could send me xbmc.log manually *g*

Download: Version 11.0.7

thanks!
find quote
aptalca Offline
The Dude
Posts: 828
Joined: Sep 2009
Reputation: 17
Post: #28
lol, I'll try tonight.

the problem is, the main reason I tried this initially is because I couldn't get the log manually on my touchpad when Montellese asked for it :-)

I guess if this doesn't work, I'll have to figure out adb

Thanks
find quote
aptalca Offline
The Dude
Posts: 828
Joined: Sep 2009
Reputation: 17
Post: #29
Hi sphere,

Good news, I have a log, bad news, version 11.0.7 did not work

http://pastebin.com/kRC3fpB4

At the end, you should be able to see me clicking on it a few times.

Thanks
find quote
MassIV Online
Member+
Posts: 714
Joined: Mar 2012
Reputation: 21
Post: #30
Just an idea. Putting the youtube vid on the wiki page?
And maybe making a new video that uses the repo instead of a zip file.
find quote
Post Reply