[RELEASE] Forum Browser - Programs Addon

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
scalpel Offline
Senior Member
Posts: 106
Joined: Jun 2010
Reputation: 0
Post: #21
For me, this release not working. ruuk i will do translation.

Here is debug log:
Code:
http://pastebin.com/phnbCbSp

Regards
find quote
ruuk Offline
Skilled Python Coder
Posts: 898
Joined: Aug 2005
Reputation: 128
Location: Bremerton, WA USA
Post: #22
Download with this link:
http://forumbrowserxbmc.googlecode.com/f...-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.

Here is debug log:
Code:
http://pastebin.com/phnbCbSp

Regards
find quote
ruuk Offline
Skilled Python Coder
Posts: 898
Joined: Aug 2005
Reputation: 128
Location: Bremerton, WA USA
Post: #23
byxil Wrote:nice work Big Grin thank
I read the xbmc forum very well.

when press "change forum", xbmc crash and restart.
It's a known issues?

my system is XBMC LIVE Dharma beta4 on Acer Revo 3610

It's not a known issue and doesn't happen to me. Smile Could you send your xbmc.log to xbmc@2ndmind.com?
find quote
ruuk Offline
Skilled Python Coder
Posts: 898
Joined: Aug 2005
Reputation: 128
Location: Bremerton, WA USA
Post: #24
scalpel Wrote:ruuk i will do translation.

That's awesome. Let me know if you have any questions.
find quote
scalpel Offline
Senior Member
Posts: 106
Joined: Jun 2010
Reputation: 0
Post: #25
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
find quote
ruuk Offline
Skilled Python Coder
Posts: 898
Joined: Aug 2005
Reputation: 128
Location: Bremerton, WA USA
Post: #26
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.

Regards
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.
find quote
scalpel Offline
Senior Member
Posts: 106
Joined: Jun 2010
Reputation: 0
Post: #27
You're right. Its working now.

But tell my what it was caused by? Permissions?

Regards
find quote
ruuk Offline
Skilled Python Coder
Posts: 898
Joined: Aug 2005
Reputation: 128
Location: Bremerton, WA USA
Post: #28
scalpel Wrote:You're right. Its working now.

But tell my what it was caused by? Permissions?

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?
find quote
scalpel Offline
Senior Member
Posts: 106
Joined: Jun 2010
Reputation: 0
Post: #29
Hi ruuk, i made a translation. I send you PM monday but something goes wrong.

http://www.speedyshare.com/files/25319190/Polish.zip
find quote
ruuk Offline
Skilled Python Coder
Posts: 898
Joined: Aug 2005
Reputation: 128
Location: Bremerton, WA USA
Post: #30
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.
find quote
Post Reply