Greetings everyone.
I just wanted to say that I truly appreciate all who have put a lot of work and effort into making this a great Kodi Add On. My wife absolutely loves the fact that she can view live TV from her home country in Germany.
I did find an error similar to what Muenster is experiencing and I can confirm that it is happening in 2.0.46.
I have noticed that when I reload the database it crashes about part way trying to cache the channel list, which used to take about a minute to complete before. Also I have a paid subscription to Zattoo for the use of the recordings and I am unable to open the recordings option anymore. In 2.0.45 it used to take some time before the recordings list would appear, probably some caching in a DB file. Now in 2.0.46 it times out too early and errors out, failing to open the recordings selection.
Here are the logs for the recordings crash
2021-03-26 10: 19: 24.230 T: 15952 ERROR: EXCEPTION Thrown (PythonToCppException): -> Python callback / script returned the following error <-
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'httplib.BadStatusLine'>
Error Contents: ''
Traceback (most recent call last):
File "C: \ Users \ kfreeman \ AppData \ Roaming \ Kodi \ addons \ plugin.video.zattoo_hiq \ plugin.py", line 28, in <module>
main.main ()
File "C: \ Users \ kfreeman \ AppData \ Roaming \ Kodi \ addons \ plugin.video.zattoo_hiq \ resources \ lib \ main.py", line 1575, in main
elif action == 'recordings': build_recordingsList (__ addonuri__, __addonhandle__)
File "C: \ Users \ kfreeman \ AppData \ Roaming \ Kodi \ addons \ plugin.video.zattoo_hiq \ resources \ lib \ main.py", line 551, in build_recordingsList
showInfo = _zattooDB_.getShowInfo (record ['program_id'])
File "C: \ Users \ kfreeman \ AppData \ Roaming \ Kodi \ addons \ plugin.video.zattoo_hiq \ resources \ lib \ zattooDB.py", line 606, in getShowInfo
showInfo = self.zapi.exec_zapiCall (api, None)
File "C: \ Users \ kfreeman \ AppData \ Roaming \ Kodi \ addons \ plugin.video.zattoo_hiq \ resources \ lib \ zapisession.py", line 158, in exec_zapiCall
content = self.request_url (url, params)
File "C: \ Users \ kfreeman \ AppData \ Roaming \ Kodi \ addons \ plugin.video.zattoo_hiq \ resources \ lib \ zapisession.py", line 129, in request_url
response = self.HttpHandler.open (url, urllib.urlencode (params) if params is not None else None)
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ urllib2.py", line 429, in open
response = self._open (req, data)
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ urllib2.py", line 447, in _open
'_open', req)
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ urllib2.py", line 407, in _call_chain
result = func (* args)
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ urllib2.py", line 1241, in https_open
context = self._context)
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ urllib2.py", line 1201, in do_open
r = h.getresponse (buffering = True)
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ httplib.py", line 1121, in Getresponse
response.begin ()
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ httplib.py", line 438, in begin
version, status, reason = self._read_status ()
File "C: \ Program Files \ Kodi \ system \ python \ Lib \ httplib.py", line 402, in _read_status
raise BadStatusLine (line)
BadStatusLine: ''
-> End of Python script error report <-
2021-03-26 10: 19: 24.288 T: 8716 ERROR: XFILE :: CDirectory :: GetDirectory - Error getting plugin: //plugin.video.zattoo_hiq/? Mode = recordings
2021-03-26 10: 19: 24.316 T: 8668 ERROR: CGUIMediaWindow :: GetDirectory (plugin: //plugin.video.zattoo_hiq/? Mode = recordings) failed
I can confirm that this happens on my Android box, Windows tablet, and my Linux based media center.
Thanks for taking a look at this. If more logs are needed I will be happy to supply them.