Someone266 / aniworld-downloader

AniWorld Down ist ein Tool, um Videos von AniWorld (ehemalig AniCloud) herunterzuladen und zu organisieren
MIT License
6 stars 0 forks source link

Update 1.1.18 js2py Bug #8

Closed palpex closed 3 months ago

palpex commented 4 months ago
  Ich habe js2py installiert und bekomme diesen error seit Update 18:

`ython3 main.py Traceback (most recent call last): File "/mnt/hdd/palpex/AniDown/main.py", line 145, in import requests as R,bs4 as w,js2py,re as g File "/usr/local/lib/python3.12/dist-packages/js2py/init.py", line 72, in from .base import PyJsException File "/usr/local/lib/python3.12/dist-packages/js2py/base.py", line 2965, in @Js ^^ File "/usr/local/lib/python3.12/dist-packages/js2py/base.py", line 165, in Js return PyJsFunction(val, FunctionPrototype) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/js2py/base.py", line 1377, in init cand = fix_js_args(func) ^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/js2py/utils/injector.py", line 27, in fix_js_args code = append_arguments(six.get_function_code(func), ('this', 'arguments')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/js2py/utils/injector.py", line 121, in append_arguments arg = name_translations[inst.arg]


KeyError: 3`

_Originally posted by @palpex in https://github.com/Someone266/aniworld-downloader/issues/3#issuecomment-2248917909_
JMcrafter26 commented 4 months ago

Verwendest du voe als Download?

palpex commented 4 months ago

Jo und sorry wegen der neuen issues hast auf das alte nicht mehr geantwortet, hab's mal gecloset

JMcrafter26 commented 4 months ago

Kein Problem. Ich habe zurzeit viel um die Ohren und kann deshalb nicht so viel Zeit in das Projekt investieren. Sollte ich Zeit haben, werde ich mir die issues ansehen und die bugs fixen.

palpex commented 3 months ago

Hab's gelöst. Mit python 3.10 und der passenden pip Version (sowie js2py für Python 3.10) startet die Datei ohne Probleme.