When deactivating and reactivating the add-on in the preference panel there is an exception:
Exception in module register(): $HOME/.config/blender/2.80/scripts/addons/MH_Community/init.py
Traceback (most recent call last):
File "$HOME/Programme/blender-2.80/2.80/scripts/modules/addon_utils.py", line 384, in enable
mod.register()
File "$HOME/.config/blender/2.80/scripts/addons/MH_Community/init.py", line 102, in register
registerKinectConstantsAndSettings()
File "$HOME/.config/blender/2.80/scripts/addons/MH_Community/kinect_sensor/kinect_ui.py", line 18, in registerKinectConstantsAndSettings
bpy.utils.register_class(MHC_UL_AnimationItems)
ValueError: register_class(...): already registered as a subclass
When deactivating and reactivating the add-on in the preference panel there is an exception: