giuseppe99barchetta / SuggestArr

Effortlessly request recommended movies and TV shows to Jellyseer based on your recently watched content on Jellyfin—let SuggestArr handle it all automatically, keeping your library fresh with new and exciting content!
MIT License
22 stars 0 forks source link

Error at startup #16

Closed Druidblack closed 6 hours ago

Druidblack commented 14 hours ago

I'm trying to make the first forced launch after the launch. I get an error.

2024-10-18 16:15:46,114 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2024-10-18 16:15:46,116 INFO supervisord started with pid 1
2024-10-18 16:15:47,119 INFO spawned: 'cron' with pid 7
2024-10-18 16:15:47,122 INFO spawned: 'gunicorn' with pid 8
[2024-10-18 16:15:47 +0000] [8] [INFO] Starting gunicorn 23.0.0
[2024-10-18 16:15:47 +0000] [8] [INFO] Listening at: http://0.0.0.0:5000 (8)
[2024-10-18 16:15:47 +0000] [8] [INFO] Using worker: sync
[2024-10-18 16:15:47 +0000] [9] [INFO] Booting worker with pid: 9
[2024-10-18 16:15:47 +0000] [10] [INFO] Booting worker with pid: 10
[2024-10-18 16:15:47 +0000] [11] [INFO] Booting worker with pid: 11
[2024-10-18 16:15:47 +0000] [12] [INFO] Booting worker with pid: 12
2024-10-18 16:15:47,841 - utils.utils - INFO - 

        =====================================================================================
        |   Welcome to the SuggestArr Application!                                          |
        |   Manage your settings through the web interface at: http://localhost:5000        |
        |   Fill in the input fields with your data and let the cron job handle the rest!   |
        |   To run the automation process immediately, click the 'Force Run' button.        |
        |   The 'Force Run' button will appear only after you save your settings.           |
        |   To leave feedback visit: https://github.com/giuseppe99barchetta/SuggestArr      |
        =====================================================================================

2024-10-18 16:15:48,843 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-10-18 16:15:48,843 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-10-18 16:16:02,843 - config.config - INFO - Cron job updated with: 0 0 * * *
2024-10-18 16:16:13,855 WARN received SIGTERM indicating exit request
2024-10-18 16:16:13,855 INFO waiting for cron, gunicorn to die
[2024-10-18 16:16:13 +0000] [8] [INFO] Handling signal: term
[2024-10-18 16:16:13 +0000] [9] [INFO] Worker exiting (pid: 9)
[2024-10-18 16:16:13 +0000] [12] [INFO] Worker exiting (pid: 12)
[2024-10-18 16:16:13 +0000] [11] [INFO] Worker exiting (pid: 11)
[2024-10-18 16:16:13 +0000] [10] [INFO] Worker exiting (pid: 10)
[2024-10-18 16:16:14 +0000] [8] [INFO] Shutting down: Master
2024-10-18 16:16:14,085 INFO stopped: gunicorn (exit status 0)
2024-10-18 16:16:14,086 WARN stopped: cron (terminated by SIGTERM)
2024-10-18 16:16:15,117 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2024-10-18 16:16:15,118 INFO supervisord started with pid 1
2024-10-18 16:16:16,122 INFO spawned: 'cron' with pid 8
2024-10-18 16:16:16,125 INFO spawned: 'gunicorn' with pid 9
[2024-10-18 16:16:16 +0000] [9] [INFO] Starting gunicorn 23.0.0
[2024-10-18 16:16:16 +0000] [9] [INFO] Listening at: http://0.0.0.0:5000 (9)
[2024-10-18 16:16:16 +0000] [9] [INFO] Using worker: sync
[2024-10-18 16:16:16 +0000] [10] [INFO] Booting worker with pid: 10
[2024-10-18 16:16:16 +0000] [11] [INFO] Booting worker with pid: 11
[2024-10-18 16:16:16 +0000] [12] [INFO] Booting worker with pid: 12
[2024-10-18 16:16:16 +0000] [13] [INFO] Booting worker with pid: 13
2024-10-18 16:16:16,718 - utils.utils - INFO - 

        =====================================================================================
        |   Welcome to the SuggestArr Application!                                          |
        |   Manage your settings through the web interface at: http://localhost:5000        |
        |   Fill in the input fields with your data and let the cron job handle the rest!   |
        |   To run the automation process immediately, click the 'Force Run' button.        |
        |   The 'Force Run' button will appear only after you save your settings.           |
        |   To leave feedback visit: https://github.com/giuseppe99barchetta/SuggestArr      |
        =====================================================================================

