Skip to content

Say all on Desktop raises an error #9947

@LeonarddeR

Description

@LeonarddeR

Steps to reproduce:

  1. Focus the desktop.
  2. Invoke caret say all

Actual behavior:

The following error is raised:

ERROR - scriptHandler.executeScript (15:54:57.769):
error executing script: <bound method GlobalCommands.script_sayAll of <globalCommands.GlobalCommands object at 0x05875770>> with gesture 'NVDA+a'
Traceback (most recent call last):
  File "scriptHandler.pyc", line 190, in executeScript
  File "globalCommands.pyc", line 1334, in script_sayAll
  File "sayAllHandler.pyc", line 79, in readText
  File "sayAllHandler.pyc", line 119, in nextLine
AttributeError: '_TextReader' object has no attribute 'reader'
ERROR - stderr (15:54:57.779):
Exception ignored in:
ERROR - stderr (15:54:57.790):
<function _TextReader.__del__ at 0x0462F390>
ERROR - stderr (15:54:57.803):
Traceback (most recent call last):
ERROR - stderr (15:54:57.815):
  File "sayAllHandler.pyc", line 213, in __del__
ERROR - stderr (15:54:57.827):
  File "sayAllHandler.pyc", line 206, in stop
ERROR - stderr (15:54:57.839):
AttributeError
ERROR - stderr (15:54:57.851):
:
ERROR - stderr (15:54:57.863):
'_TextReader' object has no attribute 'reader'

Expected behavior:

NO error

System configuration

NVDA installed/portable/running from source:

Installed

NVDA version:

threshold-18069

Windows version:

Windows 10 1903 build 18362.239

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugbug/regressionp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fix

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions