Another unfussy-helper error: after
updating to latest Kodi19-version from github after the last fix
Code:
2021-03-02 19:11:10.410 T:7124 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/storage/.kodi/addons/script.unfussy.helper/plugin.py", line 54, in <module>
Main()
File "/storage/.kodi/addons/script.unfussy.helper/plugin.py", line 17, in __init__
self.LoadInfos()
File "/storage/.kodi/addons/script.unfussy.helper/plugin.py", line 22, in LoadInfos
pc.fetchNextEpisodes()
File "/storage/.kodi/addons/script.unfussy.helper/resources/lib/plugin_content.py", line 22, in fetchNextEpisodes
last_played_episode = self.getLastPlayedEpisode(tvshowid)
File "/storage/.kodi/addons/script.unfussy.helper/resources/lib/plugin_content.py", line 122, in getLastPlayedEpisode
return last_played[0]
IndexError: list index out of range
-->End of Python script error report<--
If you need a debug-log, please let me know. I was playing aroung with "mark watched/unwatched" for Episodes, because of Episode-thumbs for a PR
Some FR:
- make addon sideblade menu "Estuary-equal": add "search for updates" and "Filter"
- Playercontrol-buttons: move "Stop" button more to the left or make it "default".
Atm you have to go 6 times to the right if you want to stop playing. Or move "back" button to the middle
Btw: I have no Stop-button on my remote.
Bug-Report:
- Playercontrol-buttons: Settings --> Change audio language: there is a arrow shown over the language, which shouldn't be there.
- add "OverlaySpoiler.png" from Estuary for missing ListItem.Art(thumb) and missing Fanart.
- The redord button in PVR-Info from ChannelList shows "Aufnehmen ()" in eng: "Record ()". Please remove the ()
Edit: 1st PR added for Views