Kodi Community Forum

Full Version: Web radio doesn't start
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hallo,

i have a big problem! i love web radio but the web radio from xbmc doesn't start! when i want to start the program like the movie traillers, the xbmc close the menu and nothing else! everything else work on xbmc but only the web radio not!

my xbmc version is from 8. december! i have downloaded it with avalaunch!

i'm don't know what to do!

please help me! thx !


ps: does it exist a german-community?
check the log file (xbmc.log)!
search the forum before starting a new thread and if you start a new thread... put it in the right forum please.
edit kmlbrowse.py and change url from:
http://194.192.15.21/webradio2/kml/index...eload=true
to:
http://webradio.kiss-technology.com/webradi....ad=true

should work just as before now ! :o
tnx a lot :o
wow, this info should be pinned at the top of the list for those who don't know how to search
(gmajax @ dec. 28 2004,23:25 Wrote:edit kmlbrowse.py and change url from:
http://194.192.15.21/webradio2/kml/index...eload=true
to:
http://webradio.kiss-technology.com/webradi....ad=true

should work just as before now ! :o
pin this!!
everything worked fine before upgrading to 01/02/2005 build.

the above changes to the url fixed web radio when running the 12/08/2004 build. but after upgrading to the 01/02/2005 build web radio has decide to stop working.

xbmc log set to debug:

02-01-2005 16:28:50 info file "q:\scripts\kmlbrowse.py", line 23, in ?
02-01-2005 16:28:50 info fillindefaulticon(tvnu.py)
02-01-2005 16:28:50 info
02-01-2005 16:28:50 info import xbmc, xbmcgui, image
02-01-2005 16:28:50 info importerror
02-01-2005 16:28:50 info :
02-01-2005 16:28:50 info no module named image

kmlbrowse.py:

#init
import sys, time, string
from os import path, unlink
import xbmc, xbmcgui, image
import urllib
import xml.dom.minidom

line 23 is : import xbmc, xbmcgui, image

why is it bombing out on the module call "image"

i have copied the following into the /f/apps/xbmc/python/lib directory:

gifimageplugin.py
image.py
imagefile.py
imagepalette.py
jpegimageplugin.py

any help would be great, thanks.

never mind... all is working again...

a couple of notes:
1. very few builds have "everything" these days. so when upgrading do not delete what is already there, just overwrite the files.

2. web radio requires python modules, make sure you have them as they are not included.

3. my mistake was deleting the python directory, won't do that again...

maybe this helps, if not just delete this post...