Beiträge von Poisman

    Hallo zusammen,

    mich plagt ein ähnlicher error und weiß auch nicht wirklich etwas damit anzufangen..

    ganz gleich, ob film oder serie - ein paar mal scrapen geht gut, danach eine weile nur errors, ab und an gehts wieder.. speicher läuft voll, gerät hängt sich auf..

    ich hoffe, dass mir jemand behilflich sein kann..


    KODI Nexus 20.2

    Scraper: The Movie Database Scraper 2.1.0 von Team Kodi

    Gerät: ODROID n2+ 4GB RAM

    Zentrale Datenbank auf NAS via [definition='2','1']advancedsettings[/definition].xml


    2023-12-27 15:01:21.067 T:3639 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!

    Error Type: <class 'NameError'>

    Error Contents: name 'true' is not defined

    Traceback (most recent call last):

    File "/storage/.kodi/addons/script.metadata.editor/service.py", line 22, in onNotification

    data = eval(data.replace(':true', ': True').replace(':false', ': False'))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "<string>", line 2, in <module>

    NameError: name 'true' is not defined

    -->End of Python script error report<--


    und dann diese meldung:

    2023-12-27 15:11:04.570 T:6604 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!

    Error Type: <class 'TimeoutError'>

    Error Contents: The read operation timed out

    Traceback (most recent call last):

    File "/storage/.kodi/addons/metadata.themoviedb.org.python/python/scraper.py", line 189, in <module>

    run()

    File "/storage/.kodi/addons/metadata.themoviedb.org.python/python/scraper.py", line 178, in run

    enddir = not get_details(parse_lookup_string(params["url"]), params['handle'], settings)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "/storage/.kodi/addons/metadata.themoviedb.org.python/python/scraper.py", line 113, in get_details

    imdbinfo = get_imdb_details(details['uniqueids'])

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "/storage/.kodi/addons/metadata.themoviedb.org.python/python/lib/tmdbscraper/imdbratings.py", line 39, in get_details

    votes, rating, top250 = _get_ratinginfo(imdb_id)

    ^^^^^^^^^^^^^^^^^^^^^^^^

    File "/storage/.kodi/addons/metadata.themoviedb.org.python/python/lib/tmdbscraper/imdbratings.py", line 43, in _get_ratinginfo

    response = api_utils.load_info(IMDB_RATINGS_URL.format(imdb_id), default = '', resp_type='text')

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "/storage/.kodi/addons/metadata.themoviedb.org.python/python/lib/tmdbscraper/api_utils.py", line 70, in load_info

    response = urlopen(req)

    ^^^^^^^^^^^^

    File "/usr/lib/python3.11/urllib/request.py", line 216, in urlopen

    File "/usr/lib/python3.11/urllib/request.py", line 519, in open

    File "/usr/lib/python3.11/urllib/request.py", line 536, in _open

    File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain

    File "/usr/lib/python3.11/urllib/request.py", line 1391, in https_open

    File "/usr/lib/python3.11/urllib/request.py", line 1352, in do_open

    File "/usr/lib/python3.11/http/client.py", line 1374, in getresponse

    File "/usr/lib/python3.11/http/client.py", line 318, in begin

    File "/usr/lib/python3.11/http/client.py", line 279, in _read_status

    File "/usr/lib/python3.11/socket.py", line 706, in readinto

    File "/usr/lib/python3.11/ssl.py", line 1278, in recv_into

    File "/usr/lib/python3.11/ssl.py", line 1134, in read

    TimeoutError: The read operation timed out

    -->End of Python script error report<--

    Hallo,

    mich plagt das selbe Problem und würde den fix gerne ausprobieren, aber ich kann die View_50_List.xml für den estuary skin nicht ausfindig machen :S
    weiss hier jemand evtl., wo ich diese file finde?

    DIST inkl. Version : CoreElec 19.2-Matrix_rc2HW-Plattform : Odroid N2+

    Vielen Dank im Voraus!

    Guten Tag,

    ich habe eine unschöne Darstellung der Episodenanzahl in der Serienliste.
    Zuvor wurden mir alle Episoden einer Folge wie folgt angezeigt: Bereits gesehene Episoden / Episoden Total (0/120).
    Nun werden nur noch die totalen Episoden einer Serie aufgeführt mit einem viel zu breitem Suffix "Episoden"...
    Es fehlt also nun nützliche Information und durch das Wort "Episode" ist der Bereich so unnötig groß geworden, dass man ja in der Darstellung den Titel ggf. kürzen muss.

    Bin dem Ganzen recht neu und weiss daher nicht, ob es durch den Umstieg von Leia auf Matrix geschah, es an dem TMDb-Scraper liegt (TMDb TV shows), oder gar etwas ganz anderes. Möglicherweise ist es auch so gewollt!? (wobei ich die Darstellung zuvor weitaus besser fand)..

    Ich hoffe, dass ich hier nur eine Einstellung übersehen habe, oder was falsch mache, dass ich mit Hilfe eurer Tipps wieder auf die gewohnte Darstellung zurückgreifen kann.

    Vielen Dank im Voraus für eure Hilfe!


    Grüße Poisman