Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken script #1

Closed
mysteryx93 opened this issue Aug 11, 2022 · 2 comments
Closed

Broken script #1

mysteryx93 opened this issue Aug 11, 2022 · 2 comments

Comments

@mysteryx93
Copy link

I have this xClean script that worked fine.
https://github.com/mysteryx93/xClean...main/xClean.py

(plugins are pulled from the AUR in Linux)

Now, if I run it with chroma="nnedi3", I get this error:

Failed to evaluate the script:
Python exception: No attribute with the name get_format exists. Did you mistype a plugin namespace?
line 30, in nnedi3_resample

If I set chroma="reconstructor", I get this error:

Python exception: No attribute with the name nnedi3cl exists. Did you mistype a plugin namespace?
File "/usr/lib/python3.10/site-packages/nnedi3_resample.py", line 440, in nnedi3_dh

First error is due to this
https://github.com/vapoursynth/vapoursynth/blob/b1af67c44fc3bc3365b6ba2494207774a69df4d9/ChangeLog#L12

Second error would indicate that the plugin isn't loaded, but it is installed (from AUR) and pulling from this
https://github.com/HomeOfVapourSynth...Synth-NNEDI3CL

@hooke007 hooke007 mentioned this issue Aug 11, 2022
@mawen1250
Copy link
Member

mawen1250 commented Aug 12, 2022

  1. Solved in R60 compat #2
  2. It seems the error is about plugin loading, maybe you should check if you could directly call core.nnedi3cl.NNEDI3CL?

@mysteryx93
Copy link
Author

core.nnedi3cl.NNEDI3CL doesn't work, it seems to be an issue with the AUR package. It has the pre-compiled .so library instead of compiling it like other packages. I commented on the AUR package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants