Guest User

Untitled

a guest
Jul 2nd, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. 2024-07-02 14:28:49.200 T:1152 debug <general>: ------ Window Init (DialogBusy.xml) ------
  2. 2024-07-02 14:29:19.515 T:5452 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <class 'TypeError'>
  5. Error Contents: expected string or bytes-like object, got 'NoneType'
  6. Traceback (most recent call last):
  7. File "/storage/.kodi/addons/plugin.video.m4sport/default.py", line 198, in <module>
  8. getLive()
  9. File "/storage/.kodi/addons/plugin.video.m4sport/default.py", line 71, in getLive
  10. playlist = re.search('''['"]playlist['"]\s*:\s*(\[[^\]]+\])''', r).group(1)
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. File "/usr/lib/python3.11/re/__init__.py", line 176, in search
  13. TypeError: expected string or bytes-like object, got 'NoneType'
  14. -->End of Python script error report<--
  15.  
Advertisement
Add Comment
Please, Sign In to add comment