nvdajp / focusHighlight

NVDA add-on which highlights the focused location.
GNU General Public License v2.0
16 stars 2 forks source link

fix minimumNVDAVersion #11

Closed nishimotz closed 5 years ago

nishimotz commented 5 years ago

FH does not work with the latest NVDA master branch.

ERROR - addonHandler._getAvailableAddonsFromPath (09:18:30.194):
Error loading Addon from path: C:\Users\nishimotz\AppData\Roaming\nvda\addons\focusHighlight
Traceback (most recent call last):
  File "addonHandler\__init__.pyo", line 236, in _getAvailableAddonsFromPath
  File "addonHandler\addonVersionCheck.pyo", line 173, in isAddonConsideredIncompatible
  File "addonHandler\addonVersionCheck.pyo", line 176, in isAddonConsideredCompatible
  File "addonHandler\addonVersionCheck.pyo", line 135, in getAddonCompatibility
  File "addonHandler\addonVersionCheck.pyo", line 119, in _getAutoDeduducedAddonCompat
  File "addonHandler\addonVersionCheck.pyo", line 158, in hasAddonGotRequiredSupport
  File "addonHandler\__init__.pyo", line 305, in minimumNVDAVersion
  File "versionInfo.pyo", line 46, in getNVDAVersionTupleFromString
ValueError: None
nishimotz commented 5 years ago

Version 5.4 should fix this.