That file contains a list of specific, hardcoded genres. You don't have movies with all of those genres, for example "travel".
So PMM attempts to do a plex search for movies with genre "travel", and that search fails because you don't have any movies with that genre. That's what this line in the log means:
[ERROR] | Plex Error: genre: Travel not found
You apparently have show_options set to True, so the next line in the log shows the list of genres that you do have in Plex:
| Options: ['Action', 'Adventure', 'Animation', 'Biography', 'Comedy', 'Crime', 'Documentary', 'Drama', 'Family', 'Fantasy', 'History', 'Horror', 'Martial Arts', 'Music', 'Musical', 'Mystery', 'Romance', 'Science Fiction', 'Suspense', 'Thriller', 'War']
Any genre defined in that JJJonesJr33 file that isn't in that list will produce this same result.
Basically this is you walking into a shop and asking for all their Belgian chocolate and the staff replying "We don't have Belgian chocolate; we have French, German, and English".
You "fix the above error" in any number of ways:
- ignore it if you think you might have Travel genre movies someday.
- remove that collection definition from the file
- add some travel genre movies to the library
- Switch to the PMM default genre metadata file, which will dynamically look at your library and create collections based on what it finds rather than working from a fixed list.