2023-12-16, 03:19
Hi,
I also have the same problems. I have the artist slideshow working now I'm still struggling with the lyrics script. I installed the 6.6.0 version but still no success.
Here is the error:
2023-12-15 22:13:03.756 T:29325 INFO <general>: CPythonInvoker(0, /opt/Kodi19L/share/kodi/addons/inputstream.ffmpegdirect/resources/lib/runner.py): script successfully run 2023-12-15 22:13:03.792 T:29325 INFO <general>: Python interpreter stopped 2023-12-15 22:13:04.847 T:29326 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'SyntaxError'> Error Contents: future feature annotations is not defined (__init__.py, line 28) Traceback (most recent call last): File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/default.py", line 17, in <module> gui.MAIN() File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/lib/gui.py", line 12, in __init__ self.get_settings() File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/lib/gui.py", line 69, in get_settings exec ('from lib.culrcscrapers.%s import lyricsScraper as lyricsScraper_%s' % (scraper, scraper)) File "<string>", line 1, in <module> File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/lib/culrcscrapers/lyricscom/lyricsScraper.py", line 6, in <module> from bs4 import BeautifulSoup File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/__init__.py", line 37, in <module> from .builder import ( File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/builder/__init__.py", line 9, in <module> from bs4.element import ( File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/element.py", line 12, in <module> from bs4.css import CSS File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/css.py", line 5, in <module> import soupsieve File "/opt/Kodi19L/.kodi/addons/script.module.soupsieve/lib/soupsieve/__init__.py", line 28 from __future__ import annotations ^ SyntaxError: future feature annotations is not defined -->End of Python script error report<-- 2023-12-15 22:13:04.950 T:29326 INFO <general>: Python interpreter stopped 2023-12-15 22:13:09.732 T:29337 INFO <general>: initializing python engine.
What is wrong please?
Thank you kindly.
I also have the same problems. I have the artist slideshow working now I'm still struggling with the lyrics script. I installed the 6.6.0 version but still no success.
Here is the error:
2023-12-15 22:13:03.756 T:29325 INFO <general>: CPythonInvoker(0, /opt/Kodi19L/share/kodi/addons/inputstream.ffmpegdirect/resources/lib/runner.py): script successfully run 2023-12-15 22:13:03.792 T:29325 INFO <general>: Python interpreter stopped 2023-12-15 22:13:04.847 T:29326 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'SyntaxError'> Error Contents: future feature annotations is not defined (__init__.py, line 28) Traceback (most recent call last): File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/default.py", line 17, in <module> gui.MAIN() File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/lib/gui.py", line 12, in __init__ self.get_settings() File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/lib/gui.py", line 69, in get_settings exec ('from lib.culrcscrapers.%s import lyricsScraper as lyricsScraper_%s' % (scraper, scraper)) File "<string>", line 1, in <module> File "/opt/Kodi19L/.kodi/addons/script.cu.lrclyrics/lib/culrcscrapers/lyricscom/lyricsScraper.py", line 6, in <module> from bs4 import BeautifulSoup File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/__init__.py", line 37, in <module> from .builder import ( File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/builder/__init__.py", line 9, in <module> from bs4.element import ( File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/element.py", line 12, in <module> from bs4.css import CSS File "/opt/Kodi19L/.kodi/addons/script.module.beautifulsoup4/lib/bs4/css.py", line 5, in <module> import soupsieve File "/opt/Kodi19L/.kodi/addons/script.module.soupsieve/lib/soupsieve/__init__.py", line 28 from __future__ import annotations ^ SyntaxError: future feature annotations is not defined -->End of Python script error report<-- 2023-12-15 22:13:04.950 T:29326 INFO <general>: Python interpreter stopped 2023-12-15 22:13:09.732 T:29337 INFO <general>: initializing python engine.
What is wrong please?
Thank you kindly.