nutti / Screencast-Keys

Blender Add-on: Screencast Keys
GNU General Public License v3.0
1.27k stars 112 forks source link

Screencast-Keys can't be enabeled "module 'screencast_keys.utils' has no attribute 'addon_updater'" #124

Closed IndigoWizard closed 2 years ago

IndigoWizard commented 2 years ago

System Information

Expected behavior
To install / enable the add-on without issue.

Description about the bug
I haven't used the add-on in a long while and tried to enable it; The add-on can't be enabled.

In all cases it's the same result.

Console log:


Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 386, in enable
    mod.register()
  File "C:\Users\DELL\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\screencast_keys\__init__.py", line 144, in register
    register_updater(bl_info)
  File "C:\Users\DELL\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\screencast_keys\__init__.py", line 78, in register_updater
    config = utils.addon_updater.AddonUpdaterConfig()
AttributeError: module 'screencast_keys.utils' has no attribute 'addon_updater'

Screenshots/Files [Optional]
image

nutti commented 2 years ago

Same as #64. Please see FAQ to solve this issue.