script.tvguide icon indicating copy to clipboard operation
script.tvguide copied to clipboard

Fail to accept URL as XMLTV source

Open petterreinholdtsen opened this issue 7 years ago • 0 comments

The problem seem to be in XMLTVSource.init() from script.tvguide/source.py, which have these two lines:

        if not self.xmltvFile or not xbmcvfs.exists(self.xmltvFile):
            raise SourceNotConfiguredException()                            

If only the URL is provided, the add-on refuse to start. If I comment out those lines, the add-on start as it should.

petterreinholdtsen avatar Nov 09 '18 20:11 petterreinholdtsen