![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 |
getting frustrated with all these API changes... - thewarm - 2011-11-10 17:45 I'm trying to maintain an XBMC setup for my uncle on the other side of the USA. It seems like I'm getting a call from him every week... First the Weather.com API change. Now Pandora (again). I don't mind taking care of my system, but it is frustrating! ![]() BTW, didn't work for me either... - ateam201 - 2011-11-10 20:43 Yeah still asking for username and password and I tried the code from pastebin as well. - freebs - 2011-11-10 21:23 Same here .. Still asks for auth.. anything else I can try. - espengaasemyr - 2011-11-10 21:38 +1 - jjense01 - 2011-11-10 23:16 pstation Wrote:for anyone that's having issues I modified the file so that it should work with the new protocol and ssl login This did work for me after I uninstalled Pandora, reinstalled it, exited XBMC, changed the pandora.py, and then started XBMC back up. - freebs - 2011-11-10 23:20 Got it going - I used winscp and pasted into the file with the Winscp editor.. That was what didn't work... So I copied via Winscp - I opened a terminal and pasted in the terminal with nano editor going and bam! it worked. So something in the translation from winscp editor.. Hope this works for you guys.. - Khan - 2011-11-11 14:37 Can someone please post a working copy of their pandora.py file? Regardless of how I copy+paste it, the script is throwing an error. Thanks -k - woodyearl - 2011-11-11 15:19 Khan Wrote:Can someone please post a working copy of their pandora.py file? Regardless of how I copy+paste it, the script is throwing an error. Thanks go to the pastebin. In the left column under "paste action" select download RAW. Hightlight entire file and "copy" Paste into the pandora.py after selecting all. Does this help?? - Khan - 2011-11-11 15:31 Yeah...I've tried that several times. What's truly annoying is that if I run the file from the command line, I don't see any errors. Hence why I asked for a working copy of the file in order to narrow down where the issue is occurring. Thanks, -k - tc.m - 2011-11-11 15:33 a thought for those continuing to get errors: i continued to receive errors as well until i switched from copying the script from the "pandora.py" main field on http://pastebin.ca/2093456 to copying it from the "update paste below" field at the bottom of that page. i was receiving "script failed" errors when attempting to start the pandora plugin, but there were no issues with permissions that i could see. further, it wasn't even getting to the point of attempting the pandora login, it was the script itself that was failing. this leads me to believe that some measure of formatting was carrying over from the pastebin webpage. notice that the "update paste below" field is stripped of formatting. just my two cents. i may not have the whole picture figured out, but its a breadcrumb for those that are still having issues. worked for me. peace ~tc |