Closed palpex closed 3 months ago
Verwendest du voe als Download?
Jo und sorry wegen der neuen issues hast auf das alte nicht mehr geantwortet, hab's mal gecloset
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.
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.
`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]