The following warnings occurred:
Warning [2] Undefined array key "extra" - Line: 100 - File: inc/plugins/google_seo/url.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/url.php 100 errorHandler->error_callback
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Undefined array key "google_seo_thread" - Line: 1128 - File: inc/plugins/google_seo/url.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/url.php 1128 errorHandler->error_callback
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Undefined array key 1 - Line: 261 - File: inc/plugins/google_seo.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo.php 261 errorHandler->error_callback
/inc/plugins/google_seo/url.php 1080 google_seo_dynamic
/inc/plugins/google_seo/url.php 1128 google_seo_url_dynamic
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Undefined array key "parent" - Line: 447 - File: inc/plugins/google_seo/url.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/url.php 447 errorHandler->error_callback
/inc/plugins/google_seo/url.php 1144 google_seo_url_create
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Undefined variable $location - Line: 1250 - File: inc/plugins/google_seo/url.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/url.php 1250 errorHandler->error_callback
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 235 pluginSystem->load
/global.php 20 require_once
/showthread.php 28 require_once
Warning [2] Trying to access array offset on null - Line: 198 - File: inc/plugins/google_seo.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo.php 198 errorHandler->error_callback
/inc/plugins/google_seo/redirect.php 131 google_seo_tid
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 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
/showthread.php 28 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
/showthread.php 28 require_once



This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Problem with Torch-addon
#1
I didn't think I would have a problem because it's quite simple but... I downloaded the file "VapoursynthR65_torch_2024.03.03.7z" and when I extract it into my Vapoursynth file in the hybrid files, I have an error 7zip telling me that the specified paths are wrong and that it can't "open" it, so what am I doing wrong?

exemple errors : Can not open output file : The specified path was not found : C:\Program Files\Hybrid\64bit\Vapoursynth\Vapoursynth\Lib\site-packages\annoated_type\py.typed 

the access paths change each time but I have the same error for the 27212 files  Undecided
Reply
#2
  • You need to move the extracted tools into your Hybrid\64bit-folder not your Hybrid\64bit\Vapoursynth folder.
  • You haven't understood how Windows access control works. Smile
    The tool you use for extraction does not ask for administrative privileges and thus can't access anything below 'C:\Program Files'.
    What probably works is:
    • extract the content into a folder outside "C:\Program Files\" (for example create a tmp-folder on your Desktop and move it there)
    • move the extracted files into your 'Hybrid\64bit'-folder. Windows asks you to authorize this action. You need to authorize it and overwrite all the files.
Fair warning: Hybrid is meant for Hybrid is intended for advanced users., if you struggle with getting it running, this might not really be a tool for you.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#3
ok now ffmpeg crash  Dodgy


Attached Files Thumbnail(s)
               
Reply
#4
a. read the sticky provide proper details
b. assuming you used Vapoursynth: Does the Vapoursynth Preview work? (if there is an error message, what does it say?)
c. assuming you used Avisynth: Does the Avisynth Preview work? (if there is an error message, what does it say?)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#5
there does not seem to be any Vapoursynth error, when I launch the preview there is no crash or error message (and my graphics card launches the process correctly so...), I think this is more from ffmpeg


Attached Files Thumbnail(s)
   
Reply
#6
Okay, I assume that means that the preview does work (=properly show the filtered output).
So back to point a.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#7
ok weird the process started after that

I have no idea why it didn't work


Attached Files Thumbnail(s)
   
Reply
#8
¯\_(ツ)_/¯
What can I say, without the proper details that show what happened when the problem occurs me neither.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#9
wait, I understood I put base and not union. Union does not work, the preview returns an error:
Failed to evaluate the script:
Python exception: gmfss_fortuna: model must be 0 or 1

Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 3115, in vaporsynth._vpy_evaluate
File "src\cython\vapoursynth.pyx", line 3116, in vaporsynth._vpy_evaluate
File "C:\Users\matth\AppData\Local\Temp\tempPreviewVapoursynthFile18_17_04_874.vpy", line 40, in
clip = GMFSSfortuna(clip, model=2, sc=False) # new fps: 47.952
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsgmfss_fortuna\__init__.py", line 91, in gmfss_fortuna
raise vs.Error("gmfss_fortuna: model must be 0 or 1")
vaporsynth.Error: gmfss_fortuna: model must be 0 or 1

there is an error for model=2 it is supposed to be model=1  Huh
Reply
#10
Yes, that's a bug, not sure why that happens.
Will look into it.
-> okay, I know why it happens. (small mixup)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)