blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.64k stars 305 forks source link

[Issue] Tautulli NotificationHandler :: {1} media_type | is | 'show or season or episode' > 'episode' > False #412

Closed erickyun closed 6 months ago

erickyun commented 6 months ago

Hi,

The script hide_episode_spoilers.py does not execute for me! I would appreciate if you could please help me?

I tried to increase delay like you mentioned here image but it does not work for me!

Manually and Test Notifications works fine. I'm using docker btw

# Tautulli docker server
  tautulli:
    image: lscr.io/linuxserver/tautulli:latest
    container_name: tautulli
--------Log-------- ``` 2023-12-22 16:33:11 DEBUG Tautulli TimelineHandler :: Library item '' (3481, grandparent 1741) added to recently added queue. 2023-12-22 16:41:31 - DEBUG :: ThreadPoolExecutor-0_0 : Tautulli TimelineHandler :: Starting callback for library item '' (1741) after delay. 2023-12-22 16:41:31 - DEBUG :: ThreadPoolExecutor-0_0 : Tautulli TimelineHandler :: Library item 'random name here' (3481) added to Plex. 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'on_created'. 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Checking global notification conditions. 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Global notification conditions evaluated to 'True'. 2023-12-22 16:41:31 - DEBUG :: ThreadPoolExecutor-0_0 : Added 1 items to the recently_added database table. 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Checking custom notification conditions for notifier_id 1. 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: {1} media_type | is | 'show or season or episode' > 'episode' > False 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Condition logic [blank]: {1} > False 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Custom conditions evaluated to 'False'. Conditions: [False]. 2023-12-22 16:41:31 - DEBUG :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Custom notification conditions not satisfied, skipping notifier_id 1. ```