(2019-02-22, 11:01)primaeval Wrote: (2019-02-22, 10:14)mcxpert Wrote: Hi,
thx for replay unfortunately in version 0.0.97 the stream scrapping stops working after 34% for me.
So its not possible to test currently.
Did it work ok before with the same settings?
Are there any errors in kodi.log?
If it was ok before make sure that the m3u follows the proper format:
Code:
#EXTM3U tvg-shift=3
#EXTINF:-1 tvg-id="id1" tvg-name="Channel_1" tvg-logo="logo1" group-title="Group 1",Channel 1
http://STREAMURL
#EXTINF:-1 tvg-id="id2" tvg-name="Channel_2" tvg-logo="logo2" group-title="Group 2",Channel 2
udp://STREAMURL
...
from https://kodi.wiki/view/Add-on:IPTV_Simple_Client
All I have added to the loading recently is to encode the name after the comma.
You could also turn on
Settings \ Debug \ debug menus
and
Maintenance \ NUKE
to clear out the old data.
It might be necessary to delete the addon_data folder.
userdata\addon_data\plugin.video.iptv.recorder
hi,
the syntax from m3u is like yours. some streams are https instead of http.
I uninstalled an clear the addon_data folder
after this i restart and look at kodi.log. here the lines
20:40:45.816 T:1937657376 NOTICE: load skin from: /storage/.kodi/addons/skin.estuary.iptv.recorder (version: 2.0.21)
20:40:46.846 T:1937657376 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
20:40:48.595 T:1602306928 NOTICE: PVR Manager: Starting
20:40:49.335 T:1538425712 NOTICE: PVR Manager: Started
20:40:49.343 T:1602306928 NOTICE: EPG thread started
20:40:52.321 T:1704891248 WARNING: CAddonSettings[script.xbmcbackup]: cannot reference setting (relative index: -8; absolute index: -1) in another category in old setting condition "eq(-8,3)" for "remove_auth_button"
20:40:52.322 T:1704891248 WARNING: CAddonSettings[script.xbmcbackup]: failed to parse visible condition "eq(-8,3)" of old setting definition for "remove_auth_button"
20:40:52.322 T:1704891248 WARNING: CAddonSettings[script.xbmcbackup]: cannot reference setting (relative index: -9; absolute index: -2) in another category in old setting condition "gt(-9,1)" for "remove_auth_button"
20:40:52.322 T:1704891248 WARNING: CAddonSettings[script.xbmcbackup]: failed to parse visible condition "gt(-9,1)" of old setting definition for "remove_auth_button"
20:40:52.341 T:1671320432 ERROR: [plugin.video.iptv.recorder] service started...
20:40:52.392 T:1704891248 NOTICE: script.xbmcbackup-1.1.2: scheduler enabled, finding next run time
20:40:54.032 T:1513247600 NOTICE: AddOnLog: PVR IPTV Simple Client: EPG Loaded.
20:40:54.782 T:1688105840 NOTICE: EMBY.service -> -->[ service ]
20:40:54.808 T:1688105840 NOTICE: EMBY.service -> Delay startup by 0 seconds.
20:41:53.256 T:1795146608 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
20:41:53.385 T:1795146608 NOTICE: [xbmcswift2] Request for "/full_service" matches rule for function "full_service"
20:41:53.540 T:1795146608 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
20:42:05.268 T:1795146608 WARNING: Previous line repeats 603 times.
20:42:05.269 T:1795146608 ERROR: /usr/lib/python2.7/urllib.py:1298: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
20:42:05.281 T:1795146608 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: u'\xfc'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.iptv.recorder/main.py", line 3098, in <module>
plugin.run()
File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "/storage/.kodi/addons/plugin.video.iptv.recorder/main.py", line 2197, in full_service
xmltv()
File "/storage/.kodi/addons/plugin.video.iptv.recorder/main.py", line 2489, in xmltv
name = urllib.quote_plus(channel[0].rsplit(',', 1)[-1].strip())
File "/usr/lib/python2.7/urllib.py", line 1303, in quote_plus
File "/usr/lib/python2.7/urllib.py", line 1298, in quote
KeyError: u'\xfc'
-->End of Python script error report<--
20:42:05.300 T:1908761456 NOTICE: CAESinkPi:AddPackets Underrun (delay:0.00 frames:2205)
20:42:24.335 T:1937657376 NOTICE: Samba is idle. Closing the remaining connections
20:45:59.900 T:1513247600 NOTICE: AddOnLog: PVR IPTV Simple Client: EPG Loaded.