The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Selur's Little Message Board
[HELP] Python Exception svp1 - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] Python Exception svp1 (/thread-1943.html)

Pages: 1 2


Python Exception svp1 - Miranda - 09.08.2021

I am seeing this error pop up:

Quote:Failed to evaluate the script:
Python exception: There is no attribute or namespace named svp1


Can this be fixed? I am on Mac OS Big Sur


RE: Python Exception svp1 - Selur - 09.08.2021

Hmm,... seems like the svp libraries are missing,..
-> will look at it after work.


Cu Selur


RE: Python Exception svp1 - Selur - 09.08.2021

look under:
/Library/Frameworks/VapourSynth.framework/lib/python3.X/site-packages/vapoursynth
iirc that should be where the dylib files lie.
does it contain:
libsvpflow1_vs64.dylib
libsvpflow2_vs64.dylib
libvapoursynth_plugin.dylib.22
libvapoursynth_plugin.dylib.30
or similar files?

Cu Selur


RE: Python Exception svp1 - Miranda - 09.08.2021

I don't see a Vapoursynth folder, only this file:

vapoursynth.so


RE: Python Exception svp1 - Selur - 09.08.2021

then the pass is wrong (don't know it for sure out of my head), somewhere under /Library/Frameworks/VapourSynth.framework/ all the libraries are located,..


RE: Python Exception svp1 - Miranda - 09.08.2021

Do I need to move some folders?

I guess I need to do some sort of diagnostics to see what is not working or installed correctly.


RE: Python Exception svp1 - Selur - 09.08.2021

No you do not need to move folders.
Since other Vapoursynth filters work, the dylib files do exist. Smile
Once I'm back from work I can fire up my Mac OS VM and check the folder path.

Cu Selur


RE: Python Exception svp1 - Selur - 09.08.2021

check
Library/Frameworks/VapourSynth.framework/lib/vapoursynth/
If the files are missing, I attached the svp files, simply extracting the files into the folder should help.

Cu Selur


RE: Python Exception svp1 - Miranda - 09.08.2021

The folder there is OK:

Library/Frameworks/VapourSynth.framework/lib/vapoursynth/

libdeblock.dylib
dotkill64.dylib
libaddgrain.dylib
libanime4kcpp.dylib
libawarpsharp2.dylib
libbifrost.dylib
libbilateral.dylib
libbm3d.dylib
libbwdif.dylib
libcas.dylib
libcnr2.dylib
libctmf.dylib
libd2vsource.dylib
libdctfilter.dylib
libdeblockpp7.dylib
libdecross.dylib
libdedot.dylib
libdegrainmedian.dylib
libdescale.dylib
libdfttest.dylib
libdpid.dylib
libEdgeFixer.dylib
libeedi2.dylib
libeedi3.dylib
libeedi3m.dylib
libf3kdb.dylib
libffms2.dylib
libfft3dfilter.dylib
libfixtelecinedfades.dylib
libfluxsmooth.dylib
libfmtconv.dylib
libhqdn3d.dylib
libimwri.dylib
libit.dylib
libknlmeanscl.dylib
liblghost.dylib
liblsmashsource.dylib
libminideen.dylib
libmiscfilters.dylib
libmorpho.dylib
libmsmoosh.dylib
libmvtools.dylib
libnnedi3.dylib
libnnedi3cl.dylib
libocr.dylib
libreadmpls.dylib
libremovegrain.dylib
libretinex.dylib
libsangnom.dylib
libscenechange.dylib
libsrmdnv.dylib
libssiq.dylib
libsubtext.dylib
libtcanny.dylib
libtdeintmod.dylib
libTempLinearApproximate.dylib
libtemporalsoften2-1.dylib
libtemporalsoften2.dylib
libtimecube.dylib
libtivtc.dylib
libtonemap.dylib
libttempsmooth.dylib
libvaguedenoiser.dylib
libvcmod.dylib
libvfrtocfr.dylib
libvinverse.dylib
libvivtc.dylib
libvsrawsource.dylib
libvsw2xnvk.dylib
libznedi3.dylib
models
models-cunet
models-upconv_7_anime_style_art_rgb
models-upconv_7_photo
nnedi3_weights.bin


RE: Python Exception svp1 - Selur - 09.08.2021

Yes, that's the correct folder.
Adding the files from the zip I attached above shoud allow to use interframe/svp.
Seems like I the installer is missing them. :/
-> will add then again for the next release.

Cu Selur