Error since version 1.0.78 #127
Labels
No labels
Dev Is Brain Dead Sometimes
Information
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
no manners
not planned
pending update
potential bug
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/tikipeter.github.io#127
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey,
Unable to get results from Fen Lite since version 1.0.78 came out, running on Windows x64.
2024-09-21 08:34:08.874 T:10212 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'Sources' object has no attribute 'hdr_filter_key'
Traceback (most recent call last):
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\fenlight.py", line 6, in
routing(sys)
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\router.py", line 23, in routing
return Sources().playback_prep(params)
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\sources.py", line 91, in playback_prep
else: return self.get_sources()
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\sources.py", line 118, in get_sources
results = self.process_results(self.orig_results)
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\sources.py", line 167, in process_results
for file_type in filter_keys: results = self._special_filter(results, file_type)
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\sources.py", line 433, in _special_filter
results = [i for i in results if all(x in i['extraInfo'] for x in (key, self.hdr_filter_key)) or not key in i['extraInfo']]
File "C:\Users\ShlomiD\AppData\Roaming\Kodi\addons\plugin.video.fenlight\resources\lib\modules\sources.py", line 433, in
results = [i for i in results if all(x in i['extraInfo'] for x in (key, self.hdr_filter_key)) or not key in i['extraInfo']]
AttributeError: 'Sources' object has no attribute 'hdr_filter_key'
-->End of Python script error report<--
LOL. Yeah, still trying to sort it out. Had to get out of bed twice now and restart my computer. Hopefully version
1.0.80will have everything fixed.Serves me right for trying to do a little re-write of some of the filtering code nice and quick before an update because the mood took me. Fucking useless sometimes. :)