![]() |
|
[RELEASE] Forum Browser - Programs Addon - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Forum Browser - Programs Addon (/showthread.php?tid=85018) |
- scalpel - 2010-11-18 17:42 For me, this release not working. ruuk i will do translation. Here is debug log: Code: http://pastebin.com/phnbCbSpRegards Version 0.7.6 - ruuk - 2010-11-18 20:46 Download with this link: http://forumbrowserxbmc.googlecode.com/files/script.forum.browser-0.7.6.zip Fixes this issue (Was missing an import statement in my addon.xml): scalpel Wrote:For me, this release not working. ruuk i will do translation. - ruuk - 2010-11-18 20:51 byxil Wrote:nice work It's not a known issue and doesn't happen to me. Could you send your xbmc.log to xbmc@2ndmind.com?
- ruuk - 2010-11-18 20:52 scalpel Wrote:ruuk i will do translation. That's awesome. Let me know if you have any questions. - scalpel - 2010-11-20 18:26 Hi ruuk. I have still same problem with running this plugin on ubuntu 10.10. "No module named simplejson". I think some package is not installed or its bug. I just want to start working on translation. Regards - ruuk - 2010-11-20 20:48 scalpel Wrote:Hi ruuk. I have still same problem with running this plugin on ubuntu 10.10. "No module named simplejson". I think some package is not installed or its bug. I just want to start working on translation.I think because you are installing from .zip it is not importing the module. Install my facebook image plugin from the repository. That will cause the module to import. You can remove it afterward. - scalpel - 2010-11-20 22:41 You're right. Its working now. But tell my what it was caused by? Permissions? Regards - ruuk - 2010-11-20 23:22 scalpel Wrote:You're right. Its working now. The error is caused by a required module not being installed and available to the addon. I forgot to add a line to the addon.xml file that would make the module be installed and available. I fixed this, but I don't think that when you install from zip that it downloads required modules from the repository. You have to install from the repository to get them to install, which is why installing the facebook plugin from the repository fixed it. Does that answer your question? - scalpel - 2010-11-24 15:24 Hi ruuk, i made a translation. I send you PM monday but something goes wrong. http://www.speedyshare.com/files/25319190/Polish.zip - ruuk - 2010-11-24 16:04 scalpel Wrote:Hi ruuk, i made a translation. I send you PM monday but something goes wrong.Thanks, That's great! I added it and it will be in the next version. |