a4k-openproject/json.openplayers

Fen 2.6.13 entries no longer working

dreamdenizen opened this issue · 0 comments

Hi there,

Been testing up and down, keep getting the following KeyError on 'title'. Seems hit or miss depending on the title.

`2022-04-19 16:06:03.834 T:664 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=movie&query=Tom Clancy's Without Remorse (2021)&year=2021&poster=http://assets.fanart.tv/fanart/movies/567189/movieposter/tom-clancys-without-remorse-608da2d28643a.jpg&title=Tom Clancy's Without Remorse&tmdb_id=567189
2022-04-19 16:06:03.834 T:664 INFO : CPythonInvoker(39, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:06:03.846 T:667 INFO : initializing python engine.
2022-04-19 16:06:04.304 T:664 WARNING : CPythonInvoker(39, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
2022-04-19 16:06:04.304 T:664 INFO : Python interpreter stopped
2022-04-19 16:06:05.098 T:667 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py", line 4, in
routing(argv[2])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/router.py", line 60, in routing
Sources().playback_prep(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 93, in playback_prep
self._search_info()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 327, in _search_info
title = self._get_search_title(self.meta)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 339, in _get_search_title
if self.language == 'en': search_title = meta['title']
KeyError: 'title'
-->End of Python script error report<--

2022-04-19 16:06:05.931 T:667 INFO : Python interpreter stopped
2022-04-19 16:06:20.395 T:32005 ERROR : Control 52 in window 10025 has been asked to focus, but it can't
2022-04-19 16:06:20.420 T:726 INFO : initializing python engine.
2022-04-19 16:06:22.266 T:726 INFO : CPythonInvoker(41, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:06:22.889 T:726 INFO : Python interpreter stopped
2022-04-19 16:06:23.525 T:741 INFO : initializing python engine.
2022-04-19 16:06:25.620 T:741 INFO : CPythonInvoker(42, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:06:26.302 T:741 INFO : Python interpreter stopped
2022-04-19 16:06:27.048 T:786 INFO : initializing python engine.
2022-04-19 16:06:27.235 T:786 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'tv', 'tmdb_id': '195258', 'season': '1', 'episode': '1'}
2022-04-19 16:06:27.272 T:786 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:06:27.920 T:786 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:06:29.194 T:786 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:06:30.206 T:786 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB tvshow FAILED!
2022-04-19 16:06:31.217 T:786 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB episode FAILED!
2022-04-19 16:06:31.218 T:786 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:06:38.918 T:786 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=episode&query=Our Great National Parks&year=2022&season=1&episode=1&ep_name=A World Of Wonder&tmdb_id=195258&premiered=2022-04-13
2022-04-19 16:06:38.919 T:786 INFO : CPythonInvoker(43, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:06:38.930 T:793 INFO : initializing python engine.
2022-04-19 16:06:39.453 T:786 INFO : Python interpreter stopped
2022-04-19 16:06:40.849 T:32005 INFO : Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/skins/Default/1080i/yes_no_progress_media.xml, load type: LOAD_ON_GUI_INIT
2022-04-19 16:06:45.687 T:32005 INFO : Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/skins/Default/1080i/sources_results.xml, load type: LOAD_ON_GUI_INIT
2022-04-19 16:06:47.194 T:793 INFO : CPythonInvoker(44, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py): script successfully run
2022-04-19 16:06:48.367 T:896 INFO : initializing python engine.
2022-04-19 16:06:49.062 T:793 INFO : Skipped 1 duplicate messages..
2022-04-19 16:06:49.062 T:793 INFO : Python interpreter stopped
2022-04-19 16:06:49.401 T:897 INFO : CPythonInvoker(46, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skinvariables/script.py): script successfully run
2022-04-19 16:06:50.077 T:897 INFO : Python interpreter stopped
2022-04-19 16:06:50.504 T:896 INFO : CPythonInvoker(45, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skinshortcuts/resources/lib/entry_point.py): script successfully run
2022-04-19 16:06:51.132 T:896 WARNING : CPythonInvoker(45, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skinshortcuts/resources/lib/entry_point.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skinshortcuts/resources/lib/entry_point.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon9xbmcaddon5AddonE
2022-04-19 16:06:51.132 T:896 INFO : Python interpreter stopped
2022-04-19 16:06:56.537 T:917 INFO : initializing python engine.
2022-04-19 16:06:56.717 T:917 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'movie', 'tmdb_id': '414906'}
2022-04-19 16:06:56.760 T:917 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:06:57.367 T:917 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:06:57.439 T:917 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:06:58.469 T:917 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB movie FAILED!
2022-04-19 16:06:58.471 T:917 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:07:02.525 T:917 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=movie&query=The Batman (2022)&year=2022&poster=http://assets.fanart.tv/fanart/movies/414906/movieposter/the-batman-616ac0017d9fa.jpg&title=The Batman&tmdb_id=414906
2022-04-19 16:07:02.526 T:917 INFO : CPythonInvoker(47, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:07:02.538 T:920 INFO : initializing python engine.
2022-04-19 16:07:02.998 T:917 WARNING : CPythonInvoker(47, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
2022-04-19 16:07:02.998 T:917 INFO : Python interpreter stopped
2022-04-19 16:07:03.972 T:32005 INFO : Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/skins/Default/1080i/yes_no_progress_media.xml, load type: LOAD_ON_GUI_INIT
2022-04-19 16:07:04.823 T:32005 INFO : Loading skin file: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/skins/Default/1080i/sources_results.xml, load type: LOAD_ON_GUI_INIT
2022-04-19 16:07:06.065 T:920 INFO : CPythonInvoker(48, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py): script successfully run
2022-04-19 16:07:09.551 T:963 INFO : initializing python engine.
2022-04-19 16:07:10.161 T:920 INFO : Python interpreter stopped
2022-04-19 16:07:10.406 T:963 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'movie', 'tmdb_id': '567189'}
2022-04-19 16:07:10.413 T:963 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:07:10.930 T:963 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:07:10.965 T:963 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:07:11.986 T:963 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB movie FAILED!
2022-04-19 16:07:11.988 T:963 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:07:16.050 T:963 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=movie&query=Tom Clancy's Without Remorse (2021)&year=2021&poster=http://assets.fanart.tv/fanart/movies/567189/movieposter/tom-clancys-without-remorse-608da2d28643a.jpg&title=Tom Clancy's Without Remorse&tmdb_id=567189
2022-04-19 16:07:16.051 T:963 INFO : CPythonInvoker(49, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:07:16.068 T:968 INFO : initializing python engine.
2022-04-19 16:07:16.520 T:963 WARNING : CPythonInvoker(49, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
2022-04-19 16:07:16.520 T:963 INFO : Python interpreter stopped
2022-04-19 16:07:17.242 T:968 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py", line 4, in
routing(argv[2])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/router.py", line 60, in routing
Sources().playback_prep(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 93, in playback_prep
self._search_info()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 327, in _search_info
title = self._get_search_title(self.meta)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 339, in _get_search_title
if self.language == 'en': search_title = meta['title']
KeyError: 'title'
-->End of Python script error report<--

2022-04-19 16:07:17.901 T:968 INFO : Python interpreter stopped
2022-04-19 16:07:44.501 T:1075 INFO : initializing python engine.
2022-04-19 16:07:44.681 T:1075 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'tv', 'tmdb_id': '68362', 'season': '3', 'episode': '1'}
2022-04-19 16:07:44.723 T:1075 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:07:45.233 T:1075 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:07:46.531 T:1075 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:07:47.542 T:1075 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB tvshow FAILED!
2022-04-19 16:07:48.547 T:1075 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB episode FAILED!
2022-04-19 16:07:48.549 T:1075 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:07:53.243 T:1075 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=episode&query=Hamilton's Pharmacopeia&year=2021&season=3&episode=1&ep_name=Synthetic Toad Venom Machine&tmdb_id=68362&premiered=2021-01-04
2022-04-19 16:07:53.243 T:1075 INFO : CPythonInvoker(51, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:07:53.255 T:1080 INFO : initializing python engine.
2022-04-19 16:07:53.774 T:1075 INFO : Python interpreter stopped
2022-04-19 16:07:54.507 T:1080 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py", line 4, in
routing(argv[2])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/router.py", line 60, in routing
Sources().playback_prep(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 93, in playback_prep
self._search_info()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 327, in _search_info
title = self._get_search_title(self.meta)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 339, in _get_search_title
if self.language == 'en': search_title = meta['title']
KeyError: 'title'
-->End of Python script error report<--

2022-04-19 16:07:55.262 T:1080 INFO : Python interpreter stopped
2022-04-19 16:07:57.748 T:1097 INFO : initializing python engine.
2022-04-19 16:07:57.931 T:1097 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'tv', 'tmdb_id': '97084', 'season': '2', 'episode': '2'}
2022-04-19 16:07:57.971 T:1097 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:07:58.543 T:1097 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:07:59.742 T:1097 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:08:00.754 T:1097 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB tvshow FAILED!
2022-04-19 16:08:01.759 T:1097 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB episode FAILED!
2022-04-19 16:08:01.761 T:1097 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:08:06.741 T:1097 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=episode&query=DAVE&year=2021&season=2&episode=2&ep_name=Antsy&tmdb_id=97084&premiered=2021-06-16
2022-04-19 16:08:06.742 T:1097 INFO : CPythonInvoker(53, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:08:06.757 T:1103 INFO : initializing python engine.
2022-04-19 16:08:07.273 T:1097 INFO : Python interpreter stopped
2022-04-19 16:08:08.170 T:1103 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py", line 4, in
routing(argv[2])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/router.py", line 60, in routing
Sources().playback_prep(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 93, in playback_prep
self._search_info()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 327, in _search_info
title = self._get_search_title(self.meta)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 339, in _get_search_title
if self.language == 'en': search_title = meta['title']
KeyError: 'title'
-->End of Python script error report<--

2022-04-19 16:08:08.891 T:1103 INFO : Python interpreter stopped
2022-04-19 16:08:14.766 T:1149 INFO : initializing python engine.
2022-04-19 16:08:14.950 T:1149 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'tv', 'tmdb_id': '46910', 'season': '8', 'episode': '49'}
2022-04-19 16:08:14.988 T:1149 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:08:15.279 T:1149 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:08:16.060 T:1149 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:08:17.081 T:1149 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB tvshow FAILED!
2022-04-19 16:08:18.089 T:1149 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB episode FAILED!
2022-04-19 16:08:18.090 T:1149 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:08:24.280 T:1149 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=episode&query=Catfish: The TV Show&year=2021&season=8&episode=49&ep_name=Diamond & Steve&tmdb_id=46910&premiered=2021-08-24
2022-04-19 16:08:24.281 T:1149 INFO : CPythonInvoker(55, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:08:24.287 T:1152 INFO : initializing python engine.
2022-04-19 16:08:24.829 T:1149 INFO : Python interpreter stopped
2022-04-19 16:08:25.526 T:1152 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py", line 4, in
routing(argv[2])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/router.py", line 60, in routing
Sources().playback_prep(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 93, in playback_prep
self._search_info()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 327, in _search_info
title = self._get_search_title(self.meta)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 339, in _get_search_title
if self.language == 'en': search_title = meta['title']
KeyError: 'title'
-->End of Python script error report<--

2022-04-19 16:08:26.174 T:1152 INFO : Python interpreter stopped
2022-04-19 16:08:29.229 T:1167 INFO : initializing python engine.
2022-04-19 16:08:29.413 T:1167 INFO : [plugin.video.themoviedb.helper]
lib.container.router - Attempting to play item
{'info': 'play', 'tmdb_type': 'tv', 'tmdb_id': '46910', 'season': '8', 'episode': '49'}
2022-04-19 16:08:29.452 T:1167 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 00 Constructing Players...
2022-04-19 16:08:29.677 T:1167 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 33 Retrieving Item Details...
2022-04-19 16:08:29.740 T:1167 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - 66 Building Player Dialog...
2022-04-19 16:08:30.758 T:1167 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB tvshow FAILED!
2022-04-19 16:08:31.770 T:1167 INFO : [plugin.video.themoviedb.helper]
Getting KodiDB episode FAILED!
2022-04-19 16:08:31.772 T:1167 INFO : [plugin.video.themoviedb.helper]
TMDbHelper - Done!
2022-04-19 16:08:35.738 T:1167 INFO : [plugin.video.themoviedb.helper]
lib.player - finished resolving path to url
plugin://plugin.video.fen/?mode=play_media&media_type=episode&query=Catfish: The TV Show&year=2021&season=8&episode=49&ep_name=Diamond & Steve&tmdb_id=46910&premiered=2021-08-24&autoplay=false
2022-04-19 16:08:35.739 T:1167 INFO : CPythonInvoker(57, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): script successfully run
2022-04-19 16:08:35.749 T:1169 INFO : initializing python engine.
2022-04-19 16:08:36.219 T:1167 WARNING : CPythonInvoker(57, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.themoviedb.helper/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
2022-04-19 16:08:36.219 T:1167 INFO : Python interpreter stopped
2022-04-19 16:08:36.918 T:1169 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/fen.py", line 4, in
routing(argv[2])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/router.py", line 60, in routing
Sources().playback_prep(params)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 93, in playback_prep
self._search_info()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 327, in _search_info
title = self._get_search_title(self.meta)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.fen/resources/lib/modules/sources.py", line 339, in _get_search_title
if self.language == 'en': search_title = meta['title']
KeyError: 'title'
-->End of Python script error report<--
`