Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mvrk69 opened this issue Nov 1, 2023 · 1 comment

Comments

@mvrk69
Copy link

mvrk69 commented Nov 1, 2023

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<--

@lekma
Copy link

lekma commented Dec 31, 2023

same (for some time now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants