You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error, have installed all requirements, same error when using python3.
user@test:/opt/plex_dynamic_library$ sudo python plexlibrary movies_trending
Running the recipe 'movies_trending'
Retrieving the trakt list: https://api.trakt.tv/movies/trending?limit=2
Retrieving the trakt list: https://api.trakt.tv/movies/watched/weekly?limit=100
Retrieving the trakt list: https://api.trakt.tv/movies/trending?limit=50
Retrieving the trakt list: https://api.trakt.tv/movies/watched/monthly?limit=150
Retrieving the trakt list: https://api.trakt.tv/movies/watched/yearly?limit=500
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/opt/plex_dynamic_library/plexlibrary/main.py", line 3, in
main()
File "plexlibrary/plexlibrary.py", line 61, in main
r.run(args.sort_only)
File "plexlibrary/recipe.py", line 696, in run
missing_items, list_count = self._run()
File "plexlibrary/recipe.py", line 91, in _run
if self.recipe['weighted_sorting']['enabled']:
File "plexlibrary/utils.py", line 30, in getitem
return self.data[k]
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/comments.py", line 753, in getitem
return ordereddict.getitem(self, key)
KeyError: 'weighted_sorting'
user@test:/opt/plex_dynamic_library$
The text was updated successfully, but these errors were encountered:
Getting this error, have installed all requirements, same error when using python3.
user@test:/opt/plex_dynamic_library$ sudo python plexlibrary movies_trending
Running the recipe 'movies_trending'
Retrieving the trakt list: https://api.trakt.tv/movies/trending?limit=2
Retrieving the trakt list: https://api.trakt.tv/movies/watched/weekly?limit=100
Retrieving the trakt list: https://api.trakt.tv/movies/trending?limit=50
Retrieving the trakt list: https://api.trakt.tv/movies/watched/monthly?limit=150
Retrieving the trakt list: https://api.trakt.tv/movies/watched/yearly?limit=500
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/opt/plex_dynamic_library/plexlibrary/main.py", line 3, in
main()
File "plexlibrary/plexlibrary.py", line 61, in main
r.run(args.sort_only)
File "plexlibrary/recipe.py", line 696, in run
missing_items, list_count = self._run()
File "plexlibrary/recipe.py", line 91, in _run
if self.recipe['weighted_sorting']['enabled']:
File "plexlibrary/utils.py", line 30, in getitem
return self.data[k]
File "/usr/local/lib/python2.7/dist-packages/ruamel/yaml/comments.py", line 753, in getitem
return ordereddict.getitem(self, key)
KeyError: 'weighted_sorting'
user@test:/opt/plex_dynamic_library$
The text was updated successfully, but these errors were encountered: