While trying to add a plugin via the plugin menu, we received this error:
(navigate) C:\Users\mesoO>navigate
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\mesoO\.conda\envs\navigate\lib\tkinter\__init__.py", line 1892, in __call__
return self.func(*args)
File "C:\Users\mesoO\OneDrive\Documents\GitHub\navigate\src\navigate\controller\sub_controllers\menus.py", line 1089, in install_plugin
if plugin_name in plugins_dict:
TypeError: argument of type 'NoneType' is not iterable
While trying to add a plugin via the plugin menu, we received this error: