Skip to content

Instantly share code, notes, and snippets.

@aay-kay
Created December 23, 2023 19:05
Show Gist options
  • Save aay-kay/d3a5ec6e2c92e4314ef4a65b71af3ae4 to your computer and use it in GitHub Desktop.
Save aay-kay/d3a5ec6e2c92e4314ef4a65b71af3ae4 to your computer and use it in GitHub Desktop.
pmm: streaming error
|====================================================================================================|
| Streaming Collections Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: separator |
| |
| |
| Conditional: use_blank |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': False, 'collection_mode': 'hide', 'sort_title': '!030_!<<title>>', 'blank_collection': True, 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/stb/streaming.jpg', 'translation_key': 'separator', 'key_name': 'Streaming'} |
| |
|=========================== Validating Streaming Collections Attributes ============================|
| |
| Validating Method: key_name |
| Value: Streaming |
| |
| Validating Method: translation_key |
| Value: separator |
| Streaming Collections |
| |
| Validating Method: run_definition |
| Value: False |
| Skipped because run_definition is false |
| |
|====================================================================================================|
| Finished Streaming Collections Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| All 4 Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': [False], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/all4-movies', 'translation_key': 'streaming', 'key_name': 'All 4', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/All%204.jpg'} |
| |
|================================ Validating All 4 Movies Attributes ================================|
| |
| Validating Method: key_name |
| Value: All 4 |
| |
| Validating Method: translation_key |
| Value: streaming |
| All 4 Movies |
| |
| Looking for: All 4 Movies |
| |
| Validating Method: run_definition |
| Value: [False] |
| Skipped because run_definition is false |
| |
|====================================================================================================|
| Finished All 4 Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Apple TV+ Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/appletv-movies', 'translation_key': 'streaming', 'key_name': 'Apple TV+', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Apple%20TV%2B.jpg'} |
| |
|============================== Validating Apple TV+ Movies Attributes ==============================|
| |
| Validating Method: key_name |
| Value: Apple TV+ |
| |
| Validating Method: translation_key |
| Value: streaming |
| Apple TV+ Movies |
| |
| Looking for: Apple TV+ Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/appletv-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Apple%20TV%2B.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Apple TV+ Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| BET+ Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/bet-movies', 'translation_key': 'streaming', 'key_name': 'BET+', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/BET%2B.jpg'} |
| |
|================================ Validating BET+ Movies Attributes =================================|
| |
| Validating Method: key_name |
| Value: BET+ |
| |
| Validating Method: translation_key |
| Value: streaming |
| BET+ Movies |
| |
| Looking for: BET+ Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/bet-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/BET%2B.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished BET+ Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| BritBox Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': [False], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/britbox-movies', 'translation_key': 'streaming', 'key_name': 'BritBox', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/BritBox.jpg'} |
| |
|=============================== Validating BritBox Movies Attributes ===============================|
| |
| Validating Method: key_name |
| Value: BritBox |
| |
| Validating Method: translation_key |
| Value: streaming |
| BritBox Movies |
| |
| Looking for: BritBox Movies |
| |
| Validating Method: run_definition |
| Value: [False] |
| Skipped because run_definition is false |
| |
|====================================================================================================|
| Finished BritBox Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Crave Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': [False], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/crave-movies', 'translation_key': 'streaming', 'key_name': 'Crave', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Crave.jpg'} |
| |
|================================ Validating Crave Movies Attributes ================================|
| |
| Validating Method: key_name |
| Value: Crave |
| |
| Validating Method: translation_key |
| Value: streaming |
| Crave Movies |
| |
| Looking for: Crave Movies |
| |
| Validating Method: run_definition |
| Value: [False] |
| Skipped because run_definition is false |
| |
|====================================================================================================|
| Finished Crave Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Crunchyroll Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': ['show'], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/crunchyroll-movies', 'translation_key': 'streaming', 'key_name': 'Crunchyroll', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Crunchyroll.jpg'} |
| |
|============================= Validating Crunchyroll Movies Attributes =============================|
| |
| Validating Method: key_name |
| Value: Crunchyroll |
| |
| Validating Method: translation_key |
| Value: streaming |
| Crunchyroll Movies |
| |
| Looking for: Crunchyroll Movies |
| |
| Validating Method: run_definition |
| Value: ['show'] |
| Skipped because run_definition library_type: show doesn't match |
| |
|====================================================================================================|
| Finished Crunchyroll Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| discovery+ Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': ['show'], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/discovery-movies', 'translation_key': 'streaming', 'key_name': 'discovery+', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/discovery%2B.jpg'} |
| |
|============================= Validating discovery+ Movies Attributes ==============================|
| |
| Validating Method: key_name |
| Value: discovery+ |
| |
| Validating Method: translation_key |
| Value: streaming |
| discovery+ Movies |
| |
| Looking for: discovery+ Movies |
| |
| Validating Method: run_definition |
| Value: ['show'] |
| Skipped because run_definition library_type: show doesn't match |
| |
|====================================================================================================|
| Finished discovery+ Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Disney+ Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/disney-movies', 'translation_key': 'streaming', 'key_name': 'Disney+', 'ignore_blank_results': True, 'collection_mode': 'hide', 'visible_library': True, 'visible_home': True, 'visible_shared': True, 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Disney%2B.jpg'} |
| |
|=============================== Validating Disney+ Movies Attributes ===============================|
| |
| Validating Method: key_name |
| Value: Disney+ |
| |
| Validating Method: translation_key |
| Value: streaming |
| Disney+ Movies |
| |
| Looking for: Disney+ Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/disney-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: visible_library |
| Value: True |
| |
| Validating Method: visible_home |
| Value: True |
| |
| Validating Method: visible_shared |
| Value: True |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Disney%2B.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Disney+ Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| hayu Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': ['show', False], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/hayu-movies', 'translation_key': 'streaming', 'key_name': 'hayu', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/hayu.jpg'} |
| |
|================================ Validating hayu Movies Attributes =================================|
| |
| Validating Method: key_name |
| Value: hayu |
| |
| Validating Method: translation_key |
| Value: streaming |
| hayu Movies |
| |
| Looking for: hayu Movies |
| |
| Validating Method: run_definition |
| Value: ['show', False] |
| Skipped because run_definition library_type: show doesn't match |
| |
|====================================================================================================|
| Finished hayu Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Max Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/max-movies', 'translation_key': 'streaming', 'key_name': 'Max', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Max.jpg'} |
| |
|================================= Validating Max Movies Attributes =================================|
| |
| Validating Method: key_name |
| Value: Max |
| |
| Validating Method: translation_key |
| Value: streaming |
| Max Movies |
| |
| Looking for: Max Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/max-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Max.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Max Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Hulu Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/hulu-movies', 'translation_key': 'streaming', 'key_name': 'Hulu', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Hulu.jpg', 'sonarr_add_missing': True} |
| |
|================================ Validating Hulu Movies Attributes =================================|
| |
| Validating Method: key_name |
| Value: Hulu |
| |
| Validating Method: translation_key |
| Value: streaming |
| Hulu Movies |
| |
| Looking for: Hulu Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/hulu-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Hulu.jpg |
| |
| Validating Method: sonarr_add_missing |
| Value: True |
| Collection Error: sonarr_add_missing requires Sonarr to be configured |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Hulu Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Netflix Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/netflix-movies', 'translation_key': 'streaming', 'key_name': 'Netflix', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Netflix.jpg'} |
| |
|=============================== Validating Netflix Movies Attributes ===============================|
| |
| Validating Method: key_name |
| Value: Netflix |
| |
| Validating Method: translation_key |
| Value: streaming |
| Netflix Movies |
| |
| Looking for: Netflix Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/netflix-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Netflix.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Netflix Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| NOW Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'run_definition': [False], 'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/now-movies', 'translation_key': 'streaming', 'key_name': 'NOW', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/NOW.jpg'} |
| |
|================================= Validating NOW Movies Attributes =================================|
| |
| Validating Method: key_name |
| Value: NOW |
| |
| Validating Method: translation_key |
| Value: streaming |
| NOW Movies |
| |
| Looking for: NOW Movies |
| |
| Validating Method: run_definition |
| Value: [False] |
| Skipped because run_definition is false |
| |
|====================================================================================================|
| Finished NOW Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Paramount+ Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/paramount-movies', 'translation_key': 'streaming', 'key_name': 'Paramount+', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Paramount%2B.jpg'} |
| |
|============================= Validating Paramount+ Movies Attributes ==============================|
| |
| Validating Method: key_name |
| Value: Paramount+ |
| |
| Validating Method: translation_key |
| Value: streaming |
| Paramount+ Movies |
| |
| Looking for: Paramount+ Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/paramount-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Paramount%2B.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Paramount+ Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Peacock Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/peacock-movies', 'translation_key': 'streaming', 'key_name': 'Peacock', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Peacock.jpg'} |
| |
|=============================== Validating Peacock Movies Attributes ===============================|
| |
| Validating Method: key_name |
| Value: Peacock |
| |
| Validating Method: translation_key |
| Value: streaming |
| Peacock Movies |
| |
| Looking for: Peacock Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/peacock-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Peacock.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Peacock Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Prime Video Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/amazon-movies', 'translation_key': 'streaming', 'key_name': 'Prime Video', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Prime%20Video.jpg', 'radarr_add_missing': True} |
| |
|============================= Validating Prime Video Movies Attributes =============================|
| |
| Validating Method: key_name |
| Value: Prime Video |
| |
| Validating Method: translation_key |
| Value: streaming |
| Prime Video Movies |
| |
| Looking for: Prime Video Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/amazon-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Prime%20Video.jpg |
| |
| Validating Method: radarr_add_missing |
| Value: True |
| Collection Error: radarr_add_missing requires Radarr to be configured |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Prime Video Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
|====================================================================================================|
| Showtime Movies Collection in Movies |
|====================================================================================================|
| |
|================================ Building Definition From Templates ================================|
| |
| Templates Called: mdb_streaming, shared, arr |
| |
| |
| Conditional: url_part |
| |
| Conditional: allowed_streaming |
| |
| Conditional: watch_region |
| |
| Conditional: name_<<key>> |
| |
| Conditional: summary_<<key>> |
|==================================== Final Template Attributes =====================================|
| |
| {'cache_builders': 1, 'smart_label': 'random', 'sync_mode': 'sync', 'mdblist_list': 'https://mdblist.com/lists/plexmetamanager/showtime-movies', 'translation_key': 'streaming', 'key_name': 'Showtime', 'ignore_blank_results': True, 'collection_mode': 'hide', 'sort_title': '!030_<<title>>', 'url_poster': 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Showtime.jpg'} |
| |
|============================== Validating Showtime Movies Attributes ===============================|
| |
| Validating Method: key_name |
| Value: Showtime |
| |
| Validating Method: translation_key |
| Value: streaming |
| Showtime Movies |
| |
| Looking for: Showtime Movies |
| |
| Validating Method: ignore_blank_results |
| Value: True |
| |
| Validating Method: smart_label |
| Value: random |
| |
| Validating Method: sync_mode |
| Value: sync |
| |
| Validating Method: cache_builders |
| Value: 1 |
| |
| Validating Method: mdblist_list |
| Value: https://mdblist.com/lists/plexmetamanager/showtime-movies |
| |
| Validating Method: collection_mode |
| Value: hide |
| |
| Validating Method: sort_title |
| Value: !030_<<title>> |
| |
| Validating Method: url_poster |
| Value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/Showtime.jpg |
| |
| Validating Method: append_label |
| Value: Streaming |
| Traceback (most recent call last): |
| File "C:\Users\akalr\Plex-Meta-Manager\plex_meta_manager.py", line 677, in run_collection |
| builder = CollectionBuilder(config, metadata, mapping_name, collection_attrs, library=library, extra=output_str) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\builder.py", line 1126, in __init__ |
| self.beginning_count = len(self.library.fetchItems(check_url)) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 56, in wrapped_f |
| return Retrying(*dargs, **dkw).call(f, *args, **kw) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 257, in call |
| return attempt.get(self._wrap_exception) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 301, in get |
| six.reraise(self.value[0], self.value[1], self.value[2]) |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\six.py", line 719, in reraise |
| raise value |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\retrying.py", line 251, in call |
| attempt = Attempt(fn(*args, **kwargs), attempt_number, False) |
| ^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\modules\plex.py", line 566, in fetchItems |
| return self.Plex.fetchItems(f"/library/sections/{self.Plex.key}/all{uri_args}") |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\base.py", line 255, in fetchItems |
| data = self._server.query(ekey, headers=headers) |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| File "C:\Users\akalr\Plex-Meta-Manager\pmm-venv\Lib\site-packages\plexapi\server.py", line 760, in query |
| raise NotFound(message) |
| plexapi.exceptions.NotFound: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
| Unknown Error: (404) not_found; (redacted)/library/sections/7/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html> |
| |
|====================================================================================================|
| Finished Showtime Movies Collection |
| Collection Run Time: 0:00:00 |
|====================================================================================================|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment