![]() |
[RELEASE] RadioTunes XBMC plugin - formerly Sky.fm (21th Sep 2014: v3.0.0) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148) +---- Thread: [RELEASE] RadioTunes XBMC plugin - formerly Sky.fm (21th Sep 2014: v3.0.0) (/showthread.php?tid=141942) |
RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - dallasnights - 2012-12-08 did not work for me on ATV2, can you share your default py file maybe I did something wrong Thanks RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 How can i add an attachement to a post in this forum? Re: RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - Martijn - 2012-12-08 (2012-12-08, 18:26)atmelfreak Wrote: How can i add an attachement to a post in this forum? Use pastebin.com RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 Fixed default.py http://pastebin.com/w0NAnpd8 RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - dallasnights - 2012-12-08 thanks but no luck using your default.py for ATV2 but still get error Take a look at my log http://www.xbmclogs.com/show.php?id=19412 Hope you can help me fix on ATV2 Thank you RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 My fix should solve the problem. I'm sure that you have done something wrong. Please look into the file at line 205: Code: if (not "de Paris" in channel['name']) : To be sure, you have edit the right code, just add a blank line before the print statement and test again. Then check the error.log. Error line should now be line 208. RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - dallasnights - 2012-12-08 Okay now I am furstrated, i downloaded your py file, replaced and here is the error I am getting on ATV2 Not sure what I am doing wrong 13:00:49 T:103165952 NOTICE: -->Python Interpreter Initialized<-- 13:00:51 T:103165952 NOTICE: It has not been 1440 minutes since /var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.audio.sky.fm/cache_lastcheckin.dat was last updated 13:00:51 T:103165952 NOTICE: [PLUGIN] Sky.fm v2.0.0 (30. October 2012) 13:00:51 T:103165952 NOTICE: Going for Public streams 13:00:52 T:103165952 ERROR: Error Type: <type 'exceptions.UnicodeEncodeError'> 13:00:52 T:103165952 ERROR: Error Contents: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128) 13:00:52 T:103165952 ERROR: Traceback (most recent call last): File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 396, in <module> MusicAddonInstance.start() File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 153, in start streamList = self.customizeStreamListAddMenuitem(jsonList, "") # sending a blank string as listenkey File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 207, in customizeStreamListAddMenuitem print "Channelart for " + channel['name'] + " not found in cache at " + self._addonProfilePath + channelArt File "<string>", line 6, in write UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128) 13:00:52 T:71348224 ERROR: GetDirectory - Error getting plugin://plugin.audio.sky.fm 13:00:52 T:71348224 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.sky.fm) failed 13:00:52 T:71348224 WARNING: GetLabel - Unknown nodetype requested 0 RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 Do you have read my last post? Try to add a blank line before the print statement to see if you are on the right source. I'm not familar with ATV, so I don't know were is the XBMC user directory with the plugins. RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - dallasnights - 2012-12-08 ![]() I did and it still will not work RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - Martijn - 2012-12-08 (2012-12-08, 21:30)dallasnights Wrote: remove the print statement and you'll be fine RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 (2012-12-08, 21:30)dallasnights Wrote: I did and it still will not work Yes, sure. Please post xbmc.log after this change again. I want see the line number with the error. (2012-12-08, 21:55)Martijn Wrote: remove the print statement and you'll be fine No, removing the print statement only doesn't fix the error. RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - dallasnights - 2012-12-08 14:00:33 T:106995712 NOTICE: -->Python Interpreter Initialized<-- 14:00:34 T:106995712 NOTICE: It has not been 1440 minutes since /var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.audio.sky.fm/cache_lastcheckin.dat was last updated 14:00:34 T:106995712 NOTICE: [PLUGIN] Sky.fm v2.0.0 (30. October 2012) 14:00:34 T:106995712 NOTICE: Going for Public streams 14:00:35 T:106995712 ERROR: Error Type: <type 'exceptions.UnicodeEncodeError'> 14:00:35 T:106995712 ERROR: Error Contents: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128) 14:00:35 T:106995712 ERROR: Traceback (most recent call last): File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 396, in <module> MusicAddonInstance.start() File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 153, in start streamList = self.customizeStreamListAddMenuitem(jsonList, "") # sending a blank string as listenkey File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 207, in customizeStreamListAddMenuitem print "Channelart for " + channel['name'] + " not found in cache at " + self._addonProfilePath + channelArt File "<string>", line 6, in write UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128) 14:00:35 T:71348224 ERROR: GetDirectory - Error getting plugin://plugin.audio.sky.fm 14:00:35 T:71348224 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.sky.fm) failed 14:00:35 T:71348224 WARNING: GetLabel - Unknown nodetype requested 0 is there anyone out there with an ATV2 that works with this add on maybe they can share their working Default.py just a thought Thanks all RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 (2012-12-08, 22:19)dallasnights Wrote: File "/var/mobile/Library/Preferences/XBMC/addons/Sky-FM-XBMC-plugin-master/default.py", line 207, in customizeStreamListAddMenuitem As i thought: Error occured again in line 207. So you've edit the wrong file! RE: [RELEASE] Sky.fm XBMC plugin 2.0.0 - atmelfreak - 2012-12-08 Just seen: Bitcrusher just releasing new version of addon 2.1.0 which fixes the error: Code: 8 December 2012 v2.1.0 Thanks a lot! RE: [RELEASE] Sky.fm XBMC plugin (Updated 9th Dec 2012 - V2.1.0) - bitcrusher01 - 2012-12-09 Hi guys Sorry for the delay with the update - a lot of stuff has been going on in my life, that has kept me from fixing the Sky.fm plugin. The update has now been pushed and if all goes as planned, Sky.fm should auto-update sunday or monday depending on when a mods gets to review it (it is weekend after all ![]() I've made some small fundamental changes that should make all plugins easier to keep up too date. Also, I've added the much request 256k/sec MP3 stream for Premium users in all my plugins ![]() Enjoy the music |