XBMC Community Forum
[RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) - 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: Music Add-ons (/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] Pandora Radio (Script) Music Addon (Updated 2011-11-13 : V1.2.8) (/showthread.php?tid=70471)



- jarod71 - 2010-06-01 04:05

lawprof Wrote:Upgraded to 4-27-2010 svn and the script is fully functional. Thanks!

I tried this script and could not get it to work. what needs to be done ot make it work?


- rollinns - 2010-06-01 05:04

Not working for me either. Thanks for all your effort on this. here's my log:

10:00:35 M: 40550400 NOTICE: -->Python Initialized<--
10:00:35 M: 40550400 NOTICE:
10:00:42 M: 36741120 NOTICE: Traceback (most recent call last):
10:00:42 M: 36741120 NOTICE: File "Q:\scripts\Pandora\default.py", line 139, in ?
10:00:42 M: 36741120 NOTICE:
10:00:42 M: 36741120 NOTICE: panda = Panda()
10:00:42 M: 36745216 NOTICE: File "Q:\scripts\Pandora\default.py", line 31, in __init__
10:00:42 M: 36745216 NOTICE:
10:00:42 M: 36745216 NOTICE: self.settings = xbmc.Settings( path=scriptPath )
10:00:42 M: 36745216 NOTICE: AttributeError
10:00:42 M: 36745216 NOTICE: :
10:00:42 M: 36745216 NOTICE: 'module' object has no attribute 'Settings'
10:00:42 M: 36745216 NOTICE:
10:00:42 M: 36745216 ERROR: Scriptresult: Error
10:00:42 M: 37269504 NOTICE:
10:00:42 M: 37269504 NOTICE:


- spbogie - 2010-06-01 14:56

@jarod71,
The instructions are all there. If you want more help you're going to have to give more info than it doesn't work.

@rollinns,
That's the same error lawprof was experiencing. What version of xbmc are you running?


- lawprof - 2010-06-01 15:42

@rollins

I had the same error messages trying to install the script on an original xbox. First, I reinstalled xbmc using the most recent stable release (babylon), but got the exact same error message. Next, I installed the most recent release of xbmc for the xbox I could find (4-27-2010), reinstalled the pandora script and everything worked fine.


- rollinns - 2010-06-02 04:35

I tried lawprof's suggestion last night and installed 5-30-2010, and my log is from that version and the newest Pandora script and info I could find.

I was previously getting the "there's a problem with your encryption" error, so I found the "raw file" fix which fixed that problem and now it just says "Pandora (running)" and then the word running disappears and nothing happens. The log file is from after the encryption problem was fixed.

Something else that also may be helpful:
1. I'm running an original xbox v1.0 I believe.
2. I can't install anything from SVN, when I try it says it requires "X " but I don't know what's after the X because it doesn't scroll over to let me see the rest of the line. That could be part of it.

Thank you for your help and your speedy responses,
Rollinns


- rollinns - 2010-06-05 16:30

Any other ideas?


- spbogie - 2010-06-09 03:15

@rollinns
According to that error, your xbmc is missing the xbmc.Settings class. This means you have either an old, or somehow otherwise crippled version of xbmc. Go into the system info and get the actual build number.


- rollinns - 2010-06-13 23:30

Thanks for the help, I think it is somehow crippled since when I got to system settings - About XBMC, then nothing happens.

What files do I need to get or change to remedy my lack of the xbmc.Settings class problem I have?

Thanks again,
Rollinns


- rollinns - 2010-06-16 01:04

I reinstalled the 4-27-2010 release and still no change.

Here's the log from today, it looks the same:
06:01:06 M: 40894464 NOTICE: -->Python Initialized<--

06:01:06 M: 40873984 NOTICE:

06:01:12 M: 37392384 NOTICE: Traceback (most recent call last):

06:01:12 M: 37392384 NOTICE: File "Q:\scripts\Pandora\default.py", line 139, in ?

06:01:12 M: 37392384 NOTICE:

06:01:12 M: 37392384 NOTICE: panda = Panda()

06:01:12 M: 37392384 NOTICE: File "Q:\scripts\Pandora\default.py", line 31, in __init__

06:01:12 M: 37392384 NOTICE:

06:01:12 M: 37392384 NOTICE: self.settings = xbmc.Settings( path=scriptPath )

06:01:12 M: 37392384 NOTICE: AttributeError

06:01:12 M: 37392384 NOTICE: :

06:01:12 M: 37392384 NOTICE: 'module' object has no attribute 'Settings'

06:01:12 M: 37392384 NOTICE:

06:01:12 M: 37392384 ERROR: Scriptresult: Error

06:01:12 M: 37916672 NOTICE:

06:01:12 M: 37916672 NOTICE:


Are there files I can modify to tell it to look in a different place?


- spbogie - 2010-06-16 02:13

The build dates you keep posting tell me nothing. What SVN revision is it? The settings module has existed since revision 21010 and was only recently removed to be replaced by the new Addon module in revision 30748. If you're between those then it should work and I have no idea what to tell you other than double-check that it installed correctly.