![]() |
|
[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 184 |
- garbear - 2011-08-25 03:38 Here's the error I get on my system (python 2.6, GIT head). The line print "PANDORA: Unexpected error:%s:%s" %sys.exc_info()[0:1] throws the error "TypeError: not enough arguments for format string". Apparently the error occurs in the error-handling code. Oh, the irony. Code: CApplication::ProcessMouse: trying mouse action leftclick- spbogie - 2011-08-25 13:37 garbear, Doh, stupid mistake. Change [0:1] on that line to [0:2]. Fixed in git, but if it's getting there then it was going to error anyways so not really worth pushing everyone to a new version over. Should be a simple correction to make on your end, and come back with a more useful log. htpc_guy, Should be %APPDATA%\XBMC\ unless they moved it in the nightlies. - toymachine2009 - 2011-08-25 18:14 toymachine2009 Wrote:Quick question. Or actually 2 questions. Bump.. Still have not figured out how to close Pandora without restarting xbmc.. - TechLife - 2011-08-25 18:35 toymachine2009 Wrote:Still have not figured out how to close Pandora without restarting xbmc.. If you check the keymap.xml, you will find there are two commands that will typically take you back - there is the esc key which is Home Menu and the Bksp which is Parent Directory. Bksp I have found will typically take you back to the previous screen and is what my back button on my remote is mapped to. I have found, for whatever reason, this will NOT take you back out of Pandora. I actually have to use esc. I haven't gotten around to remapping a button for it. If I had to guess, this is the issue you are facing. I don't have any experience with commander so I can't tell you exactly how to fix it but hopefully this will lead you down the right path... - toymachine2009 - 2011-08-25 22:13 TechLife Wrote:If you check the keymap.xml, you will find there are two commands that will typically take you back - there is the esc key which is Home Menu and the Bksp which is Parent Directory. Bksp I have found will typically take you back to the previous screen and is what my back button on my remote is mapped to. I have found, for whatever reason, this will NOT take you back out of Pandora. I actually have to use esc. I haven't gotten around to remapping a button for it. If I had to guess, this is the issue you are facing. I don't have any experience with commander so I can't tell you exactly how to fix it but hopefully this will lead you down the right path... Thank you it has given me somewhat of an idea to get started I will work on that tonight then. Thanks Atleast someone replied haha for days its been really annoying having to restart xbmc. There has to be someone out there using xbmc commander on ipad or iphone who uses pandora.. Ill work on what you said in the mean time. - TechLife - 2011-08-25 22:35 There is a "contact" button on the XBMC commander website: xbmc-commander.com You may try dropping a line there and see if the dev can help you out. I'm guessing you simply need a button or gesture or something that sends the equivalent of "Home Menu". It can't hurt right? - toymachine2009 - 2011-08-26 00:59 TechLife Wrote:There is a "contact" button on the XBMC commander website: xbmc-commander.com on xbmc commander my backout button would be double tap to backout and works for EVERYTHING else within xbmc just not this add-on. So if there is a way I can figure out how to do that it would be great. Like I said ill work on that this evening thanks for all your help. - spbogie - 2011-08-27 04:17 From the screenshots on the xbmc-commander website, it looks like Esc/Go Back should be a 2-finger tap. - htpc guy - 2011-08-27 06:12 Here is an excerpt from the log file. The error states there is not enough arguments. Let me know if you need the whole thing but I'm sure this is it. If I delete the Pandora Userdata folder then I can enter the program the next time I load XBMC but it will fail every time after that. This is the same error that garbear got. I'm running win7 and nightly build dated 8-24-2011. Code: 23:01:26 T:5340 NOTICE: PANDORA: Loading key from file "C:\Users\Matt\AppData\Roaming\XBMC\userdata\addon_data\script.xbmc.pandora\key_in"- toymachine2009 - 2011-08-27 06:16 spbogie Wrote:From the screenshots on the xbmc-commander website, it looks like Esc/Go Back should be a 2-finger tap. Have tried that many times do I need to edit the keymap.XML file to get that working? EDIT: So I plugged in keyboard and backspace does not backlit but esc does.. So I gotta try to edit the XML file to use backspace to back out. I can't find any keymap.XML to edit.. Any clue to where it is? |