2024-10-18 16:16:17,720 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-10-18 16:16:17,720 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-10-18 16:16:41,607 - JellyseerClient - INFO - Fetched 567 total requests from Jellyseer.
2024-10-18 16:16:41,607 - ContentAutomation - INFO - Fetching recently watched content for user: admin (619361cbe8d047d5a729d13d5142d96e)
2024-10-18 16:16:42,959 - ContentAutomation - INFO - Fetching recently watched content for user: iliy (b0804fb611ee4586907805ea35b197d6)
2024-10-18 16:16:44,324 - ContentAutomation - INFO - Fetching recently watched content for user: irina (2e6fd744c30b49c2846d1e598d41a87f)
2024-10-18 16:16:45,722 - ContentAutomation - INFO - Fetching recently watched content for user: maks (7c7c84c00ee1485ea26ce338e9c6b425)
2024-10-18 16:16:47,176 - ContentAutomation - INFO - Fetching recently watched content for user: mama (5aab38d744bb4db5a48005789b0d8da9)
2024-10-18 16:16:48,797 - ContentAutomation - INFO - Fetching recently watched content for user: serg (be256d4f9bf94ec0bf13802b41584f15)
2024-10-18 16:16:50,325 - ContentAutomation - INFO - Fetching recently watched content for user: stepanov (0cf0e84ddaba4bfcad6b4e3b0e48f616)
2024-10-18 16:16:51,712 - ContentAutomation - INFO - Fetching recently watched content for user: test (fce5a0c049c24b5b8bd00ff5addd5985)
2024-10-18 16:16:53,166 - ContentAutomation - INFO - Fetching recently watched content for user: timonin (02cbbbbf1eb04403bd99070f91482bfb)
2024-10-18 16:16:54,623 - ContentAutomation - INFO - Processing series: Менталист (Series ID: 9fd9254fb92564ce11a8b8a78e6fe2bb)
2024-10-18 16:16:54,636 - ContentAutomation - INFO - TVDb ID for series 'Менталист': 82459
2024-10-18 16:17:00,205 - ContentAutomation - INFO - Found 20 similar TV shows for 'Менталист'
2024-10-18 16:17:00,206 - ContentAutomation - INFO - Processing series: Лига городов (Series ID: a95f514763205bb2f24fe07f099e4425)
2024-10-18 16:17:00,212 - ContentAutomation - INFO - TVDb ID for series 'Лига городов': 448985
2024-10-18 16:17:00,721 - ContentAutomation - WARNING - No similar TV shows found for 'Лига городов'
2024-10-18 16:17:00,742 - ContentAutomation - INFO - Processing movie: 1022789 (TMDB id)
2024-10-18 16:17:01,015 - ContentAutomation - INFO - Processing series: Бедствие ли это? (Series ID: f6aad5fd9858fc1a59f9da1036148f56)
2024-10-18 16:17:01,026 - ContentAutomation - INFO - TVDb ID for series 'Бедствие ли это?': 362052
2024-10-18 16:17:01,530 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бедствие ли это?'
2024-10-18 16:17:01,532 - ContentAutomation - INFO - Processing series: Паразит: Учение о жизни (Series ID: f2fabafa1a1a1c9ddaac8b7b8dcc9b0f)
2024-10-18 16:17:01,543 - ContentAutomation - INFO - TVDb ID for series 'Паразит: Учение о жизни': 279831
2024-10-18 16:17:02,051 - ContentAutomation - INFO - Found 20 similar TV shows for 'Паразит: Учение о жизни'
2024-10-18 16:17:02,078 - ContentAutomation - INFO - Processing movie: 8587 (TMDB id)
2024-10-18 16:17:02,326 - ContentAutomation - INFO - Processing series: Little Big (Series ID: 7dfabf3f982e64e33f2a019ada04d5c5)
2024-10-18 16:17:02,331 - ContentAutomation - INFO - Processing series: Повелитель (Series ID: 01587988d1f495e0c50b3fa8eb57a0a4)
2024-10-18 16:17:02,351 - ContentAutomation - INFO - TVDb ID for series 'Повелитель': 294002
2024-10-18 16:17:02,841 - ContentAutomation - INFO - Found 19 similar TV shows for 'Повелитель'
2024-10-18 16:17:02,842 - ContentAutomation - INFO - Processing series: Доктор Хаус (Series ID: ce3f18baa03ab502ea5554a30d2c87bd)
2024-10-18 16:17:02,856 - ContentAutomation - INFO - TVDb ID for series 'Доктор Хаус': 73255
2024-10-18 16:17:03,362 - ContentAutomation - INFO - Found 20 similar TV shows for 'Доктор Хаус'
2024-10-18 16:17:03,365 - ContentAutomation - INFO - Processing series: Этот противный целитель! (Series ID: 2293685549c2bdb28eb9467c8aa70a59)
2024-10-18 16:17:03,379 - ContentAutomation - INFO - TVDb ID for series 'Этот противный целитель!': 401935
2024-10-18 16:17:03,880 - ContentAutomation - INFO - Found 19 similar TV shows for 'Этот противный целитель!'
2024-10-18 16:17:03,881 - ContentAutomation - INFO - Processing series: Саке (Series ID: b9ae7bbf5e4d91c60b59ec6ac30529dc)
2024-10-18 16:17:03,886 - ContentAutomation - INFO - TVDb ID for series 'Саке': 455066
2024-10-18 16:17:04,492 - ContentAutomation - INFO - Found 17 similar TV shows for 'Саке'
2024-10-18 16:17:04,516 - ContentAutomation - INFO - Processing movie: 967847 (TMDB id)
2024-10-18 16:17:04,796 - ContentAutomation - INFO - Processing movie: 203801 (TMDB id)
2024-10-18 16:17:05,140 - ContentAutomation - INFO - Processing series: Фоллаут (Series ID: 13a02fed5c2e02a3483223dc388062b3)
2024-10-18 16:17:05,160 - ContentAutomation - INFO - TVDb ID for series 'Фоллаут': 416744
2024-10-18 16:17:05,658 - ContentAutomation - INFO - Found 20 similar TV shows for 'Фоллаут'
2024-10-18 16:17:05,659 - ContentAutomation - INFO - Processing series: Пацаны (Series ID: 93aff9ae403460e4121db22063eaa221)
2024-10-18 16:17:05,687 - ContentAutomation - INFO - TVDb ID for series 'Пацаны': 355567
2024-10-18 16:17:06,171 - ContentAutomation - INFO - Found 20 similar TV shows for 'Пацаны'
2024-10-18 16:17:06,173 - ContentAutomation - INFO - Processing series: Локи (Series ID: 583cb0fff11c331731b0e7d951e0fc2a)
2024-10-18 16:17:06,191 - ContentAutomation - INFO - TVDb ID for series 'Локи': 362472
2024-10-18 16:17:06,718 - ContentAutomation - INFO - Found 20 similar TV shows for 'Локи'
2024-10-18 16:17:06,719 - ContentAutomation - INFO - Processing series: Бригада (Series ID: 4ff099458f3006cba1d809e0598eb07e)
2024-10-18 16:17:06,734 - ContentAutomation - INFO - TVDb ID for series 'Бригада': 103681
2024-10-18 16:17:07,318 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бригада'
2024-10-18 16:17:07,442 - ContentAutomation - INFO - Processing movie: 13455 (TMDB id)
2024-10-18 16:17:07,697 - ContentAutomation - INFO - Processing movie: 766475 (TMDB id)
2024-10-18 16:17:07,966 - ContentAutomation - INFO - Processing movie: 743203 (TMDB id)
2024-10-18 16:17:08,248 - ContentAutomation - INFO - Processing series: Последний герой (Series ID: b14c0eeadf3d76148545d4a5987f3242)
2024-10-18 16:17:08,254 - ContentAutomation - INFO - TVDb ID for series 'Последний герой': 293026
2024-10-18 16:17:08,802 - ContentAutomation - INFO - Found 19 similar TV shows for 'Последний герой'
2024-10-18 16:17:08,822 - ContentAutomation - INFO - Processing movie: 746036 (TMDB id)
2024-10-18 16:17:09,197 - ContentAutomation - INFO - Processing series: Люди Икс '97 (Series ID: d7e9b8ac396b2c9937de9139a058abff)
2024-10-18 16:17:09,209 - ContentAutomation - INFO - TVDb ID for series 'Люди Икс '97': 412432
2024-10-18 16:17:09,938 - ContentAutomation - INFO - Found 20 similar TV shows for 'Люди Икс '97'
2024-10-18 16:17:09,939 - ContentAutomation - INFO - Processing series: Бумажный дом (Series ID: 2da06a7ef0688343b039452717e41197)
2024-10-18 16:17:09,988 - ContentAutomation - INFO - TVDb ID for series 'Бумажный дом': 327417
2024-10-18 16:17:10,488 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бумажный дом'
2024-10-18 16:17:10,489 - ContentAutomation - INFO - Processing series: Голяк (Series ID: e5b4617718917d7bff4ac350a2b67594)
2024-10-18 16:17:10,514 - ContentAutomation - INFO - TVDb ID for series 'Голяк': 351960
2024-10-18 16:17:11,047 - ContentAutomation - INFO - Found 20 similar TV shows for 'Голяк'
2024-10-18 16:17:11,067 - ContentAutomation - INFO - Processing movie: 945729 (TMDB id)
2024-10-18 16:17:11,338 - ContentAutomation - INFO - Processing movie: 848538 (TMDB id)
[2024-10-18 16:17:11 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:12)
[2024-10-18 16:17:11 +0000] [12] [ERROR] Error handling request /run_now
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 134, in handle
    self.handle_request(listener, req, client, addr)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 177, in handle_request
    respiter = self.wsgi(environ, resp.start_response)
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1498, in __call__
    return self.wsgi_app(environ, start_response)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1473, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 865, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/sync.py", line 234, in __call__
    current_executor.run_until_future(loop_future)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/current_thread_executor.py", line 77, in run_until_future
    work_item = self._work_queue.get()
  File "/usr/local/lib/python3.13/queue.py", line 202, in get
    self.not_empty.wait()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/threading.py", line 359, in wait
    waiter.acquire()
    ~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
    sys.exit(1)
    ~~~~~~~~^^^
SystemExit: 1
[2024-10-18 16:17:11 +0000] [12] [INFO] Worker exiting (pid: 12)
2024-10-18 16:17:11,730 - ContentAutomation - INFO - Processing movie: 866398 (TMDB id)
2024-10-18 16:17:12,000 - ContentAutomation - INFO - Processing movie: 572802 (TMDB id)
2024-10-18 16:17:12,250 - ContentAutomation - INFO - Processing series: Что, если...? (Series ID: 7ba0eeb4b5974ab3469582fef981b10c)
2024-10-18 16:17:12,260 - ContentAutomation - INFO - TVDb ID for series 'Что, если...?': 367147
[2024-10-18 16:17:12 +0000] [9] [ERROR] Worker (pid:12) was sent SIGKILL! Perhaps out of memory?
[2024-10-18 16:17:12 +0000] [19] [INFO] Booting worker with pid: 19
2024-10-18 16:17:12,828 - utils.utils - INFO - 

        =====================================================================================
        |   Welcome to the SuggestArr Application!                                          |
        |   Manage your settings through the web interface at: http://localhost:5000        |
        |   Fill in the input fields with your data and let the cron job handle the rest!   |
        |   To run the automation process immediately, click the 'Force Run' button.        |
        |   The 'Force Run' button will appear only after you save your settings.           |
        |   To leave feedback visit: https://github.com/giuseppe99barchetta/SuggestArr      |
        =====================================================================================

2024-10-18 16:19:29,082 - config.config - INFO - Cron job updated with: 0 0 * * *
2024-10-18 16:19:31,136 - JellyseerClient - INFO - Fetched 567 total requests from Jellyseer.
2024-10-18 16:19:31,136 - ContentAutomation - INFO - Fetching recently watched content for user: admin (619361cbe8d047d5a729d13d5142d96e)
2024-10-18 16:19:32,631 - ContentAutomation - INFO - Fetching recently watched content for user: iliy (b0804fb611ee4586907805ea35b197d6)
2024-10-18 16:19:34,039 - ContentAutomation - INFO - Fetching recently watched content for user: irina (2e6fd744c30b49c2846d1e598d41a87f)
2024-10-18 16:19:35,589 - ContentAutomation - INFO - Fetching recently watched content for user: maks (7c7c84c00ee1485ea26ce338e9c6b425)
2024-10-18 16:19:37,241 - ContentAutomation - INFO - Fetching recently watched content for user: mama (5aab38d744bb4db5a48005789b0d8da9)
2024-10-18 16:19:39,126 - ContentAutomation - INFO - Fetching recently watched content for user: serg (be256d4f9bf94ec0bf13802b41584f15)
2024-10-18 16:19:40,675 - ContentAutomation - INFO - Fetching recently watched content for user: stepanov (0cf0e84ddaba4bfcad6b4e3b0e48f616)
2024-10-18 16:19:42,200 - ContentAutomation - INFO - Fetching recently watched content for user: test (fce5a0c049c24b5b8bd00ff5addd5985)
2024-10-18 16:19:43,651 - ContentAutomation - INFO - Fetching recently watched content for user: timonin (02cbbbbf1eb04403bd99070f91482bfb)
2024-10-18 16:19:45,170 - ContentAutomation - INFO - Processing series: Менталист (Series ID: 9fd9254fb92564ce11a8b8a78e6fe2bb)
2024-10-18 16:19:45,178 - ContentAutomation - INFO - TVDb ID for series 'Менталист': 82459
2024-10-18 16:19:45,487 - ContentAutomation - INFO - Found 20 similar TV shows for 'Менталист'
2024-10-18 16:19:45,489 - ContentAutomation - INFO - Processing series: Лига городов (Series ID: a95f514763205bb2f24fe07f099e4425)
2024-10-18 16:19:45,494 - ContentAutomation - INFO - TVDb ID for series 'Лига городов': 448985
2024-10-18 16:19:45,782 - ContentAutomation - WARNING - No similar TV shows found for 'Лига городов'
2024-10-18 16:19:45,803 - ContentAutomation - INFO - Processing movie: 1022789 (TMDB id)
2024-10-18 16:19:45,954 - ContentAutomation - INFO - Processing series: Бедствие ли это? (Series ID: f6aad5fd9858fc1a59f9da1036148f56)
2024-10-18 16:19:45,963 - ContentAutomation - INFO - TVDb ID for series 'Бедствие ли это?': 362052
2024-10-18 16:19:46,356 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бедствие ли это?'
2024-10-18 16:19:46,358 - ContentAutomation - INFO - Processing series: Паразит: Учение о жизни (Series ID: f2fabafa1a1a1c9ddaac8b7b8dcc9b0f)
2024-10-18 16:19:46,365 - ContentAutomation - INFO - TVDb ID for series 'Паразит: Учение о жизни': 279831
2024-10-18 16:19:46,810 - ContentAutomation - INFO - Found 20 similar TV shows for 'Паразит: Учение о жизни'
2024-10-18 16:19:46,836 - ContentAutomation - INFO - Processing movie: 8587 (TMDB id)
2024-10-18 16:19:46,977 - ContentAutomation - INFO - Processing series: Little Big (Series ID: 7dfabf3f982e64e33f2a019ada04d5c5)
2024-10-18 16:19:46,981 - ContentAutomation - INFO - Processing series: Повелитель (Series ID: 01587988d1f495e0c50b3fa8eb57a0a4)
2024-10-18 16:19:46,989 - ContentAutomation - INFO - TVDb ID for series 'Повелитель': 294002
2024-10-18 16:19:47,282 - ContentAutomation - INFO - Found 19 similar TV shows for 'Повелитель'
2024-10-18 16:19:47,284 - ContentAutomation - INFO - Processing series: Доктор Хаус (Series ID: ce3f18baa03ab502ea5554a30d2c87bd)
2024-10-18 16:19:47,326 - ContentAutomation - INFO - TVDb ID for series 'Доктор Хаус': 73255
2024-10-18 16:19:47,744 - ContentAutomation - INFO - Found 20 similar TV shows for 'Доктор Хаус'
2024-10-18 16:19:47,745 - ContentAutomation - INFO - Processing series: Этот противный целитель! (Series ID: 2293685549c2bdb28eb9467c8aa70a59)
2024-10-18 16:19:47,764 - ContentAutomation - INFO - TVDb ID for series 'Этот противный целитель!': 401935
2024-10-18 16:19:48,141 - ContentAutomation - INFO - Found 19 similar TV shows for 'Этот противный целитель!'
2024-10-18 16:19:48,142 - ContentAutomation - INFO - Processing series: Саке (Series ID: b9ae7bbf5e4d91c60b59ec6ac30529dc)
2024-10-18 16:19:48,147 - ContentAutomation - INFO - TVDb ID for series 'Саке': 455066
2024-10-18 16:19:48,449 - ContentAutomation - INFO - Found 17 similar TV shows for 'Саке'
2024-10-18 16:19:48,480 - ContentAutomation - INFO - Processing movie: 967847 (TMDB id)
2024-10-18 16:19:48,652 - ContentAutomation - INFO - Processing movie: 203801 (TMDB id)
2024-10-18 16:19:48,800 - ContentAutomation - INFO - Processing series: Фоллаут (Series ID: 13a02fed5c2e02a3483223dc388062b3)
2024-10-18 16:19:48,833 - ContentAutomation - INFO - TVDb ID for series 'Фоллаут': 416744
2024-10-18 16:19:49,128 - ContentAutomation - INFO - Found 20 similar TV shows for 'Фоллаут'
2024-10-18 16:19:49,129 - ContentAutomation - INFO - Processing series: Пацаны (Series ID: 93aff9ae403460e4121db22063eaa221)
2024-10-18 16:19:49,153 - ContentAutomation - INFO - TVDb ID for series 'Пацаны': 355567
2024-10-18 16:19:49,674 - ContentAutomation - INFO - Found 20 similar TV shows for 'Пацаны'
2024-10-18 16:19:49,674 - ContentAutomation - INFO - Processing series: Локи (Series ID: 583cb0fff11c331731b0e7d951e0fc2a)
2024-10-18 16:19:49,686 - ContentAutomation - INFO - TVDb ID for series 'Локи': 362472
2024-10-18 16:19:49,978 - ContentAutomation - INFO - Found 20 similar TV shows for 'Локи'
2024-10-18 16:19:49,979 - ContentAutomation - INFO - Processing series: Бригада (Series ID: 4ff099458f3006cba1d809e0598eb07e)
2024-10-18 16:19:50,030 - ContentAutomation - INFO - TVDb ID for series 'Бригада': 103681
2024-10-18 16:19:50,320 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бригада'
2024-10-18 16:19:50,335 - ContentAutomation - INFO - Processing movie: 13455 (TMDB id)
2024-10-18 16:19:50,495 - ContentAutomation - INFO - Processing movie: 766475 (TMDB id)
2024-10-18 16:19:50,793 - ContentAutomation - INFO - Processing movie: 743203 (TMDB id)
2024-10-18 16:19:50,943 - ContentAutomation - INFO - Processing series: Последний герой (Series ID: b14c0eeadf3d76148545d4a5987f3242)
2024-10-18 16:19:50,949 - ContentAutomation - INFO - TVDb ID for series 'Последний герой': 293026
2024-10-18 16:19:51,340 - ContentAutomation - INFO - Found 19 similar TV shows for 'Последний герой'
2024-10-18 16:19:51,355 - ContentAutomation - INFO - Processing movie: 746036 (TMDB id)
2024-10-18 16:19:51,515 - ContentAutomation - INFO - Processing series: Люди Икс '97 (Series ID: d7e9b8ac396b2c9937de9139a058abff)
2024-10-18 16:19:51,534 - ContentAutomation - INFO - TVDb ID for series 'Люди Икс '97': 412432
2024-10-18 16:19:51,928 - ContentAutomation - INFO - Found 20 similar TV shows for 'Люди Икс '97'
2024-10-18 16:19:51,929 - ContentAutomation - INFO - Processing series: Бумажный дом (Series ID: 2da06a7ef0688343b039452717e41197)
2024-10-18 16:19:51,958 - ContentAutomation - INFO - TVDb ID for series 'Бумажный дом': 327417
2024-10-18 16:19:52,269 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бумажный дом'
2024-10-18 16:19:52,270 - ContentAutomation - INFO - Processing series: Голяк (Series ID: e5b4617718917d7bff4ac350a2b67594)
2024-10-18 16:19:52,275 - ContentAutomation - INFO - TVDb ID for series 'Голяк': 351960
2024-10-18 16:19:52,670 - ContentAutomation - INFO - Found 20 similar TV shows for 'Голяк'
2024-10-18 16:19:52,704 - ContentAutomation - INFO - Processing movie: 945729 (TMDB id)
2024-10-18 16:19:52,869 - ContentAutomation - INFO - Processing movie: 848538 (TMDB id)
2024-10-18 16:19:53,039 - ContentAutomation - INFO - Processing movie: 866398 (TMDB id)
2024-10-18 16:19:53,238 - ContentAutomation - INFO - Processing movie: 572802 (TMDB id)
2024-10-18 16:19:53,389 - ContentAutomation - INFO - Processing series: Что, если...? (Series ID: 7ba0eeb4b5974ab3469582fef981b10c)
2024-10-18 16:19:53,408 - ContentAutomation - INFO - TVDb ID for series 'Что, если...?': 367147
2024-10-18 16:19:53,823 - ContentAutomation - INFO - Found 20 similar TV shows for 'Что, если...?'
2024-10-18 16:19:53,856 - ContentAutomation - INFO - Processing movie: 49026 (TMDB id)
2024-10-18 16:19:54,130 - ContentAutomation - INFO - Processing movie: 12444 (TMDB id)
2024-10-18 16:19:54,408 - ContentAutomation - INFO - Processing movie: 767 (TMDB id)
2024-10-18 16:19:54,681 - ContentAutomation - INFO - Processing movie: 155 (TMDB id)
2024-10-18 16:19:54,951 - ContentAutomation - INFO - Processing movie: 272 (TMDB id)
2024-10-18 16:19:55,223 - ContentAutomation - INFO - Processing movie: 675 (TMDB id)
2024-10-18 16:19:55,499 - ContentAutomation - INFO - Processing movie: 695721 (TMDB id)
2024-10-18 16:19:55,755 - ContentAutomation - INFO - Processing series: Рик и Морти (Series ID: 8576b9769574bef7683a1e2d9d6c81f2)
2024-10-18 16:19:55,776 - ContentAutomation - INFO - TVDb ID for series 'Рик и Морти': 275274
2024-10-18 16:19:56,401 - ContentAutomation - INFO - Found 20 similar TV shows for 'Рик и Морти'
2024-10-18 16:19:56,429 - ContentAutomation - INFO - Processing movie: 383498 (TMDB id)
2024-10-18 16:19:56,708 - ContentAutomation - INFO - Processing movie: 293660 (TMDB id)
2024-10-18 16:19:57,115 - ContentAutomation - INFO - Processing movie: 9522 (TMDB id)
2024-10-18 16:19:57,388 - ContentAutomation - INFO - Processing movie: 13673 (TMDB id)
2024-10-18 16:19:57,667 - ContentAutomation - INFO - Processing movie: 11862 (TMDB id)
2024-10-18 16:19:58,050 - ContentAutomation - INFO - Processing movie: 11846 (TMDB id)
2024-10-18 16:19:58,323 - ContentAutomation - INFO - Processing movie: 661374 (TMDB id)
2024-10-18 16:19:58,718 - ContentAutomation - INFO - Processing movie: 290250 (TMDB id)
2024-10-18 16:19:58,991 - ContentAutomation - INFO - Processing movie: 50646 (TMDB id)
2024-10-18 16:19:59,264 - ContentAutomation - INFO - Processing movie: 8390 (TMDB id)
2024-10-18 16:19:59,530 - ContentAutomation - INFO - Processing movie: 122906 (TMDB id)
2024-10-18 16:19:59,805 - ContentAutomation - INFO - Processing movie: 832650 (TMDB id)
2024-10-18 16:20:00,080 - ContentAutomation - INFO - Processing movie: 438695 (TMDB id)
2024-10-18 16:20:00,458 - ContentAutomation - INFO - Processing movie: 585511 (TMDB id)
[2024-10-18 16:20:00 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:13)
[2024-10-18 16:20:00 +0000] [13] [ERROR] Error handling request /run_now
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 134, in handle
    self.handle_request(listener, req, client, addr)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 177, in handle_request
    respiter = self.wsgi(environ, resp.start_response)
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1498, in __call__
    return self.wsgi_app(environ, start_response)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1473, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 865, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/sync.py", line 234, in __call__
    current_executor.run_until_future(loop_future)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/current_thread_executor.py", line 77, in run_until_future
    work_item = self._work_queue.get()
  File "/usr/local/lib/python3.13/queue.py", line 202, in get
    self.not_empty.wait()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/threading.py", line 359, in wait
    waiter.acquire()
    ~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
    sys.exit(1)
    ~~~~~~~~^^^
SystemExit: 1
[2024-10-18 16:20:00 +0000] [13] [INFO] Worker exiting (pid: 13)
2024-10-18 16:20:00,728 - ContentAutomation - INFO - Processing movie: 345887 (TMDB id)
2024-10-18 16:20:00,998 - ContentAutomation - INFO - Processing movie: 156022 (TMDB id)
2024-10-18 16:20:01,259 - ContentAutomation - INFO - Processing movie: 1911 (TMDB id)
2024-10-18 16:20:01,576 - ContentAutomation - INFO - Processing movie: 1495 (TMDB id)
[2024-10-18 16:20:01 +0000] [9] [ERROR] Worker (pid:13) was sent SIGKILL! Perhaps out of memory?
[2024-10-18 16:20:01 +0000] [23] [INFO] Booting worker with pid: 23
2024-10-18 16:20:02,040 - utils.utils - INFO - 

        =====================================================================================
        |   Welcome to the SuggestArr Application!                                          |
        |   Manage your settings through the web interface at: http://localhost:5000        |
        |   Fill in the input fields with your data and let the cron job handle the rest!   |
        |   To run the automation process immediately, click the 'Force Run' button.        |
        |   The 'Force Run' button will appear only after you save your settings.           |
        |   To leave feedback visit: https://github.com/giuseppe99barchetta/SuggestArr      |
        =====================================================================================

2024-10-18 16:20:42,053 - JellyseerClient - INFO - Fetched 567 total requests from Jellyseer.
2024-10-18 16:20:42,053 - ContentAutomation - INFO - Fetching recently watched content for user: admin (619361cbe8d047d5a729d13d5142d96e)
2024-10-18 16:20:44,013 - ContentAutomation - INFO - Fetching recently watched content for user: iliy (b0804fb611ee4586907805ea35b197d6)
2024-10-18 16:20:45,622 - ContentAutomation - INFO - Fetching recently watched content for user: irina (2e6fd744c30b49c2846d1e598d41a87f)
2024-10-18 16:20:47,343 - ContentAutomation - INFO - Fetching recently watched content for user: maks (7c7c84c00ee1485ea26ce338e9c6b425)
2024-10-18 16:20:48,787 - ContentAutomation - INFO - Fetching recently watched content for user: mama (5aab38d744bb4db5a48005789b0d8da9)
2024-10-18 16:20:50,244 - ContentAutomation - INFO - Fetching recently watched content for user: serg (be256d4f9bf94ec0bf13802b41584f15)
2024-10-18 16:20:51,644 - ContentAutomation - INFO - Fetching recently watched content for user: stepanov (0cf0e84ddaba4bfcad6b4e3b0e48f616)
2024-10-18 16:20:53,221 - ContentAutomation - INFO - Fetching recently watched content for user: test (fce5a0c049c24b5b8bd00ff5addd5985)
2024-10-18 16:20:54,790 - ContentAutomation - INFO - Fetching recently watched content for user: timonin (02cbbbbf1eb04403bd99070f91482bfb)
2024-10-18 16:20:56,224 - ContentAutomation - INFO - Processing series: Менталист (Series ID: 9fd9254fb92564ce11a8b8a78e6fe2bb)
2024-10-18 16:20:56,254 - ContentAutomation - INFO - TVDb ID for series 'Менталист': 82459
2024-10-18 16:20:57,107 - ContentAutomation - INFO - Found 20 similar TV shows for 'Менталист'
2024-10-18 16:20:57,108 - ContentAutomation - INFO - Processing series: Лига городов (Series ID: a95f514763205bb2f24fe07f099e4425)
2024-10-18 16:20:57,111 - ContentAutomation - INFO - TVDb ID for series 'Лига городов': 448985
2024-10-18 16:20:57,396 - ContentAutomation - WARNING - No similar TV shows found for 'Лига городов'
2024-10-18 16:20:57,409 - ContentAutomation - INFO - Processing movie: 1022789 (TMDB id)
2024-10-18 16:20:57,546 - ContentAutomation - INFO - Processing series: Бедствие ли это? (Series ID: f6aad5fd9858fc1a59f9da1036148f56)
2024-10-18 16:20:57,555 - ContentAutomation - INFO - TVDb ID for series 'Бедствие ли это?': 362052
2024-10-18 16:20:57,929 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бедствие ли это?'
2024-10-18 16:20:57,930 - ContentAutomation - INFO - Processing series: Паразит: Учение о жизни (Series ID: f2fabafa1a1a1c9ddaac8b7b8dcc9b0f)
2024-10-18 16:20:57,939 - ContentAutomation - INFO - TVDb ID for series 'Паразит: Учение о жизни': 279831
2024-10-18 16:20:58,312 - ContentAutomation - INFO - Found 20 similar TV shows for 'Паразит: Учение о жизни'
2024-10-18 16:20:58,343 - ContentAutomation - INFO - Processing movie: 8587 (TMDB id)
2024-10-18 16:20:58,481 - ContentAutomation - INFO - Processing series: Little Big (Series ID: 7dfabf3f982e64e33f2a019ada04d5c5)
2024-10-18 16:20:58,580 - ContentAutomation - INFO - Processing series: Повелитель (Series ID: 01587988d1f495e0c50b3fa8eb57a0a4)
2024-10-18 16:20:58,637 - ContentAutomation - INFO - TVDb ID for series 'Повелитель': 294002
2024-10-18 16:20:58,923 - ContentAutomation - INFO - Found 19 similar TV shows for 'Повелитель'
2024-10-18 16:20:58,924 - ContentAutomation - INFO - Processing series: Доктор Хаус (Series ID: ce3f18baa03ab502ea5554a30d2c87bd)
2024-10-18 16:20:58,937 - ContentAutomation - INFO - TVDb ID for series 'Доктор Хаус': 73255
2024-10-18 16:20:59,311 - ContentAutomation - INFO - Found 20 similar TV shows for 'Доктор Хаус'
2024-10-18 16:20:59,313 - ContentAutomation - INFO - Processing series: Этот противный целитель! (Series ID: 2293685549c2bdb28eb9467c8aa70a59)
2024-10-18 16:20:59,325 - ContentAutomation - INFO - TVDb ID for series 'Этот противный целитель!': 401935
2024-10-18 16:20:59,601 - ContentAutomation - INFO - Found 19 similar TV shows for 'Этот противный целитель!'
2024-10-18 16:20:59,602 - ContentAutomation - INFO - Processing series: Саке (Series ID: b9ae7bbf5e4d91c60b59ec6ac30529dc)
2024-10-18 16:20:59,607 - ContentAutomation - INFO - TVDb ID for series 'Саке': 455066
2024-10-18 16:20:59,890 - ContentAutomation - INFO - Found 17 similar TV shows for 'Саке'
2024-10-18 16:20:59,915 - ContentAutomation - INFO - Processing movie: 967847 (TMDB id)
2024-10-18 16:21:00,091 - ContentAutomation - INFO - Processing movie: 203801 (TMDB id)
2024-10-18 16:21:00,241 - ContentAutomation - INFO - Processing series: Фоллаут (Series ID: 13a02fed5c2e02a3483223dc388062b3)
2024-10-18 16:21:00,249 - ContentAutomation - INFO - TVDb ID for series 'Фоллаут': 416744
2024-10-18 16:21:00,542 - ContentAutomation - INFO - Found 20 similar TV shows for 'Фоллаут'
2024-10-18 16:21:00,543 - ContentAutomation - INFO - Processing series: Пацаны (Series ID: 93aff9ae403460e4121db22063eaa221)
2024-10-18 16:21:00,563 - ContentAutomation - INFO - TVDb ID for series 'Пацаны': 355567
2024-10-18 16:21:00,936 - ContentAutomation - INFO - Found 20 similar TV shows for 'Пацаны'
2024-10-18 16:21:00,937 - ContentAutomation - INFO - Processing series: Локи (Series ID: 583cb0fff11c331731b0e7d951e0fc2a)
2024-10-18 16:21:00,950 - ContentAutomation - INFO - TVDb ID for series 'Локи': 362472
2024-10-18 16:21:01,222 - ContentAutomation - INFO - Found 20 similar TV shows for 'Локи'
2024-10-18 16:21:01,224 - ContentAutomation - INFO - Processing series: Бригада (Series ID: 4ff099458f3006cba1d809e0598eb07e)
2024-10-18 16:21:01,235 - ContentAutomation - INFO - TVDb ID for series 'Бригада': 103681
2024-10-18 16:21:01,509 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бригада'
2024-10-18 16:21:01,525 - ContentAutomation - INFO - Processing movie: 13455 (TMDB id)
2024-10-18 16:21:01,675 - ContentAutomation - INFO - Processing movie: 766475 (TMDB id)
2024-10-18 16:21:01,854 - ContentAutomation - INFO - Processing movie: 743203 (TMDB id)
2024-10-18 16:21:01,990 - ContentAutomation - INFO - Processing series: Последний герой (Series ID: b14c0eeadf3d76148545d4a5987f3242)
2024-10-18 16:21:01,995 - ContentAutomation - INFO - TVDb ID for series 'Последний герой': 293026
2024-10-18 16:21:02,407 - ContentAutomation - INFO - Found 19 similar TV shows for 'Последний герой'
2024-10-18 16:21:02,423 - ContentAutomation - INFO - Processing movie: 746036 (TMDB id)
2024-10-18 16:21:02,565 - ContentAutomation - INFO - Processing series: Люди Икс '97 (Series ID: d7e9b8ac396b2c9937de9139a058abff)
2024-10-18 16:21:02,592 - ContentAutomation - INFO - TVDb ID for series 'Люди Икс '97': 412432
2024-10-18 16:21:02,966 - ContentAutomation - INFO - Found 20 similar TV shows for 'Люди Икс '97'
2024-10-18 16:21:02,967 - ContentAutomation - INFO - Processing series: Бумажный дом (Series ID: 2da06a7ef0688343b039452717e41197)
2024-10-18 16:21:02,974 - ContentAutomation - INFO - TVDb ID for series 'Бумажный дом': 327417
2024-10-18 16:21:03,357 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бумажный дом'
2024-10-18 16:21:03,358 - ContentAutomation - INFO - Processing series: Голяк (Series ID: e5b4617718917d7bff4ac350a2b67594)
2024-10-18 16:21:03,363 - ContentAutomation - INFO - TVDb ID for series 'Голяк': 351960
2024-10-18 16:21:03,640 - ContentAutomation - INFO - Found 20 similar TV shows for 'Голяк'
2024-10-18 16:21:03,661 - ContentAutomation - INFO - Processing movie: 945729 (TMDB id)
2024-10-18 16:21:03,845 - ContentAutomation - INFO - Processing movie: 848538 (TMDB id)
2024-10-18 16:21:04,009 - ContentAutomation - INFO - Processing movie: 866398 (TMDB id)
2024-10-18 16:21:04,184 - ContentAutomation - INFO - Processing movie: 572802 (TMDB id)
2024-10-18 16:21:04,331 - ContentAutomation - INFO - Processing series: Что, если...? (Series ID: 7ba0eeb4b5974ab3469582fef981b10c)
2024-10-18 16:21:04,349 - ContentAutomation - INFO - TVDb ID for series 'Что, если...?': 367147
2024-10-18 16:21:04,632 - ContentAutomation - INFO - Found 20 similar TV shows for 'Что, если...?'
2024-10-18 16:21:04,654 - ContentAutomation - INFO - Processing movie: 49026 (TMDB id)
2024-10-18 16:21:04,827 - ContentAutomation - INFO - Processing movie: 12444 (TMDB id)
2024-10-18 16:21:04,983 - ContentAutomation - INFO - Processing movie: 767 (TMDB id)
2024-10-18 16:21:05,155 - ContentAutomation - INFO - Processing movie: 155 (TMDB id)
2024-10-18 16:21:05,325 - ContentAutomation - INFO - Processing movie: 272 (TMDB id)
2024-10-18 16:21:05,595 - ContentAutomation - INFO - Processing movie: 675 (TMDB id)
2024-10-18 16:21:05,759 - ContentAutomation - INFO - Processing movie: 695721 (TMDB id)
2024-10-18 16:21:05,916 - ContentAutomation - INFO - Processing series: Рик и Морти (Series ID: 8576b9769574bef7683a1e2d9d6c81f2)
2024-10-18 16:21:05,933 - ContentAutomation - INFO - TVDb ID for series 'Рик и Морти': 275274
2024-10-18 16:21:06,216 - ContentAutomation - INFO - Found 20 similar TV shows for 'Рик и Морти'
2024-10-18 16:21:06,238 - ContentAutomation - INFO - Processing movie: 383498 (TMDB id)
2024-10-18 16:21:06,411 - ContentAutomation - INFO - Processing movie: 293660 (TMDB id)
2024-10-18 16:21:06,575 - ContentAutomation - INFO - Processing movie: 9522 (TMDB id)
2024-10-18 16:21:06,853 - ContentAutomation - INFO - Processing movie: 13673 (TMDB id)
2024-10-18 16:21:07,059 - ContentAutomation - INFO - Processing movie: 11862 (TMDB id)
2024-10-18 16:21:07,227 - ContentAutomation - INFO - Processing movie: 11846 (TMDB id)
2024-10-18 16:21:07,391 - ContentAutomation - INFO - Processing movie: 661374 (TMDB id)
2024-10-18 16:21:07,554 - ContentAutomation - INFO - Processing movie: 290250 (TMDB id)
2024-10-18 16:21:07,737 - ContentAutomation - INFO - Processing movie: 50646 (TMDB id)
2024-10-18 16:21:08,025 - ContentAutomation - INFO - Processing movie: 8390 (TMDB id)
2024-10-18 16:21:08,341 - ContentAutomation - INFO - Processing movie: 122906 (TMDB id)
2024-10-18 16:21:08,498 - ContentAutomation - INFO - Processing movie: 832650 (TMDB id)
2024-10-18 16:21:08,656 - ContentAutomation - INFO - Processing movie: 438695 (TMDB id)
2024-10-18 16:21:08,820 - ContentAutomation - INFO - Processing movie: 585511 (TMDB id)
2024-10-18 16:21:08,996 - ContentAutomation - INFO - Processing movie: 345887 (TMDB id)
2024-10-18 16:21:09,352 - ContentAutomation - INFO - Processing movie: 156022 (TMDB id)
2024-10-18 16:21:09,614 - ContentAutomation - INFO - Processing movie: 1911 (TMDB id)
2024-10-18 16:21:09,931 - ContentAutomation - INFO - Processing movie: 1495 (TMDB id)
2024-10-18 16:21:10,215 - ContentAutomation - INFO - Processing movie: 9396 (TMDB id)
2024-10-18 16:21:10,573 - ContentAutomation - INFO - Processing movie: 9671 (TMDB id)
2024-10-18 16:21:10,843 - ContentAutomation - INFO - Processing movie: 11821 (TMDB id)
2024-10-18 16:21:11,540 - ContentAutomation - INFO - Processing movie: 1572 (TMDB id)
[2024-10-18 16:21:11 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:10)
2024-10-18 16:21:11,816 - ContentAutomation - INFO - Processing movie: 1573 (TMDB id)
[2024-10-18 16:21:11 +0000] [10] [ERROR] Error handling request /run_now
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 134, in handle
    self.handle_request(listener, req, client, addr)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 177, in handle_request
    respiter = self.wsgi(environ, resp.start_response)
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1498, in __call__
    return self.wsgi_app(environ, start_response)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1473, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 865, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/sync.py", line 234, in __call__
    current_executor.run_until_future(loop_future)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/current_thread_executor.py", line 77, in run_until_future
    work_item = self._work_queue.get()
  File "/usr/local/lib/python3.13/queue.py", line 202, in get
    self.not_empty.wait()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/threading.py", line 359, in wait
    waiter.acquire()
    ~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
    sys.exit(1)
    ~~~~~~~~^^^
SystemExit: 1
[2024-10-18 16:21:11 +0000] [10] [INFO] Worker exiting (pid: 10)
2024-10-18 16:21:12,145 - ContentAutomation - INFO - Processing movie: 562 (TMDB id)
2024-10-18 16:21:12,466 - ContentAutomation - INFO - Processing movie: 10438 (TMDB id)
[2024-10-18 16:21:12 +0000] [9] [ERROR] Worker (pid:10) was sent SIGKILL! Perhaps out of memory?
[2024-10-18 16:21:12 +0000] [25] [INFO] Booting worker with pid: 25
2024-10-18 16:21:13,169 - utils.utils - INFO - 

        =====================================================================================
        |   Welcome to the SuggestArr Application!                                          |
        |   Manage your settings through the web interface at: http://localhost:5000        |
        |   Fill in the input fields with your data and let the cron job handle the rest!   |
        |   To run the automation process immediately, click the 'Force Run' button.        |
        |   The 'Force Run' button will appear only after you save your settings.           |
        |   To leave feedback visit: https://github.com/giuseppe99barchetta/SuggestArr      |
        =====================================================================================

2024-10-18 16:22:04,807 - JellyseerClient - INFO - Fetched 567 total requests from Jellyseer.
2024-10-18 16:22:04,808 - ContentAutomation - INFO - Fetching recently watched content for user: admin (619361cbe8d047d5a729d13d5142d96e)
2024-10-18 16:22:06,271 - ContentAutomation - INFO - Fetching recently watched content for user: iliy (b0804fb611ee4586907805ea35b197d6)
2024-10-18 16:22:07,670 - ContentAutomation - INFO - Fetching recently watched content for user: irina (2e6fd744c30b49c2846d1e598d41a87f)
2024-10-18 16:22:09,098 - ContentAutomation - INFO - Fetching recently watched content for user: maks (7c7c84c00ee1485ea26ce338e9c6b425)
2024-10-18 16:22:10,516 - ContentAutomation - INFO - Fetching recently watched content for user: mama (5aab38d744bb4db5a48005789b0d8da9)
2024-10-18 16:22:12,297 - ContentAutomation - INFO - Fetching recently watched content for user: serg (be256d4f9bf94ec0bf13802b41584f15)
2024-10-18 16:22:14,280 - ContentAutomation - INFO - Fetching recently watched content for user: stepanov (0cf0e84ddaba4bfcad6b4e3b0e48f616)
2024-10-18 16:22:16,294 - ContentAutomation - INFO - Fetching recently watched content for user: test (fce5a0c049c24b5b8bd00ff5addd5985)
2024-10-18 16:22:18,287 - ContentAutomation - INFO - Fetching recently watched content for user: timonin (02cbbbbf1eb04403bd99070f91482bfb)
2024-10-18 16:22:19,679 - ContentAutomation - INFO - Processing series: Менталист (Series ID: 9fd9254fb92564ce11a8b8a78e6fe2bb)
2024-10-18 16:22:19,703 - ContentAutomation - INFO - TVDb ID for series 'Менталист': 82459
2024-10-18 16:22:19,994 - ContentAutomation - INFO - Found 20 similar TV shows for 'Менталист'
2024-10-18 16:22:19,995 - ContentAutomation - INFO - Processing series: Лига городов (Series ID: a95f514763205bb2f24fe07f099e4425)
2024-10-18 16:22:20,001 - ContentAutomation - INFO - TVDb ID for series 'Лига городов': 448985
2024-10-18 16:22:20,577 - ContentAutomation - WARNING - No similar TV shows found for 'Лига городов'
2024-10-18 16:22:20,594 - ContentAutomation - INFO - Processing movie: 1022789 (TMDB id)
2024-10-18 16:22:20,882 - ContentAutomation - INFO - Processing series: Бедствие ли это? (Series ID: f6aad5fd9858fc1a59f9da1036148f56)
2024-10-18 16:22:20,890 - ContentAutomation - INFO - TVDb ID for series 'Бедствие ли это?': 362052
2024-10-18 16:22:21,168 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бедствие ли это?'
2024-10-18 16:22:21,169 - ContentAutomation - INFO - Processing series: Паразит: Учение о жизни (Series ID: f2fabafa1a1a1c9ddaac8b7b8dcc9b0f)
2024-10-18 16:22:21,176 - ContentAutomation - INFO - TVDb ID for series 'Паразит: Учение о жизни': 279831
2024-10-18 16:22:21,918 - ContentAutomation - INFO - Found 20 similar TV shows for 'Паразит: Учение о жизни'
2024-10-18 16:22:21,943 - ContentAutomation - INFO - Processing movie: 8587 (TMDB id)
2024-10-18 16:22:22,341 - ContentAutomation - INFO - Processing series: Little Big (Series ID: 7dfabf3f982e64e33f2a019ada04d5c5)
2024-10-18 16:22:22,346 - ContentAutomation - INFO - Processing series: Повелитель (Series ID: 01587988d1f495e0c50b3fa8eb57a0a4)
2024-10-18 16:22:22,355 - ContentAutomation - INFO - TVDb ID for series 'Повелитель': 294002
2024-10-18 16:22:22,761 - ContentAutomation - INFO - Found 19 similar TV shows for 'Повелитель'
2024-10-18 16:22:22,762 - ContentAutomation - INFO - Processing series: Доктор Хаус (Series ID: ce3f18baa03ab502ea5554a30d2c87bd)
2024-10-18 16:22:22,770 - ContentAutomation - INFO - TVDb ID for series 'Доктор Хаус': 73255
2024-10-18 16:22:23,198 - ContentAutomation - INFO - Found 20 similar TV shows for 'Доктор Хаус'
2024-10-18 16:22:23,200 - ContentAutomation - INFO - Processing series: Этот противный целитель! (Series ID: 2293685549c2bdb28eb9467c8aa70a59)
2024-10-18 16:22:23,211 - ContentAutomation - INFO - TVDb ID for series 'Этот противный целитель!': 401935
2024-10-18 16:22:23,510 - ContentAutomation - INFO - Found 19 similar TV shows for 'Этот противный целитель!'
2024-10-18 16:22:23,511 - ContentAutomation - INFO - Processing series: Саке (Series ID: b9ae7bbf5e4d91c60b59ec6ac30529dc)
2024-10-18 16:22:23,516 - ContentAutomation - INFO - TVDb ID for series 'Саке': 455066
2024-10-18 16:22:24,316 - ContentAutomation - INFO - Found 17 similar TV shows for 'Саке'
2024-10-18 16:22:24,337 - ContentAutomation - INFO - Processing movie: 967847 (TMDB id)
2024-10-18 16:22:24,499 - ContentAutomation - INFO - Processing movie: 203801 (TMDB id)
2024-10-18 16:22:24,649 - ContentAutomation - INFO - Processing series: Фоллаут (Series ID: 13a02fed5c2e02a3483223dc388062b3)
2024-10-18 16:22:24,665 - ContentAutomation - INFO - TVDb ID for series 'Фоллаут': 416744
2024-10-18 16:22:24,948 - ContentAutomation - INFO - Found 20 similar TV shows for 'Фоллаут'
2024-10-18 16:22:24,949 - ContentAutomation - INFO - Processing series: Пацаны (Series ID: 93aff9ae403460e4121db22063eaa221)
2024-10-18 16:22:24,964 - ContentAutomation - INFO - TVDb ID for series 'Пацаны': 355567
2024-10-18 16:22:25,350 - ContentAutomation - INFO - Found 20 similar TV shows for 'Пацаны'
2024-10-18 16:22:25,351 - ContentAutomation - INFO - Processing series: Локи (Series ID: 583cb0fff11c331731b0e7d951e0fc2a)
2024-10-18 16:22:25,364 - ContentAutomation - INFO - TVDb ID for series 'Локи': 362472
2024-10-18 16:22:25,753 - ContentAutomation - INFO - Found 20 similar TV shows for 'Локи'
2024-10-18 16:22:25,754 - ContentAutomation - INFO - Processing series: Бригада (Series ID: 4ff099458f3006cba1d809e0598eb07e)
2024-10-18 16:22:25,763 - ContentAutomation - INFO - TVDb ID for series 'Бригада': 103681
2024-10-18 16:22:26,052 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бригада'
2024-10-18 16:22:26,066 - ContentAutomation - INFO - Processing movie: 13455 (TMDB id)
2024-10-18 16:22:26,224 - ContentAutomation - INFO - Processing movie: 766475 (TMDB id)
2024-10-18 16:22:26,380 - ContentAutomation - INFO - Processing movie: 743203 (TMDB id)
2024-10-18 16:22:26,618 - ContentAutomation - INFO - Processing series: Последний герой (Series ID: b14c0eeadf3d76148545d4a5987f3242)
2024-10-18 16:22:26,624 - ContentAutomation - INFO - TVDb ID for series 'Последний герой': 293026
2024-10-18 16:22:26,913 - ContentAutomation - INFO - Found 19 similar TV shows for 'Последний герой'
2024-10-18 16:22:26,932 - ContentAutomation - INFO - Processing movie: 746036 (TMDB id)
2024-10-18 16:22:27,082 - ContentAutomation - INFO - Processing series: Люди Икс '97 (Series ID: d7e9b8ac396b2c9937de9139a058abff)
2024-10-18 16:22:27,094 - ContentAutomation - INFO - TVDb ID for series 'Люди Икс '97': 412432
2024-10-18 16:22:27,489 - ContentAutomation - INFO - Found 20 similar TV shows for 'Люди Икс '97'
2024-10-18 16:22:27,490 - ContentAutomation - INFO - Processing series: Бумажный дом (Series ID: 2da06a7ef0688343b039452717e41197)
2024-10-18 16:22:27,500 - ContentAutomation - INFO - TVDb ID for series 'Бумажный дом': 327417
2024-10-18 16:22:27,788 - ContentAutomation - INFO - Found 20 similar TV shows for 'Бумажный дом'
2024-10-18 16:22:27,789 - ContentAutomation - INFO - Processing series: Голяк (Series ID: e5b4617718917d7bff4ac350a2b67594)
2024-10-18 16:22:27,796 - ContentAutomation - INFO - TVDb ID for series 'Голяк': 351960
2024-10-18 16:22:28,077 - ContentAutomation - INFO - Found 20 similar TV shows for 'Голяк'
2024-10-18 16:22:28,093 - ContentAutomation - INFO - Processing movie: 945729 (TMDB id)
2024-10-18 16:22:28,262 - ContentAutomation - INFO - Processing movie: 848538 (TMDB id)
2024-10-18 16:22:28,409 - ContentAutomation - INFO - Processing movie: 866398 (TMDB id)
2024-10-18 16:22:28,711 - ContentAutomation - INFO - Processing movie: 572802 (TMDB id)
2024-10-18 16:22:28,860 - ContentAutomation - INFO - Processing series: Что, если...? (Series ID: 7ba0eeb4b5974ab3469582fef981b10c)
2024-10-18 16:22:28,868 - ContentAutomation - INFO - TVDb ID for series 'Что, если...?': 367147
2024-10-18 16:22:29,156 - ContentAutomation - INFO - Found 20 similar TV shows for 'Что, если...?'
2024-10-18 16:22:29,177 - ContentAutomation - INFO - Processing movie: 49026 (TMDB id)
2024-10-18 16:22:29,343 - ContentAutomation - INFO - Processing movie: 12444 (TMDB id)
2024-10-18 16:22:29,506 - ContentAutomation - INFO - Processing movie: 767 (TMDB id)
2024-10-18 16:22:29,899 - ContentAutomation - INFO - Processing movie: 155 (TMDB id)
2024-10-18 16:22:30,076 - ContentAutomation - INFO - Processing movie: 272 (TMDB id)
2024-10-18 16:22:30,245 - ContentAutomation - INFO - Processing movie: 675 (TMDB id)
2024-10-18 16:22:30,397 - ContentAutomation - INFO - Processing movie: 695721 (TMDB id)
2024-10-18 16:22:30,688 - ContentAutomation - INFO - Processing series: Рик и Морти (Series ID: 8576b9769574bef7683a1e2d9d6c81f2)
2024-10-18 16:22:30,698 - ContentAutomation - INFO - TVDb ID for series 'Рик и Морти': 275274
2024-10-18 16:22:31,096 - ContentAutomation - INFO - Found 20 similar TV shows for 'Рик и Морти'
2024-10-18 16:22:31,116 - ContentAutomation - INFO - Processing movie: 383498 (TMDB id)
2024-10-18 16:22:31,287 - ContentAutomation - INFO - Processing movie: 293660 (TMDB id)
2024-10-18 16:22:31,442 - ContentAutomation - INFO - Processing movie: 9522 (TMDB id)
2024-10-18 16:22:31,593 - ContentAutomation - INFO - Processing movie: 13673 (TMDB id)
2024-10-18 16:22:31,755 - ContentAutomation - INFO - Processing movie: 11862 (TMDB id)
2024-10-18 16:22:31,917 - ContentAutomation - INFO - Processing movie: 11846 (TMDB id)
2024-10-18 16:22:32,164 - ContentAutomation - INFO - Processing movie: 661374 (TMDB id)
2024-10-18 16:22:32,463 - ContentAutomation - INFO - Processing movie: 290250 (TMDB id)
2024-10-18 16:22:32,625 - ContentAutomation - INFO - Processing movie: 50646 (TMDB id)
2024-10-18 16:22:32,782 - ContentAutomation - INFO - Processing movie: 8390 (TMDB id)
2024-10-18 16:22:32,946 - ContentAutomation - INFO - Processing movie: 122906 (TMDB id)
2024-10-18 16:22:33,096 - ContentAutomation - INFO - Processing movie: 832650 (TMDB id)
2024-10-18 16:22:33,249 - ContentAutomation - INFO - Processing movie: 438695 (TMDB id)
2024-10-18 16:22:33,419 - ContentAutomation - INFO - Processing movie: 585511 (TMDB id)
2024-10-18 16:22:33,585 - ContentAutomation - INFO - Processing movie: 345887 (TMDB id)
2024-10-18 16:22:33,777 - ContentAutomation - INFO - Processing movie: 156022 (TMDB id)
2024-10-18 16:22:33,938 - ContentAutomation - INFO - Processing movie: 1911 (TMDB id)
2024-10-18 16:22:34,095 - ContentAutomation - INFO - Processing movie: 1495 (TMDB id)
2024-10-18 16:22:34,258 - ContentAutomation - INFO - Processing movie: 9396 (TMDB id)
2024-10-18 16:22:34,424 - ContentAutomation - INFO - Processing movie: 9671 (TMDB id)
2024-10-18 16:22:34,592 - ContentAutomation - INFO - Processing movie: 11821 (TMDB id)
2024-10-18 16:22:34,769 - ContentAutomation - INFO - Processing movie: 1572 (TMDB id)
[2024-10-18 16:22:34 +0000] [9] [CRITICAL] WORKER TIMEOUT (pid:19)
[2024-10-18 16:22:34 +0000] [19] [ERROR] Error handling request /run_now
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 134, in handle
    self.handle_request(listener, req, client, addr)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/sync.py", line 177, in handle_request
    respiter = self.wsgi(environ, resp.start_response)
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1498, in __call__
    return self.wsgi_app(environ, start_response)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 1473, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.13/site-packages/flask/app.py", line 865, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/sync.py", line 234, in __call__
    current_executor.run_until_future(loop_future)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/asgiref/current_thread_executor.py", line 77, in run_until_future
    work_item = self._work_queue.get()
  File "/usr/local/lib/python3.13/queue.py", line 202, in get
    self.not_empty.wait()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/threading.py", line 359, in wait
    waiter.acquire()
    ~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/gunicorn/workers/base.py", line 204, in handle_abort
    sys.exit(1)
    ~~~~~~~~^^^
