I'm working on getting PMM working on my local Windows-based Plex system. I've had PMM working before, on a different system, so I'm setting it up again. However, I'm getting the following error and can't find any notes about what to do.
'CommentedMap' object has no attribute 'startswith'
The full error is as follows.
Connecting to Movies Library...
Traceback (most recent call last):
File "F:\Plex-Meta-Manager\modules\config.py", line 816, in init
if params[mass_key] and params[mass_key].startswith("mdb") and not self.Mdblist.has_key:
AttributeError: 'CommentedMap' object has no attribute 'startswith'
Traceback (most recent call last):
File "F:\Plex-Meta-Manager\plex_meta_manager.py", line 294, in start
config = ConfigFile(default_dir, attrs, secret_args)
File "F:\Plex-Meta-Manager\modules\config.py", line 816, in init
if params[mass_key] and params[mass_key].startswith("mdb") and not self.Mdblist.has_key:
AttributeError: 'CommentedMap' object has no attribute 'startswith'
'CommentedMap' object has no attribute 'startswith'