Closed Cookiemonster75 closed 2 months ago
Thanks for giving it a shot!
I'll work on this but in the meantime wondering - can you add a TMDB API key to your settings? I suspect that we aren't catching if someone doesn't have an API key added. This is used during scraping to estimate bitrate.
It's definitely very good. I love the scrape tester to refine things. I have a tmdb API key in the settings. I think it is in twice. In required settings and content I think. I will double check that. Thanks. Sorry it's only in additional settings.
was able to reproduce the same error with the same show
Have pushed a fix - please verify if it worked. I believe the initial error is related - once confirmed fixed will close.
I am testing now. Had to remove some of those episodes from the wanted queue. I think you can close this now. I have one question though, does collected mean it collects from plex library-ie,Zurg or does it also pull in the watchlist as pd used to do? Thanks again
I am getting this error/feature now -
24-08-22 18:38:39,102 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:38:39,118 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:38:40,631 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 18:38:50,586 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:38:50,600 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:38:51,966 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 18:39:02,876 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:39:02,893 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:39:04,657 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 18:39:14,764 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:39:14,777 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:39:16,093 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper'
I am testing now. Had to remove some of those episodes from the wanted queue. I think you can close this now. I have one question though, does collected mean it collects from plex library-ie,Zurg or does it also pull in the watchlist as pd used to do? Thanks again
Not yet - on the road map. Currently we collect only from the Plex Library, and will plan to add the Plex Watchlist as a content source in the near future. In the meantime Overseerr can sync the Plex Watchlist into Wanted items, which would then be requested through cli_debrid's main process.
I am getting this error/feature now -
24-08-22 18:38:39,102 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:38:39,118 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:38:40,631 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 18:38:50,586 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:38:50,600 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:38:51,966 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 18:39:02,876 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:39:02,893 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:39:04,657 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 18:39:14,764 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 18:39:14,777 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 18:39:16,093 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper'
Pushed another fix - noticed that uncached management status wasn't saving properly - not sure if that's the issue. Do you have Debug logs enabled? If not could you enable and share?
I will try that now and share them. Thanks again.
Here are the some logs, still getting the error-
2024-08-22 21:08:53,381 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 21:08:53,392 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process scraping queue 2024-08-22 21:08:53,398 - scraping_queue.py:process:27 - DEBUG - Processing scraping queue. Items: 0 2024-08-22 21:08:53,402 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 21:08:53,440 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process adding queue 2024-08-22 21:08:53,457 - adding_queue.py:process:39 - DEBUG - Processing adding queue 2024-08-22 21:08:53,696 - adding_queue.py:process:45 - DEBUG - Processing item: movie_Gunner_tt12598606_Default 2024-08-22 21:08:53,737 - adding_queue.py:process_none_mode:112 - DEBUG - Processing none mode for item: movie_Gunner_tt12598606_Default 2024-08-22 21:08:55,014 - real_debrid.py:is_cached_on_rd:180 - DEBUG - Checking availability for hash: ebd51c5998c61cae6389a25bc67904f35c509318 2024-08-22 21:08:55,048 - real_debrid.py:is_cached_on_rd:196 - DEBUG - Cache status: {'ebd51c5998c61cae6389a25bc67904f35c509318': True} 2024-08-22 21:08:55,077 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 21:08:56,115 - queue_manager.py:update_all_queues:36 - DEBUG - Updating all queues 2024-08-22 21:09:00,387 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process wanted queue
It seems to be stuck maybe? -
2024-08-22 21:10:02,462 - scraping_queue.py:process:27 - DEBUG - Processing scraping queue. Items: 0 2024-08-22 21:10:02,468 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 21:10:02,487 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process adding queue 2024-08-22 21:10:02,495 - adding_queue.py:process:39 - DEBUG - Processing adding queue 2024-08-22 21:10:02,806 - adding_queue.py:process:45 - DEBUG - Processing item: movie_Gunner_tt12598606_Default 2024-08-22 21:10:02,928 - adding_queue.py:process_none_mode:112 - DEBUG - Processing none mode for item: movie_Gunner_tt12598606_Default 2024-08-22 21:10:04,119 - real_debrid.py:is_cached_on_rd:180 - DEBUG - Checking availability for hash: ebd51c5998c61cae6389a25bc67904f35c509318 2024-08-22 21:10:04,126 - real_debrid.py:is_cached_on_rd:196 - DEBUG - Cache status: {'ebd51c5998c61cae6389a25bc67904f35c509318': True} 2024-08-22 21:10:04,132 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 21:10:05,150 - queue_manager.py:update_all_queues:36 - DEBUG - Updating all queues 2024-08-22 21:10:09,119 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process wanted queue 2024-08-22 21:10:09,130 - wanted_queue.py:process:25 - DEBUG - Processing wanted queue 2024-08-22 21:10:09,224 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,232 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E02_Default, Release date: 2020-11-06, Current date: 2024-08-22 2024-08-22 21:10:09,260 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:09,271 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:09,313 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,320 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E03_Default, Release date: 2020-11-13, Current date: 2024-08-22 2024-08-22 21:10:09,358 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:09,362 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:09,392 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,397 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E04_Default, Release date: 2020-11-13, Current date: 2024-08-22 2024-08-22 21:10:09,452 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:09,471 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:09,540 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,546 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E05_Default, Release date: 2020-11-20, Current date: 2024-08-22 2024-08-22 21:10:09,607 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:09,616 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:09,663 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,676 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E06_Default, Release date: 2020-11-20, Current date: 2024-08-22 2024-08-22 21:10:09,757 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:09,766 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:09,816 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,829 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E07_Default, Release date: 2020-11-27, Current date: 2024-08-22 2024-08-22 21:10:09,880 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:09,887 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:09,936 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:09,958 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E08_Default, Release date: 2020-11-27, Current date: 2024-08-22 2024-08-22 21:10:10,000 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,011 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,045 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E09_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,051 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E09_Default, Release date: 2020-12-04, Current date: 2024-08-22 2024-08-22 21:10:10,087 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,098 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E09_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,174 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E10_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,233 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E10_Default, Release date: 2020-12-04, Current date: 2024-08-22 2024-08-22 21:10:10,321 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,339 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E10_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,388 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,406 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E02_Default, Release date: 2022-10-21, Current date: 2024-08-22 2024-08-22 21:10:10,507 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,511 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S02E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,580 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,589 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E04_Default, Release date: 2022-10-28, Current date: 2024-08-22 2024-08-22 21:10:10,645 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,653 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S02E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,691 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,700 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E05_Default, Release date: 2022-11-04, Current date: 2024-08-22 2024-08-22 21:10:10,744 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,749 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S02E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,787 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,796 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E06_Default, Release date: 2022-11-04, Current date: 2024-08-22 2024-08-22 21:10:10,883 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:10,894 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S02E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:10,960 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:10,970 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E07_Default, Release date: 2022-11-11, Current date: 2024-08-22 2024-08-22 21:10:11,024 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,040 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S02E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:11,093 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:11,101 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E08_Default, Release date: 2022-11-11, Current date: 2024-08-22 2024-08-22 21:10:11,149 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,154 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S02E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:11,189 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Gold Rush_tt1800864_S06E24_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:11,207 - wanted_queue.py:process:69 - DEBUG - Item: episode_Gold Rush_tt1800864_S06E24_Default, Release date: 2016-04-01, Current date: 2024-08-22 2024-08-22 21:10:11,303 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,313 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Gold Rush_tt1800864_S06E24_Default. Keeping in Wanted queue. 2024-08-22 21:10:11,401 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:11,409 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E02_Default, Release date: 2006-07-13, Current date: 2024-08-22 2024-08-22 21:10:11,456 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,495 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:11,552 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:11,557 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E03_Default, Release date: 2006-07-20, Current date: 2024-08-22 2024-08-22 21:10:11,596 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,600 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:11,640 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:11,651 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E04_Default, Release date: 2006-07-27, Current date: 2024-08-22 2024-08-22 21:10:11,701 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,714 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:11,784 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:11,812 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E05_Default, Release date: 2006-08-03, Current date: 2024-08-22 2024-08-22 21:10:11,880 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:11,898 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,052 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,067 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E06_Default, Release date: 2006-08-10, Current date: 2024-08-22 2024-08-22 21:10:12,170 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:12,186 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,241 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,250 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E07_Default, Release date: 2006-08-17, Current date: 2024-08-22 2024-08-22 21:10:12,307 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:12,312 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,352 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S02E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,365 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S02E08_Default, Release date: 2006-08-24, Current date: 2024-08-22 2024-08-22 21:10:12,403 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:12,409 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S02E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,445 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,455 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E02_Default, Release date: 2007-09-13, Current date: 2024-08-22 2024-08-22 21:10:12,492 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:12,516 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,676 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,688 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E03_Default, Release date: 2007-09-27, Current date: 2024-08-22 2024-08-22 21:10:12,744 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:12,755 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,805 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,812 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E04_Default, Release date: 2007-10-11, Current date: 2024-08-22 2024-08-22 21:10:12,870 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:12,885 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:12,967 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:12,972 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E05_Default, Release date: 2007-10-18, Current date: 2024-08-22 2024-08-22 21:10:13,027 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,034 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,076 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,083 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E06_Default, Release date: 2007-10-27, Current date: 2024-08-22 2024-08-22 21:10:13,119 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,182 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,270 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,283 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E07_Default, Release date: 2007-11-15, Current date: 2024-08-22 2024-08-22 21:10:13,329 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,344 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,385 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,392 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E08_Default, Release date: 2007-11-22, Current date: 2024-08-22 2024-08-22 21:10:13,438 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,449 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,497 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E09_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,502 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E09_Default, Release date: 2007-12-13, Current date: 2024-08-22 2024-08-22 21:10:13,560 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,568 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E09_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,649 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S03E10_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,662 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S03E10_Default, Release date: 2007-12-27, Current date: 2024-08-22 2024-08-22 21:10:13,736 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,746 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S03E10_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,789 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S04E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,816 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S04E02_Default, Release date: 2008-07-17, Current date: 2024-08-22 2024-08-22 21:10:13,917 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:13,922 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S04E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:13,975 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S04E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:13,984 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S04E03_Default, Release date: 2008-07-24, Current date: 2024-08-22 2024-08-22 21:10:14,058 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,064 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S04E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,111 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S04E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,118 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S04E04_Default, Release date: 2008-07-31, Current date: 2024-08-22 2024-08-22 21:10:14,180 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,185 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S04E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,221 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S04E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,233 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S04E05_Default, Release date: 2008-08-07, Current date: 2024-08-22 2024-08-22 21:10:14,298 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,302 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S04E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,344 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S04E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,349 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S04E06_Default, Release date: 2008-08-14, Current date: 2024-08-22 2024-08-22 21:10:14,385 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,393 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S04E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,446 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,454 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E02_Default, Release date: 2009-07-13, Current date: 2024-08-22 2024-08-22 21:10:14,536 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,549 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,606 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,613 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E03_Default, Release date: 2009-07-20, Current date: 2024-08-22 2024-08-22 21:10:14,723 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,732 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,788 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,796 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E04_Default, Release date: 2009-07-27, Current date: 2024-08-22 2024-08-22 21:10:14,859 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,863 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:14,912 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:14,924 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E05_Default, Release date: 2009-08-03, Current date: 2024-08-22 2024-08-22 21:10:14,984 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:14,993 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,043 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,049 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E06_Default, Release date: 2009-08-10, Current date: 2024-08-22 2024-08-22 21:10:15,087 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,098 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,167 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,177 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E07_Default, Release date: 2009-08-17, Current date: 2024-08-22 2024-08-22 21:10:15,227 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,237 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,317 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S05E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,323 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S05E08_Default, Release date: 2009-08-24, Current date: 2024-08-22 2024-08-22 21:10:15,383 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,388 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S05E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,434 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S06E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,439 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S06E02_Default, Release date: 2010-07-29, Current date: 2024-08-22 2024-08-22 21:10:15,486 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,492 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S06E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,528 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S06E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,539 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S06E03_Default, Release date: 2010-08-05, Current date: 2024-08-22 2024-08-22 21:10:15,611 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,634 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S06E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,731 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S06E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,741 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S06E04_Default, Release date: 2010-08-12, Current date: 2024-08-22 2024-08-22 21:10:15,798 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,807 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S06E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:15,902 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S06E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:15,911 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S06E05_Default, Release date: 2010-08-19, Current date: 2024-08-22 2024-08-22 21:10:15,963 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:15,978 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S06E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:16,020 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S06E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:16,025 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S06E06_Default, Release date: 2010-08-26, Current date: 2024-08-22 2024-08-22 21:10:16,057 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:16,062 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S06E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:16,101 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:16,108 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E02_Default, Release date: 2011-04-25, Current date: 2024-08-22 2024-08-22 21:10:16,154 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:16,169 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:16,214 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:16,257 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E03_Default, Release date: 2011-05-02, Current date: 2024-08-22 2024-08-22 21:10:16,328 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:16,337 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:16,418 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:16,425 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E04_Default, Release date: 2011-05-09, Current date: 2024-08-22 2024-08-22 21:10:16,479 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:16,487 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:16,521 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:16,532 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E05_Default, Release date: 2011-05-16, Current date: 2024-08-22 2024-08-22 21:10:16,570 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:16,598 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:16,768 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:16,778 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E06_Default, Release date: 2011-05-23, Current date: 2024-08-22 2024-08-22 21:10:16,955 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:16,967 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:17,130 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:17,156 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E07_Default, Release date: 2011-05-30, Current date: 2024-08-22 2024-08-22 21:10:17,227 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:17,235 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:17,307 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S07E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:17,315 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S07E08_Default, Release date: 2011-06-06, Current date: 2024-08-22 2024-08-22 21:10:17,368 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:17,379 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S07E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:17,422 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:17,440 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E02_Default, Release date: 2011-10-10, Current date: 2024-08-22 2024-08-22 21:10:17,489 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:17,500 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:17,544 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:17,565 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E03_Default, Release date: 2011-10-17, Current date: 2024-08-22 2024-08-22 21:10:17,692 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:17,708 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:17,774 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:17,783 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E04_Default, Release date: 2011-10-24, Current date: 2024-08-22 2024-08-22 21:10:17,828 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:17,851 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:17,908 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:17,922 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E05_Default, Release date: 2011-10-31, Current date: 2024-08-22 2024-08-22 21:10:17,974 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:17,990 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,048 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,089 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E06_Default, Release date: 2011-11-07, Current date: 2024-08-22 2024-08-22 21:10:18,202 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:18,208 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,256 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,329 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E07_Default, Release date: 2011-11-14, Current date: 2024-08-22 2024-08-22 21:10:18,392 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:18,401 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,482 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S08E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,494 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S08E08_Default, Release date: 2011-11-21, Current date: 2024-08-22 2024-08-22 21:10:18,564 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:18,569 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S08E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,591 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,600 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E02_Default, Release date: 2012-07-12, Current date: 2024-08-22 2024-08-22 21:10:18,625 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:18,634 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,669 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,680 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E03_Default, Release date: 2012-07-19, Current date: 2024-08-22 2024-08-22 21:10:18,720 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:18,725 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,820 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,833 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E04_Default, Release date: 2012-07-26, Current date: 2024-08-22 2024-08-22 21:10:18,909 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:18,917 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:18,981 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:18,993 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E05_Default, Release date: 2012-08-02, Current date: 2024-08-22 2024-08-22 21:10:19,066 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,074 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,117 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,125 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E06_Default, Release date: 2012-08-09, Current date: 2024-08-22 2024-08-22 21:10:19,198 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,207 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,266 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,275 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E07_Default, Release date: 2012-08-16, Current date: 2024-08-22 2024-08-22 21:10:19,301 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,308 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,355 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,365 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E08_Default, Release date: 2012-08-23, Current date: 2024-08-22 2024-08-22 21:10:19,403 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,414 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,459 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E09_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,469 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E09_Default, Release date: 2012-08-30, Current date: 2024-08-22 2024-08-22 21:10:19,543 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,553 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E09_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,650 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S09E10_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,664 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S09E10_Default, Release date: 2012-09-06, Current date: 2024-08-22 2024-08-22 21:10:19,722 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,728 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S09E10_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,775 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S10E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,797 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S10E03_Default, Release date: 2014-02-20, Current date: 2024-08-22 2024-08-22 21:10:19,890 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:19,899 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S10E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:19,957 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S10E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:19,976 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S10E04_Default, Release date: 2014-02-27, Current date: 2024-08-22 2024-08-22 21:10:20,019 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,024 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S10E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,057 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S10E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,064 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S10E05_Default, Release date: 2014-03-06, Current date: 2024-08-22 2024-08-22 21:10:20,089 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,102 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S10E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,133 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S10E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,141 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S10E06_Default, Release date: 2014-03-13, Current date: 2024-08-22 2024-08-22 21:10:20,223 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,232 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S10E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,293 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S10E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,298 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S10E07_Default, Release date: 2014-03-20, Current date: 2024-08-22 2024-08-22 21:10:20,369 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,378 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S10E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,425 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S10E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,434 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S10E08_Default, Release date: 2014-03-27, Current date: 2024-08-22 2024-08-22 21:10:20,467 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,473 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S10E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,525 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,533 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E02_Default, Release date: 2015-04-16, Current date: 2024-08-22 2024-08-22 21:10:20,596 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,602 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,644 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,656 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E03_Default, Release date: 2015-04-23, Current date: 2024-08-22 2024-08-22 21:10:20,705 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,719 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,753 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,759 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E04_Default, Release date: 2015-04-30, Current date: 2024-08-22 2024-08-22 21:10:20,800 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,806 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,837 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,843 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E05_Default, Release date: 2015-05-07, Current date: 2024-08-22 2024-08-22 21:10:20,879 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,883 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:20,926 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:20,936 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E06_Default, Release date: 2015-05-14, Current date: 2024-08-22 2024-08-22 21:10:20,969 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:20,974 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,073 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,080 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E07_Default, Release date: 2015-05-21, Current date: 2024-08-22 2024-08-22 21:10:21,152 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,166 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,231 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S11E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,243 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S11E08_Default, Release date: 2015-05-28, Current date: 2024-08-22 2024-08-22 21:10:21,284 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,291 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S11E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,372 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,381 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E02_Default, Release date: 2016-06-08, Current date: 2024-08-22 2024-08-22 21:10:21,426 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,434 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,469 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,473 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E03_Default, Release date: 2016-06-15, Current date: 2024-08-22 2024-08-22 21:10:21,514 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,552 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,596 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,604 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E04_Default, Release date: 2016-06-22, Current date: 2024-08-22 2024-08-22 21:10:21,647 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,654 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,712 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,726 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E05_Default, Release date: 2016-06-29, Current date: 2024-08-22 2024-08-22 21:10:21,798 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,806 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,852 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,857 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E06_Default, Release date: 2016-07-06, Current date: 2024-08-22 2024-08-22 21:10:21,905 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:21,910 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:21,961 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:21,967 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E07_Default, Release date: 2016-07-13, Current date: 2024-08-22 2024-08-22 21:10:22,041 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,056 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,191 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S12E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,208 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S12E08_Default, Release date: 2016-07-20, Current date: 2024-08-22 2024-08-22 21:10:22,253 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,259 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S12E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,322 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S13E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,328 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S13E02_Default, Release date: 2017-07-04, Current date: 2024-08-22 2024-08-22 21:10:22,406 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,418 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S13E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,468 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S13E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,474 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S13E03_Default, Release date: 2017-07-11, Current date: 2024-08-22 2024-08-22 21:10:22,522 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,531 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S13E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,578 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S13E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,585 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S13E04_Default, Release date: 2017-07-18, Current date: 2024-08-22 2024-08-22 21:10:22,622 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,625 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S13E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,650 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S13E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,654 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S13E05_Default, Release date: 2017-07-25, Current date: 2024-08-22 2024-08-22 21:10:22,682 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,688 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S13E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,780 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S14E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,792 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S14E02_Default, Release date: 2018-06-12, Current date: 2024-08-22 2024-08-22 21:10:22,868 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:22,882 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S14E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:22,972 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S14E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:22,986 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S14E03_Default, Release date: 2018-06-19, Current date: 2024-08-22 2024-08-22 21:10:23,040 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,049 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S14E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,132 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S14E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,144 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S14E04_Default, Release date: 2018-06-26, Current date: 2024-08-22 2024-08-22 21:10:23,247 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,259 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S14E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,334 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S14E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,340 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S14E05_Default, Release date: 2018-07-03, Current date: 2024-08-22 2024-08-22 21:10:23,385 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,391 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S14E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,441 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S14E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,450 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S14E06_Default, Release date: 2018-07-10, Current date: 2024-08-22 2024-08-22 21:10:23,509 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,523 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S14E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,569 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S14E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,583 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S14E07_Default, Release date: 2018-07-17, Current date: 2024-08-22 2024-08-22 21:10:23,627 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,635 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S14E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,682 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,691 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E02_Default, Release date: 2019-06-13, Current date: 2024-08-22 2024-08-22 21:10:23,744 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,751 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,873 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,881 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E03_Default, Release date: 2019-06-20, Current date: 2024-08-22 2024-08-22 21:10:23,927 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:23,933 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:23,974 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:23,981 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E04_Default, Release date: 2019-06-27, Current date: 2024-08-22 2024-08-22 21:10:24,018 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:24,022 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:24,099 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:24,105 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E05_Default, Release date: 2019-07-04, Current date: 2024-08-22 2024-08-22 21:10:24,136 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:24,142 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:24,184 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:24,207 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E06_Default, Release date: 2019-07-11, Current date: 2024-08-22 2024-08-22 21:10:24,332 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:24,360 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:24,433 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:24,440 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E07_Default, Release date: 2019-07-18, Current date: 2024-08-22 2024-08-22 21:10:24,487 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:24,491 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:24,539 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S15E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:24,548 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S15E08_Default, Release date: 2019-12-10, Current date: 2024-08-22 2024-08-22 21:10:24,609 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:24,658 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S15E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:24,761 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:24,771 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E02_Default, Release date: 2021-06-17, Current date: 2024-08-22 2024-08-22 21:10:24,870 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:24,893 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:24,978 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:24,987 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E03_Default, Release date: 2021-06-24, Current date: 2024-08-22 2024-08-22 21:10:25,039 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:25,051 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:25,147 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:25,216 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E04_Default, Release date: 2021-07-01, Current date: 2024-08-22 2024-08-22 21:10:25,328 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:25,342 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:25,409 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:25,423 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E05_Default, Release date: 2021-07-08, Current date: 2024-08-22 2024-08-22 21:10:25,506 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:25,514 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:25,556 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:25,567 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E06_Default, Release date: 2021-07-22, Current date: 2024-08-22 2024-08-22 21:10:25,622 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:25,632 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:25,756 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:25,772 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E07_Default, Release date: 2021-07-29, Current date: 2024-08-22 2024-08-22 21:10:25,843 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:25,849 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:25,908 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S16E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:25,919 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S16E08_Default, Release date: 2021-08-05, Current date: 2024-08-22 2024-08-22 21:10:25,974 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:25,984 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S16E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,094 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,101 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E02_Default, Release date: 2022-06-23, Current date: 2024-08-22 2024-08-22 21:10:26,161 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,174 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,243 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,261 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E03_Default, Release date: 2022-06-30, Current date: 2024-08-22 2024-08-22 21:10:26,312 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,324 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,405 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,412 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E04_Default, Release date: 2022-07-07, Current date: 2024-08-22 2024-08-22 21:10:26,479 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,489 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,568 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,576 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E05_Default, Release date: 2022-07-14, Current date: 2024-08-22 2024-08-22 21:10:26,633 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,647 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,705 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,718 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E06_Default, Release date: 2022-07-28, Current date: 2024-08-22 2024-08-22 21:10:26,754 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,760 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,798 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,811 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E07_Default, Release date: 2022-08-04, Current date: 2024-08-22 2024-08-22 21:10:26,838 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,844 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:26,872 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S17E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:26,878 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S17E08_Default, Release date: 2022-08-11, Current date: 2024-08-22 2024-08-22 21:10:26,964 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:26,979 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S17E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,041 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S18E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,053 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S18E02_Default, Release date: 2023-10-17, Current date: 2024-08-22 2024-08-22 21:10:27,113 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:27,124 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S18E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,290 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S18E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,328 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S18E03_Default, Release date: 2023-10-24, Current date: 2024-08-22 2024-08-22 21:10:27,393 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:27,402 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S18E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,456 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_The Hotel Inspector_tt1183335_S18E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,465 - wanted_queue.py:process:69 - DEBUG - Item: episode_The Hotel Inspector_tt1183335_S18E04_Default, Release date: 2023-10-31, Current date: 2024-08-22 2024-08-22 21:10:27,518 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:27,529 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_The Hotel Inspector_tt1183335_S18E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,571 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,579 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E03_Default, Release date: 2017-09-13, Current date: 2024-08-22 2024-08-22 21:10:27,614 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:27,619 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,657 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,664 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E04_Default, Release date: 2017-09-20, Current date: 2024-08-22 2024-08-22 21:10:27,706 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:27,713 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,775 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,780 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E05_Default, Release date: 2017-09-27, Current date: 2024-08-22 2024-08-22 21:10:27,856 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:27,869 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:27,930 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:27,939 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E06_Default, Release date: 2017-10-04, Current date: 2024-08-22 2024-08-22 21:10:28,008 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:28,025 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:28,104 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:28,109 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E07_Default, Release date: 2017-10-11, Current date: 2024-08-22 2024-08-22 21:10:28,158 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:28,162 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:28,204 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:28,210 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E08_Default, Release date: 2017-10-18, Current date: 2024-08-22 2024-08-22 21:10:28,265 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:28,295 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:28,356 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Garage Rehab_tt7318880_S01E09_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:28,362 - wanted_queue.py:process:69 - DEBUG - Item: episode_Garage Rehab_tt7318880_S01E09_Default, Release date: 2017-10-25, Current date: 2024-08-22 2024-08-22 21:10:28,413 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:28,434 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Garage Rehab_tt7318880_S01E09_Default. Keeping in Wanted queue. 2024-08-22 21:10:28,440 - wanted_queue.py:process:112 - DEBUG - Wanted queue processing complete. Items moved to Scraping queue: 0 2024-08-22 21:10:28,449 - wanted_queue.py:process:113 - DEBUG - Items moved to Unreleased state and removed from Wanted queue: 0 2024-08-22 21:10:28,466 - wanted_queue.py:process:114 - DEBUG - Remaining items in Wanted queue: 133 2024-08-22 21:10:28,475 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 21:10:28,509 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process scraping queue 2024-08-22 21:10:28,517 - scraping_queue.py:process:27 - DEBUG - Processing scraping queue. Items: 0 2024-08-22 21:10:28,525 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 21:10:28,546 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process adding queue 2024-08-22 21:10:28,561 - adding_queue.py:process:39 - DEBUG - Processing adding queue 2024-08-22 21:10:28,778 - adding_queue.py:process:45 - DEBUG - Processing item: movie_Gunner_tt12598606_Default 2024-08-22 21:10:28,838 - adding_queue.py:process_none_mode:112 - DEBUG - Processing none mode for item: movie_Gunner_tt12598606_Default 2024-08-22 21:10:30,158 - real_debrid.py:is_cached_on_rd:180 - DEBUG - Checking availability for hash: ebd51c5998c61cae6389a25bc67904f35c509318 2024-08-22 21:10:30,163 - real_debrid.py:is_cached_on_rd:196 - DEBUG - Cache status: {'ebd51c5998c61cae6389a25bc67904f35c509318': True} 2024-08-22 21:10:30,187 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 21:10:31,225 - queue_manager.py:update_all_queues:36 - DEBUG - Updating all queues 2024-08-22 21:10:35,197 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process wanted queue 2024-08-22 21:10:35,208 - wanted_queue.py:process:25 - DEBUG - Processing wanted queue 2024-08-22 21:10:35,279 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:35,311 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E02_Default, Release date: 2020-11-06, Current date: 2024-08-22 2024-08-22 21:10:35,443 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:35,452 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E02_Default. Keeping in Wanted queue. 2024-08-22 21:10:35,517 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E03_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:35,524 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E03_Default, Release date: 2020-11-13, Current date: 2024-08-22 2024-08-22 21:10:35,567 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:35,578 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E03_Default. Keeping in Wanted queue. 2024-08-22 21:10:35,619 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E04_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:35,626 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E04_Default, Release date: 2020-11-13, Current date: 2024-08-22 2024-08-22 21:10:35,717 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:35,732 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E04_Default. Keeping in Wanted queue. 2024-08-22 21:10:35,783 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E05_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:35,793 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E05_Default, Release date: 2020-11-20, Current date: 2024-08-22 2024-08-22 21:10:35,835 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:35,850 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E05_Default. Keeping in Wanted queue. 2024-08-22 21:10:35,911 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E06_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:35,917 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E06_Default, Release date: 2020-11-20, Current date: 2024-08-22 2024-08-22 21:10:36,020 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:36,026 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E06_Default. Keeping in Wanted queue. 2024-08-22 21:10:36,079 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E07_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:36,091 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E07_Default, Release date: 2020-11-27, Current date: 2024-08-22 2024-08-22 21:10:36,216 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:36,222 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E07_Default. Keeping in Wanted queue. 2024-08-22 21:10:36,299 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E08_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:36,303 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E08_Default, Release date: 2020-11-27, Current date: 2024-08-22 2024-08-22 21:10:36,354 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:36,361 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E08_Default. Keeping in Wanted queue. 2024-08-22 21:10:36,412 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E09_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:36,421 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E09_Default, Release date: 2020-12-04, Current date: 2024-08-22 2024-08-22 21:10:36,473 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:36,481 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E09_Default. Keeping in Wanted queue. 2024-08-22 21:10:36,559 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S01E10_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:36,564 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S01E10_Default, Release date: 2020-12-04, Current date: 2024-08-22 2024-08-22 21:10:36,596 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:36,601 - wanted_queue.py:process:92 - DEBUG - Already processing an item from episode_Romulus_tt10405220_S01E10_Default. Keeping in Wanted queue. 2024-08-22 21:10:36,642 - wanted_queue.py:process:51 - DEBUG - Processing item: episode_Romulus_tt10405220_S02E02_Default, Type: episode, Airtime offset: 19 2024-08-22 21:10:36,650 - wanted_queue.py:process:69 - DEBUG - Item: episode_Romulus_tt10405220_S02E02_Default, Release date: 2022-10-21, Current date: 2024-08-22 2024-08-22 21:10:36,764 - wanted_queue.py:process:83 - DEBUG - Current scraping count: 0, Scraping cap: 5 2024-08-22 21:10:36,772 - wantedqueue.py:process:92 - DEBUG - Already processing an item from episode
Here are the some logs, still getting the error-
2024-08-22 21:08:53,381 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 21:08:53,392 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process scraping queue 2024-08-22 21:08:53,398 - scraping_queue.py:process:27 - DEBUG - Processing scraping queue. Items: 0 2024-08-22 21:08:53,402 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 21:08:53,440 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process adding queue 2024-08-22 21:08:53,457 - adding_queue.py:process:39 - DEBUG - Processing adding queue 2024-08-22 21:08:53,696 - adding_queue.py:process:45 - DEBUG - Processing item: movie_Gunner_tt12598606_Default 2024-08-22 21:08:53,737 - adding_queue.py:process_none_mode:112 - DEBUG - Processing none mode for item: movie_Gunner_tt12598606_Default 2024-08-22 21:08:55,014 - real_debrid.py:is_cached_on_rd:180 - DEBUG - Checking availability for hash: ebd51c5998c61cae6389a25bc67904f35c509318 2024-08-22 21:08:55,048 - real_debrid.py:is_cached_on_rd:196 - DEBUG - Cache status: {'ebd51c5998c61cae6389a25bc67904f35c509318': True} 2024-08-22 21:08:55,077 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper' 2024-08-22 21:08:56,115 - queue_manager.py:update_all_queues:36 - DEBUG - Updating all queues 2024-08-22 21:09:00,387 - run_program.py:safe_process_queue:146 - DEBUG - Starting to process wanted queue
Thanks for the logs - are you running the script directly in WSL or through Docker? What version of Python are you using? Confirming you are on most recent dev (0.8.0)?
I am running directly in wsl, no docker. Python is 3.12 and running the recent dev version. Don't panic 2 much about it. I appreciate your work. The script is running but unsure if it's adding to debrid. I will explore more.
I think its not adding to real debrid in regards to this error -
2024-08-22 22:00:43,558 - queue_manager.py:move_to_scraping:129 - INFO - Moved item episode_The Hotel Inspector_tt1183335_S14E01_Default to Scraping queue 2024-08-22 22:00:43,575 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 22:00:43,590 - scraping_queue.py:process:64 - INFO - Scraping for episode_The Hotel Inspector_tt1183335_S10E02_Default 2024-08-22 22:00:45,116 - scraper.py:get_tmdb_season_info:191 - ERROR - Error fetching TMDB season info: 401 Client Error: Unauthorized for url: https://api.themoviedb.org/3/tv/6430/season/1 2024-08-22 22:00:46,372 - torrentio.py:scrape_torrentio:24 - INFO - Scraping Torrentio instance: Torrentio_1 2024-08-22 22:00:46,724 - scraping_queue.py:scrape_with_fallback:121 - INFO - No results for multi-pack episode_The Hotel Inspector_tt1183335_S10E02_Default. Falling back to individual episode scraping. 2024-08-22 22:00:48,305 - scraper.py:get_tmdb_season_info:191 - ERROR - Error fetching TMDB season info: 401 Client Error: Unauthorized for url: https://api.themoviedb.org/3/tv/6430/season/1 2024-08-22 22:00:49,629 - torrentio.py:scrape_torrentio:24 - INFO - Scraping Torrentio instance: Torrentio_1 2024-08-22 22:00:50,044 - scraping_queue.py:scrape_with_fallback:136 - INFO - Found results for individual episode scraping of episode_The Hotel Inspector_tt1183335_S10E02_Default. 2024-08-22 22:00:50,102 - scraping_queue.py:process:92 - INFO - Best result for episode_The Hotel Inspector_tt1183335_S10E02_Default: the.hotel.inspector.s10e02.pdtv.x264-barge, magnet:?xt=urn:btih:f311cc226003960432df2e5972b659ae9c376629 2024-08-22 22:00:50,451 - queue_manager.py:move_to_adding:141 - INFO - Moved item episode_The Hotel Inspector_tt1183335_S10E02_Default to Adding queue 2024-08-22 22:00:50,458 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 22:00:55,424 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'add_to_real_debrid_helper'
I have checked using the unchained app and there is nothing being added. I have my api key in the settings.
It seems too have straightened itself out or you have changed something. Thank you again. I will close this now.
It seems too have straightened itself out or you have changed something. Thank you again. I will close this now.
Awesome to hear! We are in super rapid development right now so keep an eye for new dev builds and please submit any issues or enhancements that you would like to see.
I am not a developer but used pd for a long time and trying yours now on wsl. I am getting an error -
task_plex_full_scan: 00:40:56 task_refresh_release_dates: 00:40:56 task_purge_not_wanted_magnets_file: 167:40:56 task_Overseerr_1_wanted: 00:11:22 task_Collected_1_wanted: 23:40:56 2024-08-22 14:06:45,549 - run_program.py:safe_process_queue:155 - INFO - Successfully processed wanted queue 2024-08-22 14:06:45,564 - run_program.py:safe_process_queue:155 - INFO - Successfully processed scraping queue 2024-08-22 14:06:46,951 - adding_queue.py:process_none_mode:141 - INFO - No matching cached files found for episode_Gold Rush_tt1800864_S06E23_Default. Attempting individual episode scraping. 2024-08-22 14:06:46,962 - run_program.py:safe_process_queue:162 - ERROR - Error: No process method found for adding queue. Error: 'AddingQueue' object has no attribute 'scrape_individual_episode' and also -
2024-08-22 14:05:13,104 - scraper.py:get_tmdb_season_info:191 - ERROR - Error fetching TMDB season info: 401 Client Error: Unauthorized for url: https://api.themoviedb.org/3/tv/74353/season/1
I tried to check it out but again I only do a little.
I am on the dev branch and think you are doing a marvellous job.