SystemExit: 1
[2024-10-18 16:22:34 +0000] [19] [INFO] Worker exiting (pid: 19)
2024-10-18 16:22:35,033 - ContentAutomation - INFO - Processing movie: 1573 (TMDB id)
2024-10-18 16:22:35,321 - ContentAutomation - INFO - Processing movie: 562 (TMDB id)
2024-10-18 16:22:35,486 - ContentAutomation - INFO - Processing movie: 10438 (TMDB id)
2024-10-18 16:22:35,650 - ContentAutomation - INFO - Processing movie: 695721 (TMDB id)
2024-10-18 16:22:35,816 - ContentAutomation - INFO - Processing movie: 9600 (TMDB id)
[2024-10-18 16:22:35 +0000] [9] [ERROR] Worker (pid:19) was sent SIGKILL! Perhaps out of memory?
[2024-10-18 16:22:35 +0000] [27] [INFO] Booting worker with pid: 27
2024-10-18 16:22:36,295 - utils.utils - INFO - 

        =====================================================================================
        |   Welcome to the SuggestArr Application!                                          |
        |   Manage your settings through the web interface at: http://localhost:5000        |
        |   Fill in the input fields with your data and let the cron job handle the rest!   |
        |   To run the automation process immediately, click the 'Force Run' button.        |
        |   The 'Force Run' button will appear only after you save your settings.           |
        |   To leave feedback visit: https://github.com/giuseppe99barchetta/SuggestArr      |
        =====================================================================================
giuseppe99barchetta commented 11 hours ago

Could you please try running the :test tag? I've made an update that I’d like you to test.

Druidblack commented 11 hours ago

This option works. But there are a few questions. In the settings, I specified an account that requires confirmation before being added to radarr and sonar. But the program ignored this and the admin account (my account)

In the Max Similar Movies settings: and Max Similar TV Shows: how many movies and TV shows can be added at most in one program cycle? If that's the case, then it doesn't work. The program added about 40 movies and 20 TV series to me. It was a horror. Everything had to be deleted. Since I couldn't confirm what I needed from this.

In the settings it was for movies 3 and for TV series 2

giuseppe99barchetta commented 10 hours ago

This option works. But there are a few questions. In the settings, I specified an account that requires confirmation before being added to radarr and sonar. But the program ignored this and the admin account (my account)

In the Max Similar Movies settings: and Max Similar TV Shows: how many movies and TV shows can be added at most in one program cycle? If that's the case, then it doesn't work. The program added about 40 movies and 20 TV series to me. It was a horror. Everything had to be deleted. Since I couldn't confirm what I needed from this.

In the settings it was for movies 3 and for TV series 2

The system should first verify if the credentials for the local Jellyseer user are correct. If the credentials are invalid, it should automatically switch to making requests using the admin account. Please double-check to ensure that the specified user credentials are correct.

Additionally, the limit for similar movie and TV show requests applies to each piece of content viewed. For example, it should request 3 similar movies for each movie watched and 2 similar TV shows for each TV show watched.

giuseppe99barchetta commented 6 hours ago

The issue has been fixed in production with the latesttag. If you have any further questions or encounter bugs unrelated to this issue, please feel free to open a new one or post in the Discussion panel.