Kodi Community Forum
Solved Addon not working - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: Solved Addon not working (/showthread.php?tid=154771)

Pages: 1 2


Addon not working - gormux - 2013-02-04

Hello,

I installed XBMC for android on my Nexus 4 and lots of things are working fine.

However, I installed it primarily to verify compatibility of the addon I wrote, and it does not work correctly.

Here is the log of the session, the interesting part is at the end :

http://xbmclogs.com/show.php?id=32640

Anyone understands what happens ?

Additionally, I tested Youtube plugin, and it works fine. The plugin files are placed in the same directory.


RE: Addon not working - Martijn - 2013-02-04

Welcome.
Please read forum rule: http://wiki.xbmc.org/index.php?title=Forum%20rules
No log snippets on the forum


RE: Addon not working - Kib - 2013-02-04

Please, for readability, upload that log to http://xbmclogs.com


RE: Addon not working - gormux - 2013-02-04

(2013-02-04, 15:08)Martijn Wrote: Welcome.
Please read forum rule: http://wiki.xbmc.org/index.php?title=Forum%20rules
No log snippets on the forum

Oh, OK, I tough it would be better for readability. I'll put it in the right place.


RE: Addon not working - gormux - 2013-02-04

I just tried a few things. Seems the plugin isn't even read, because I can put a syntax error in the beginning of the file without having an error in debug log...


RE: Addon not working - Kib - 2013-02-05

It would help if you would link to the plugin + source itself, as well as explain how you are loading it.


RE: Addon not working - Martijn - 2013-02-05

(2013-02-05, 09:34)Kibje Wrote: It would help if you would link to the plugin + source itself, as well as explain how you are loading it.

try on normal install and if it's still not workin find the addon author and report it


RE: Addon not working - Kib - 2013-02-05

He wrote it himself so he won't have any trouble finding the author.

Image

Seriously though, OP, post your plugin code and we'll have a look Wink


RE: Addon not working - Martijn - 2013-02-05

ah. forgot that


RE: Addon not working - Kib - 2013-02-05

It is still early. Have you had coffee yet ?


RE: Addon not working - gormux - 2013-02-05

Hi all,

I searched a lot yesterday... and that was just a stupid mistake I made : I pushed the wrong revision in my last pull in the repositories, and I had a syntax error.
The strange thing is that in the logs, there is no python traceback... So I imagined it was something outside the plugin...

So I pushed the right revision and it was updated tonight in the repositories, and everything's fine now. Sorry for the unusefull thread :p

Edit:
Anyway, why is the python traceback missing, even if I was in debug mode ? Am I missing a "superior" debugging option ?


RE: Addon not working - Kib - 2013-02-05

Already solved it for you !

I responded with an example - just below your post that links to the python source.

Image


RE: Addon not working - gormux - 2013-02-05

?? I don't see it. Are you sure it is in that thread ? Smile


RE: Addon not working - Kib - 2013-02-05

Yes. It is right below your link to the python source. Wink


RE: Addon not working - gormux - 2013-02-05

I didn't put a link to the python source, only a link to the logfile...