Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-on Store: after installation of an incompatible Add-on fails. Unable to retry installation. #17655

Closed
hwf1324 opened this issue Jan 26, 2025 · 0 comments · Fixed by #17717
Labels
Addon/management In NVDA management of addons by users. feature/addon-store Features / behavior of the add-on Store p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Milestone

Comments

@hwf1324
Copy link
Contributor

hwf1324 commented Jan 26, 2025

Steps to reproduce:

I can't find a suitable reproduction step at the moment. When the download Add-on completion check fails, retry the installation/download.

Actual behavior:

Unable to retry installation/download

"{self.name} is already pending override compatibility."

I suspect it's caused by not handling the RuntimeError that raises here?

raise RuntimeError(f"{self.name} is already pending override compatibility.")
assert self.canOverrideCompatibility

Expected behavior:

You can retry the installation/download

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

install

NVDA version:

alpha

Windows version:

Windows 11

Name and version of other software in use when reproducing the issue:

Other information about your system:

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

If NVDA add-ons are disabled, is your problem still occurring?

No

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes

@SaschaCowley SaschaCowley added Addon/management In NVDA management of addons by users. p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. feature/addon-store Features / behavior of the add-on Store labels Jan 27, 2025
@github-actions github-actions bot added this to the 2025.1 milestone Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Addon/management In NVDA management of addons by users. feature/addon-store Features / behavior of the add-on Store p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants