-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Most likely due to recent changes in the NVDA alphas, you can no longer send images of NVDA objects to BasiliskLLM. In the log you get the following error:
ERROR - scriptHandler.executeScript (15:56:39.879) - MainThread (7180):
error executing script: <bound method GlobalPlugin.script_grabObject of GlobalPlugin ('globalPlugins.basiliskllm')> with gesture 'NVDA+i'
Traceback (most recent call last):
File "scriptHandler.pyc", line 300, in executeScript
File "C:\Users*\AppData\Roaming\nvda\addons\basiliskLLM\globalPlugins\basiliskllm.py", line 160, in script_grabObject
if self.checkScreenCurtain():
~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users*\AppData\Roaming\nvda\addons\basiliskLLM\globalPlugins\basiliskllm.py", line 94, in checkScreenCurtain
from visionEnhancementProviders.screenCurtain import ( # type: ignore
ScreenCurtainProvider,
)
ModuleNotFoundError: No module named 'visionEnhancementProviders.screenCurtain'