Skip to content

Bug: Can't send images from NVDA #968

@blindpk

Description

@blindpk

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions