Getting a Mezzmo error 2.1.4.4d when launching the add-on. I can configure no problem, and it installs without error, but when launching from 'Videos' I get the error message and cannot see a list of files

2022-01-29 13:44:18.917 T:30356 INFO <general>: Mezzmo background service started.
2022-01-29 13:44:26.943 T:30356 INFO <general>: Mezzmo no servers selected yet. Cache update process skipped.
2022-01-29 13:44:27.963 T:30356 INFO <general>: Mezzmo no servers selected yet. Mezzmo sync skipped.
2022-01-29 13:44:30.134 T:31108 INFO <general>: Loading skin file: DialogAddonSettings.xml, load type: KEEP_IN_MEMORY
2022-01-29 13:45:21.159 T:31108 WARNING <general>: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2022-01-29 13:45:24.197 T:31108 INFO <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2022-01-29 13:45:24.257 T:17724 INFO <general>: initializing python engine.
2022-01-29 13:45:24.465 T:17724 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'SyntaxError'>
Error Contents: invalid syntax (generic.py, line 280)
Traceback (most recent call last):
File "C:\Users\TEST\AppData\Roaming\Kodi\addons\plugin. video.mezzmo\default.py", line 10, in <module>
import mezzmo
File "C:\Users\TEST\AppData\Roaming\Kodi\addons\plugin. video.mezzmo\resources\lib\mezzmo.py", line 23, in <module>
from generic import ghandleBrowse, gBrowse
File "C:\Users\TEST\AppData\Roaming\Kodi\addons\plugin. video.mezzmo\resources\lib\generic.py", line 280
elif int(duration_text[len(duration_text)-3:len(duration_text)]) <> 0:
^
SyntaxError: invalid syntax
-->End of Python script error report<--

2022-01-29 13:45:24.497 T:17724 INFO <general>: Python interpreter stopped
2022-01-29 13:45:24.505 T:4808 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.mezzmo/
2022-01-29 13:45:24.512 T:31108 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.mezzmo/) failed


Hope this error log helps. This is from a Kodi Windows 10 install, but I see the same behavior on my Shields.

Ian