Posts: 123
Joined: Dec 2016
Reputation:
12
Quick question about changing an IPTV provider source. Going to have to switch my itpv provider, but will be using the same service (IE same channels/source, same epg, different user and pass). Is there a way to change my custom xml file url path without deleting it?
Thanks again for your great work on this addon and TV Guide Fullscreen
Posts: 123
Joined: Dec 2016
Reputation:
12
Went to add a couple of more channels from a custom epg url I've using and received the following error in my log. Any thoughts? Thanks in advance.
2019-04-18 16:03:49.175 T:7692 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\john\AppData\Roaming\Kodi\addons\plugin.program.xmltv.meld\main.py", line 2206, in <module>
plugin.run()
File "C:\Users\john\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "C:\Users\john\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "C:\Users\john\AppData\Roaming\Kodi\addons\plugin.program.xmltv.meld\main.py", line 1867, in channels
context_items.append(("[COLOR yellow]%s[/COLOR]" %"Change Channel Id", 'XBMC.RunPlugin(%s)' % (plugin.url_for(rename_channel_id, id=id.encode("utf8")))))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)
-->End of Python script error report<--
2019-04-18 16:03:49.265 T:9236 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.program.xmltv.meld/channels
2019-04-18 16:03:49.293 T:11092 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.program.xmltv.meld/channels) failed
2019-04-18 16:03:49.622 T:9512 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
2019-04-18 16:03:49.623 T:9512 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
Posts: 50
Joined: Jun 2014
Reputation:
7
2019-04-26, 12:48
(This post was last modified: 2019-04-26, 12:54 by TopekaRoy.)
I'm stuck!
XMLTV Meld didn't update for me the last two days and my guide was getting "messy," anyway, so I decided to start over. I hit "reset" and when I went in to "Zap" to re-add the channels, I selected USA 1 and got an error. Same with USA 2 and Canada 1 and 2. "Rytec" just gives me ".." I tried uninstalling and re-intsalling, rebooting my device and rebooting Kodi. with no luck.
Here is the log from the point where I open Meld:
2019-04-26 04:13:24.809 T:14510 NOTICE: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4
2019-04-26 04:13:24.824 T:14510 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 60416 m_frames: 3776 m_frameSize: 8 channels: 2
2019-04-26 04:13:39.961 T:15023 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
2019-04-26 04:13:39.981 T:15023 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2019-04-26 04:13:52.253 T:15141 WARNING: Previous line repeats 7 times.
2019-04-26 04:13:52.254 T:15141 NOTICE: [xbmcswift2] Request for "/zap" matches rule for function "zap"
2019-04-26 04:13:52.271 T:15141 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2019-04-26 04:14:04.656 T:15146 WARNING: Previous line repeats 3 times.
2019-04-26 04:14:04.657 T:15146 NOTICE: [xbmcswift2] Request for "/zap_country/USA/1" matches rule for function "zap_country"
2019-04-26 04:14:04.692 T:15146 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
2019-04-26 04:14:05.452 T:15146 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the
following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File
"/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.xmltv.meld/main.py", line 2207, in
<module>
plugin.run()
File
"/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line
332, in run
items = self._dispatch(self.request.path)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line
306, in _dispatch
listitems = view_func(**items)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.xmltv.meld/main.py", line 1708, in
zap_country
j = json.loads(sources)
File
"/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/json/__init__.py", line
339, in loads
File
"/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/json/decoder.py",
line 364, in decode
File
"/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-21-release/lib/python2.7/json/decoder.py",
line 382, in raw_decode
ValueError: No JSON object could be decoded
-->End of Python script error report<--
2019-04-26 04:14:06.701 T:15145 ERROR: GetDirectory - Error getting plugin://plugin.program.xmltv.meld/zap_country/USA/1
2019-04-26 04:14:06.724 T:14500 ERROR:
CGUIMediaWindow::GetDirectory(plugin://plugin.program.xmltv.meld/zap_country/USA/1) failed
2019-04-26 04:14:16.395 T:14500 NOTICE: Stopping player
2019-04-26 04:14:16.396 T:14500 NOTICE: Storing total System Uptime
2019-04-26 04:14:16.398 T:14500 NOTICE: Saving settings
2019-04-26 04:14:16.420 T:14500 NOTICE: Saving skin settings
2019-04-26 04:14:16.427 T:14500 NOTICE: Stopping all
...
What should I try next?