The following warnings occurred:
Warning [2] Undefined array key 1 - Line: 313 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 313 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key 1 - Line: 314 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 314 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key "" - Line: 327 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 327 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/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.

Hybrid-rev 2021.07.18.1 Bugs
#15
Hybrid does come with it's own portable Python and Vapoursynth, but my guess is that for some reason some of the scripts Hybrid comes with are also in your autoload folder.
Hybrid does add it's own script folder to the gloal search path:
# Import scripts folder
scriptPath = 'I:/Hybrid/64bit/vsscripts'
sys.path.append(os.path.abspath(scriptPath))
and then imports it's scripts:
# Import scripts
import havsfunc
and my guess is that during this import no Hybrids but your version of the script is imported and your script lacks the parameters and modifications Hyrid uses.

Yes, that's it and if you had shared a debug output instead of some screenshots I might have seen that your script paths where the errors point to are under:
"C:\Users\..\AppData\Roamin\Python\Python39\site-packages\havsfunc.py"
not
"..Hybrid\64bit\vsfilters\havsfunc.py"

Sadly atm. Vapoursynth has no option to clear the autoload cache and thus finds your script first.

Hmm,.. now that I think about it as a workaround it might work if I modify Hybrid to use:
sys.path.insert(0,os.path.abspath(scriptPath))
instead of
sys.path.append(os.path.abspath(scriptPath))

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 12:04
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 12:13
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 12:16
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 13:15
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 13:51
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 13:56
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 15:06
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 15:11
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 15:17
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 15:27
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 15:29
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 19:27
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 19:32
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 19:34
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 19:54
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 19:48
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 12.08.2021, 20:00
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 12.08.2021, 20:05
RE: Hybrid-rev 2021.07.18.1 Bugs - by shijan - 12.08.2021, 22:34
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 13.08.2021, 04:38
RE: Hybrid-rev 2021.07.18.1 Bugs - by Selur - 13.08.2021, 20:59
RE: Hybrid-rev 2021.07.18.1 Bugs - by light - 14.08.2021, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)