plugin.video.rtpplay icon indicating copy to clipboard operation
plugin.video.rtpplay copied to clipboard

Error Contents: string indices must be integers, not 'str' (name = channel["channel_name"])

Open mvrk69 opened this issue 2 years ago • 2 comments

Hi,

I started getting this error when go to Live tv:

2023-11-01 22:53:02.906 T:3364 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'TypeError'> Error Contents: string indices must be integers, not 'str' Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.rtpplay/main.py", line 10, in plugin.run() File "/storage/.kodi/addons/plugin.video.rtpplay/resources/lib/plugin.py", line 360, in run plugin.run() File "/storage/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run self._dispatch(self.path) File "/storage/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch view_func(**kwargs) File "/storage/.kodi/addons/plugin.video.rtpplay/resources/lib/plugin.py", line 113, in live name = channel["channel_name"] ~~~~~~~^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str' -->End of Python script error report<--

mvrk69 avatar Nov 01 '23 22:11 mvrk69

same (for some time now)

lekma avatar Dec 31 '23 21:12 lekma