morpheus65535 / bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
https://www.bazarr.media
GNU General Public License v3.0
2.69k stars 212 forks source link

Getting 'InsecureRequestWarning' #843

Closed C8opmBM closed 4 years ago

C8opmBM commented 4 years ago

It's been a year since I got these, and they never been addressed. As you can see I opened this issue one year ago, and I was directed to you guys.

Here is the issue: https://github.com/linuxserver/docker-bazarr/issues/18

My log is being spammed over an over with the same message. Can I fix this somehow?

/app/bazarr/bazarr/../libs/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

morpheus65535 commented 4 years ago

Please provide information about your setup and enable debug logging for me to be able to see what part of the code is doing an insecure https call.

C8opmBM commented 4 years ago

Ok.

This is my docker compose:


version: "2"

services:
  ReverseProxy:
    image: linuxserver/letsencrypt
    restart: unless-stopped
    #logging:
    # driver: "none"
    ports:
      #- "4480:80"    
      - "4443:443"
    volumes:
      - /sharedfolders/mediatools/letsencrypt:/config
    cap_add:
      - NET_ADMIN      
    networks:
      - media
    container_name: ReverseProxy
    environment:
      - PUID=1001 # get on dockerhost through command "id <user>""
      - PGID=100
      - EMAIL=my@email.net
      - URL=domain.net
      - SUBDOMAINS=www,ds,plex,bazarr,nextcloud,tvheadend,heimdall,tautulli,sonarr,radarr,radarr4k,ombi,qbittorrent,jackett,mariadb,oscam,xteve,pihole
      - TZ=Europe/Bucharest
      - VALIDATION=dns # using dns validation
      - DNSPLUGIN=cloudflare # via dnsimple, note there is additional configuration require separate from this file
      # - STAGING=true # this should be uncommented when testing for initial success, to avoid some rate limiting

      ......

  bazarr:
    depends_on:
      - ReverseProxy
    image: linuxserver/bazarr
    restart: unless-stopped
    volumes:
      - /sharedfolders/Media/TV:/tv
      - /sharedfolders/Media/Movies:/movies
      - /sharedfolders/mediatools/bazarr:/config
    environment:
      - TZ=Europe/Bucharest
      - PUID=1001
      - PGID=100
    networks:
      - media
    container_name: bazarr
networks:
      media:

Debug log:

01/03/2020 12:09:09|INFO    |root                            |BAZARR Finished searching for missing Subtitles. Check History for more information.|
01/03/2020 12:51:40|INFO    |root                            |Using subscene again after 10 minutes, (disabled because: ConfigurationError)|
01/03/2020 12:51:40|INFO    |root                            |Using addic7ed again after 10 minutes, (disabled because: TypeError)|
01/03/2020 12:53:53|INFO    |root                            |BAZARR is started and waiting for request on http://0.***.***.***:6767/|
01/03/2020 12:58:54|INFO    |root                            |Throttling subscene for 10 minutes, until 20/03/01 13:08, because of: ConfigurationError. Exception info: 'Username and password must be specified'|
01/03/2020 15:14:58|INFO    |root                            |Using subscene again after 10 minutes, (disabled because: ConfigurationError)|
01/03/2020 15:21:00|DEBUG   |root                            |Bazarr version: 0.***.***.***|
01/03/2020 15:21:00|DEBUG   |root                            |Bazarr branch: master|
01/03/2020 15:21:00|DEBUG   |root                            |Operating system: Linux-4.19.0-0.bpo.6-amd64-x86_64-with|
01/03/2020 15:21:00|DEBUG   |root                            |Python version: 3.8.2|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: SELECT * FROM table_settings_notifier ORDER BY name, None|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 cf79798c-06ae-438d-9158-68d947b304f2|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: SELECT * FROM table_settings_notifier ORDER BY name, []|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 cf79798c-06ae-438d-9158-68d947b304f2|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'AWS Simple Notification Service (SNS)')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 7065bcb0-3f01-4687-be42-9e2dd63206fe|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'AWS Simple Notification Service (SNS)')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Boxcar')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 a545e383-f09d-4b65-b214-e9e8485d2cd9|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Boxcar')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Cisco Webex Teams')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 1e2e6b94-9035-4b73-b5f6-2bcf9233b002|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Cisco Webex Teams')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'ClickSend')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 b4dddb9e-57cf-4cff-afab-3e9d977c2f79|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'ClickSend')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'D7 Networks')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0043de4c-ea62-459a-905b-ce88f2f9d67c|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'D7 Networks')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'DBus Notification')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 bd905c12-cbc2-444d-91f6-14cf97cb39b4|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 bd905c12-cbc2-444d-91f6-14cf97cb39b4|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'DBus Notification')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Discord')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 97ad2344-8b3a-4b7e-a7f5-0d34765166a8|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Discord')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'E-Mail')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 b031d902-aaa6-4fcd-be7d-12988adcb344|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'E-Mail')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Emby')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 11f1a753-d19d-47f0-bfed-7bc6e0eb2bd9|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Emby')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Faast')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 259f1659-a26a-43e4-88df-c99d823f4df8|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Faast')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Flock')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 8d3021d3-fc28-47d2-81e5-91089b004fd1|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Flock')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Gitter')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 bdd0b042-7ce9-4f39-8662-4c8763c9aaec|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 bdd0b042-7ce9-4f39-8662-4c8763c9aaec|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Gitter')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Gnome Notification')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 1d64140a-ba59-4504-84c1-49d766cfe964|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Gnome Notification')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Gotify')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 fdbc5930-f6d2-47f0-b4b1-22cb89267cce|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 fdbc5930-f6d2-47f0-b4b1-22cb89267cce|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Gotify')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Growl')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 ad1f0ae6-73f2-4f36-b4f0-183986525993|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Growl')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'IFTTT')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 3e137497-aa07-4ac3-a358-632f80a503e9|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'IFTTT')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'JSON')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f53436a5-a60e-4f79-85e8-61b36b2fdd80|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'JSON')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Join')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f92a2983-d992-44e0-92bb-e493c9498012|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Join')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Kodi/XBMC')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 fb26da9a-f845-45eb-9531-da0bf5b7ded2|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Kodi/XBMC')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Kumulos')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 26d21d02-1e60-4361-801d-a32be2030b9e|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Kumulos')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MSG91')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f344842c-125d-45cc-a4da-b38644564ec5|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MSG91')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MSTeams')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f77ca420-6487-4e57-8e43-8b4cf693e8a9|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MSTeams')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 f77ca420-6487-4e57-8e43-8b4cf693e8a9|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Mailgun')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 44150a13-9c01-465e-964f-f4d9c7f9c4cd|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Mailgun')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Matrix')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 41cfffa4-c7eb-49b8-a47a-bb5c3c7ab3f8|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Matrix')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MatterMost')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 d56713d3-e058-44a1-a709-0fa61ec3ac81|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 d56713d3-e058-44a1-a709-0fa61ec3ac81|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MatterMost')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MessageBird')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f8c3ae9e-fc49-4e37-964b-ae72f9c8c313|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'MessageBird')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Nexmo')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0be4f7a5-80da-4230-89a9-1bd38b85f2d0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Nexmo')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Notica')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0ee8dd39-276e-4817-91b2-07d1378f1a40|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Notica')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Notifico')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 8e05deb3-8419-4e52-aa9a-9f6a865c845a|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Notifico')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 8e05deb3-8419-4e52-aa9a-9f6a865c845a|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Prowl')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 91528d13-ea2b-4f10-9e42-5a508c286b89|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Prowl')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushbullet')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 bb850443-03a5-4f84-9997-f82c5b50a25b|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushbullet')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushed')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 e98cf529-69b1-4274-8de6-b672ae5a784b|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushed')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushjet')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 02dfd355-5b65-458a-9e8b-1feb8e47a678|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushjet')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushover')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 82388aca-31d2-4e4f-bd87-4d5668aa9ac4|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Pushover')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Rocket.Chat')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 76a29812-cffe-4da7-876d-6b0155407b1d|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Rocket.Chat')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Ryver')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 e9ec2bc1-34ae-4bb5-8376-c074d9a306e5|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Ryver')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'SendGrid')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 ee699aa3-ab80-4a29-925a-ad1b43e216d1|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'SendGrid')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'SimplePush')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 ffaee7fc-b7a4-490f-8456-0c77518f0e2f|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'SimplePush')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Slack')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 ce96ce41-370d-46fd-934a-05b63514dc6f|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Slack')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 ce96ce41-370d-46fd-934a-05b63514dc6f|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Syslog')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 a51e94a0-fc5b-496c-b503-90e785a1f118|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Syslog')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Techulus Push')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0bb49814-9f79-41d5-b208-2227aaaca771|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Techulus Push')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Telegram')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 abcbdc0d-2eff-4c96-8706-dc1869f915d0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Telegram')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 abcbdc0d-2eff-4c96-8706-dc1869f915d0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Twilio')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 970623c4-c006-4dcf-89c3-f4b1f3f2a5b4|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Twilio')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Twist')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 5e16dfaf-d369-42c0-ad50-2ca54bef5ca9|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Twist')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Twitter')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 e4d54b55-b126-4bdd-a343-aaf4af342a0e|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Twitter')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 e4d54b55-b126-4bdd-a343-aaf4af342a0e|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Windows Notification')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 36f98287-a442-4609-99ed-dbff2916f17c|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Windows Notification')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'XML')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 9209bcd7-77d4-400e-90fd-3a2176248a4f|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'XML')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'XMPP')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 2817f443-663e-4488-80e6-b5449f430a5c|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'XMPP')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Zulip')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 21a9c51f-5dd9-47c6-b816-2eee5da47663|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 21a9c51f-5dd9-47c6-b816-2eee5da47663|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: UPDATE table_settings_notifier SET enabled=?, url=? WHERE name=?, (0, '', 'Zulip')|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|INFO    |apscheduler.scheduler           |Added job "Update all Episode Subtitles from disk" to job store "default"|
01/03/2020 15:21:00|INFO    |apscheduler.scheduler           |Added job "Update all Movie Subtitles from disk" to job store "default"|
01/03/2020 15:21:00|INFO    |apscheduler.scheduler           |Added job "Update Release Info" to job store "default"|
01/03/2020 15:21:00|DEBUG   |apscheduler.scheduler           |Looking for jobs to run|
01/03/2020 15:21:00|INFO    |apscheduler.scheduler           |Added job "Search for wanted Subtitles" to job store "default"|
01/03/2020 15:21:00|DEBUG   |apscheduler.scheduler           |Next wakeup is due at 2020-03-01 15:21:53.116547+02:00 (in 52.462897 seconds)|
01/03/2020 15:21:00|INFO    |apscheduler.scheduler           |Added job "Upgrade previously downloaded Subtitles" to job store "default"|
01/03/2020 15:21:00|DEBUG   |apscheduler.scheduler           |Looking for jobs to run|
01/03/2020 15:21:00|INFO    |root                            |BAZARR Settings saved succesfully.|
01/03/2020 15:21:00|DEBUG   |apscheduler.scheduler           |Next wakeup is due at 2020-03-01 15:21:53.116547+02:00 (in 52.460813 seconds)|
01/03/2020 15:21:00|DEBUG   |apscheduler.scheduler           |Looking for jobs to run|
01/03/2020 15:21:00|DEBUG   |apscheduler.scheduler           |Next wakeup is due at 2020-03-01 15:21:53.116547+02:00 (in 52.458636 seconds)|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: SELECT * FROM table_settings_languages ORDER BY name, None|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 999e4172-b023-4ee7-86a5-3f5ed02d94d3|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: SELECT * FROM table_settings_languages ORDER BY name, []|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 999e4172-b023-4ee7-86a5-3f5ed02d94d3|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: SELECT * FROM table_settings_notifier ORDER BY name, None|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 44afebc9-5b1b-4ec2-9ecf-706aa5618100|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: SELECT * FROM table_settings_notifier ORDER BY name, []|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: SELECT COUNT(*) as count FROM table_episodes WHERE missing_subtitles != '[]', None|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 ba938348-cb1e-4ffb-9ef4-617349adbbc0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: SELECT COUNT(*) as count FROM table_episodes WHERE missing_subtitles != '[]', []|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.002 ba938348-cb1e-4ffb-9ef4-617349adbbc0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]', None|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 058dc19c-5bf9-4fb9-90e5-c43d952fabf7|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]', []|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |execute: SELECT configured, updated FROM system, None|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |Sleeping: 0.001 d2537591-cd57-4537-a44f-a0ef21298c19|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: SELECT configured, updated FROM system, []|
01/03/2020 15:21:00|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.mydomain.net:443|
01/03/2020 15:21:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.mydomain.net|
01/03/2020 15:21:02|DEBUG   |urllib3.connectionpool          |https://sonarr.mydomain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:21:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): radarr.mydomain.net:443|
01/03/2020 15:21:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on radarr.mydomain.net|
01/03/2020 15:21:02|DEBUG   |urllib3.connectionpool          |https://radarr.domain.net:443 "GET /api/system/status?apikey=********25 HTTP/1.1" 200 None|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |execute: SELECT COUNT(*) as count FROM table_episodes WHERE missing_subtitles != '[]', None|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |Sleeping: 0.001 6d032cde-603c-421e-af2b-e6290a06e451|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |run: SELECT COUNT(*) as count FROM table_episodes WHERE missing_subtitles != '[]', []|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |Sleeping: 0.002 6d032cde-603c-421e-af2b-e6290a06e451|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |execute: SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]', None|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |Sleeping: 0.001 861c5b26-502b-4369-b709-39c01d451f26|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |run: SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]', []|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |execute: SELECT configured, updated FROM system, None|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |Sleeping: 0.001 34c3a089-eb03-4eea-bfb8-a474add3709c|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |run: SELECT configured, updated FROM system, []|
01/03/2020 15:21:02|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:08|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:21:08|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:21:08|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:21:08|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): radarr.domain.net:443|
01/03/2020 15:21:08|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on radarr.domain.net|
01/03/2020 15:21:08|DEBUG   |urllib3.connectionpool          |https://radarr.domain.net:443 "GET /api/system/status?apikey=********25 HTTP/1.1" 200 None|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |execute: SELECT COUNT(*) as count FROM table_episodes WHERE missing_subtitles != '[]', None|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |Sleeping: 0.001 dfd58333-c5ef-4541-a42a-e77bfe3a740f|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |run: SELECT COUNT(*) as count FROM table_episodes WHERE missing_subtitles != '[]', []|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |Sleeping: 0.002 dfd58333-c5ef-4541-a42a-e77bfe3a740f|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |execute: SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]', None|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |Sleeping: 0.001 89d3849f-037e-404a-b38b-0ffa6c05afce|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |run: SELECT COUNT(*) as count FROM table_movies WHERE missing_subtitles != '[]', []|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |execute: SELECT configured, updated FROM system, None|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |Sleeping: 0.001 e5d6c07c-00f6-4765-8df5-7f7c9901ab40|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |run: SELECT configured, updated FROM system, []|
01/03/2020 15:21:08|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:53|DEBUG   |apscheduler.scheduler           |Looking for jobs to run|
01/03/2020 15:21:53|DEBUG   |apscheduler.scheduler           |Next wakeup is due at 2020-03-01 15:22:53.116547+02:00 (in 59.998722 seconds)|
01/03/2020 15:21:53|INFO    |apscheduler.executors.default   |Running job "Update Series list from Sonarr (trigger: interval[0:01:00], next run at: 2020-03-01 15:22:53 EET)" (scheduled at 2020-03-01 15:21:53.116547+02:00)|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:21:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:21:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:21:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/profile?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:21:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:21:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/series?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |execute: SELECT sonarrSeriesId FROM table_shows, None|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 4a438571-f1d3-4ff2-98ce-0a71babb196e|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |run: SELECT sonarrSeriesId FROM table_shows, []|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 4a438571-f1d3-4ff2-98ce-0a71babb196e|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |execute: SELECT title, path, tvdbId, sonarrSeriesId, overview, poster, fanart, audio_language, sortTitle, year, alternateTitles FROM table_shows, None|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f4674742-f278-4817-9c64-0c70acd2e95a|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |run: SELECT title, path, tvdbId, sonarrSeriesId, overview, poster, fanart, audio_language, sortTitle, year, alternateTitles FROM table_shows, []|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 f4674742-f278-4817-9c64-0c70acd2e95a|
01/03/2020 15:21:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:21:53|DEBUG   |root                            |BAZARR All series synced from Sonarr into database.|
01/03/2020 15:21:53|INFO    |apscheduler.executors.default   |Job "Update Series list from Sonarr (trigger: interval[0:01:00], next run at: 2020-03-01 15:22:53 EET)" executed successfully|
01/03/2020 15:22:53|DEBUG   |apscheduler.scheduler           |Looking for jobs to run|
01/03/2020 15:22:53|DEBUG   |apscheduler.scheduler           |Next wakeup is due at 2020-03-01 15:23:53.116547+02:00 (in 59.998177 seconds)|
01/03/2020 15:22:53|INFO    |apscheduler.executors.default   |Running job "Update Series list from Sonarr (trigger: interval[0:01:00], next run at: 2020-03-01 15:23:53 EET)" (scheduled at 2020-03-01 15:22:53.116547+02:00)|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:22:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:22:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:22:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/profile?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:22:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:22:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/series?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |execute: SELECT sonarrSeriesId FROM table_shows, None|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0f8384ef-9182-40d0-8d9f-b23e60168267|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |run: SELECT sonarrSeriesId FROM table_shows, []|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 0f8384ef-9182-40d0-8d9f-b23e60168267|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |execute: SELECT title, path, tvdbId, sonarrSeriesId, overview, poster, fanart, audio_language, sortTitle, year, alternateTitles FROM table_shows, None|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 17b1c6c5-0fef-4ec5-891a-a4168233531d|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |run: SELECT title, path, tvdbId, sonarrSeriesId, overview, poster, fanart, audio_language, sortTitle, year, alternateTitles FROM table_shows, []|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 17b1c6c5-0fef-4ec5-891a-a4168233531d|
01/03/2020 15:22:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:22:53|DEBUG   |root                            |BAZARR All series synced from Sonarr into database.|
01/03/2020 15:22:53|INFO    |apscheduler.executors.default   |Job "Update Series list from Sonarr (trigger: interval[0:01:00], next run at: 2020-03-01 15:23:53 EET)" executed successfully|
01/03/2020 15:23:53|DEBUG   |apscheduler.scheduler           |Looking for jobs to run|
01/03/2020 15:23:53|DEBUG   |apscheduler.scheduler           |Next wakeup is due at 2020-03-01 15:24:53.116547+02:00 (in 59.997727 seconds)|
01/03/2020 15:23:53|INFO    |apscheduler.executors.default   |Running job "Update Series list from Sonarr (trigger: interval[0:01:00], next run at: 2020-03-01 15:24:53 EET)" (scheduled at 2020-03-01 15:23:53.116547+02:00)|
01/03/2020 15:23:53|INFO    |apscheduler.executors.default   |Running job "Sync episodes with Sonarr (trigger: interval[0:05:00], next run at: 2020-03-01 15:28:53 EET)" (scheduled at 2020-03-01 15:23:53.116856+02:00)|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |root                            |BAZARR Starting episodes sync from Sonarr.|
01/03/2020 15:23:53|INFO    |apscheduler.executors.default   |Running job "Update Movie list from Radarr (trigger: interval[0:05:00], next run at: 2020-03-01 15:28:53 EET)" (scheduled at 2020-03-01 15:23:53.117044+02:00)|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |execute: SELECT sonarrEpisodeId, path, sonarrSeriesId FROM table_episodes, None|
01/03/2020 15:23:53|DEBUG   |root                            |BAZARR Starting movie sync from Radarr.|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 c58d7353-717f-4989-8094-0afee042f70d|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): radarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: SELECT sonarrEpisodeId, path, sonarrSeriesId FROM table_episodes, []|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on radarr.domain.net|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 c58d7353-717f-4989-8094-0afee042f70d|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.004 c58d7353-717f-4989-8094-0afee042f70d|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |execute: SELECT sonarrSeriesId, title FROM table_shows, None|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0bed5b51-f43d-4980-a154-a8029554ed50|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: SELECT sonarrSeriesId, title FROM table_shows, []|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 0bed5b51-f43d-4980-a154-a8029554ed50|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://radarr.domain.net:443 "GET /api/system/status?apikey=********25 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): radarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on radarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=100&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/system/status?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://radarr.domain.net:443 "GET /api/profile?apikey=********25 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): radarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on radarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/profile?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=99&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://radarr.domain.net:443 "GET /api/movie?apikey=********25 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=95&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |execute: SELECT tmdbId, path, radarrId FROM table_movies, None|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f59924c8-e44d-469e-b67f-4990f6281ad5|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: SELECT tmdbId, path, radarrId FROM table_movies, []|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:53|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:53|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |execute: SELECT radarrId, title, path, tmdbId, overview, poster, fanart, audio_language, sceneName, monitored, sortTitle, year, alternativeTitles, format, resolution, video_codec, audio_codec, imdbId,movie_file_id FROM table_movies, None|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 c60ea0e5-b8d8-402d-9bd2-a7b1038a488d|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: SELECT radarrId, title, path, tmdbId, overview, poster, fanart, audio_language, sceneName, monitored, sortTitle, year, alternativeTitles, format, resolution, video_codec, audio_codec, imdbId,movie_file_id FROM table_movies, []|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 c60ea0e5-b8d8-402d-9bd2-a7b1038a488d|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |execute: UPDATE table_movies SET radarrId=?,title=?,path=?,tmdbId=?,poster=?,fanart=?,audio_language=?,sceneName=?,monitored=?,year=?,sortTitle=?,alternativeTitles=?,format=?,resolution=?,video_codec=?,audio_codec=?,overview=?,imdbId=?,movie_file_id=? WHERE radarrId = ?, (307, 'The Last Full Measure', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv', '442065', '/MediaCover/307/poster-500.jpg', '/MediaCover/307/fanart.jpg', 'English', None, 'True', '2019', 'last full measure', '[]', 'Bluray', '1080p', None, None, 'The incredible true story of Vietnam War hero William H. Pitsenbarger, a U.S. Air Force Pararescuemen medic who personally saved over sixty men. Thirty-two years later, Pentagon staffer Scott Huffman investigates a Congressional Medal of Honor request for Pitsenbarger and uncovers a high-level conspiracy behind the decades-long denial of the medal, prompting Huffman to put his own career on the line to seek justice for the fallen airman.', 'tt0783640', 408, 307)|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 4afe130e-ed18-4c60-94be-c4ceaccef378|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: UPDATE table_movies SET radarrId=?,title=?,path=?,tmdbId=?,poster=?,fanart=?,audio_language=?,sceneName=?,monitored=?,year=?,sortTitle=?,alternativeTitles=?,format=?,resolution=?,video_codec=?,audio_codec=?,overview=?,imdbId=?,movie_file_id=? WHERE radarrId = ?, (307, 'The Last Full Measure', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv', '442065', '/MediaCover/307/poster-500.jpg', '/MediaCover/307/fanart.jpg', 'English', None, 'True', '2019', 'last full measure', '[]', 'Bluray', '1080p', None, None, 'The incredible true story of Vietnam War hero William H. Pitsenbarger, a U.S. Air Force Pararescuemen medic who personally saved over sixty men. Thirty-two years later, Pentagon staffer Scott Huffman investigates a Congressional Medal of Honor request for Pitsenbarger and uncovers a high-level conspiracy behind the decades-long denial of the medal, prompting Huffman to put his own career on the line to seek justice for the fallen airman.', 'tt0783640', 408, 307)|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.002 4afe130e-ed18-4c60-94be-c4ceaccef378|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |execute: INSERT OR IGNORE INTO table_movies(radarrId,title,path,tmdbId,languages,subtitles,hearing_impaired,overview,poster,fanart,audio_language,sceneName,monitored,sortTitle,year,alternativeTitles,format,resolution,video_codec,audio_codec,imdbId,forced,movie_file_id) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?), (147, 'Leaving Neverland', '/downloads/Movies/Leaving Neverland (2019)/Leaving Neverland (2019) - [WEBDL-1080P][EAC3 5.1][H264]-NTG.mkv', '590022', "['en', 'ro']", '[]', 'False', "At the height of his stardom, the world's biggest pop star, Michael Jackson, began long-running relationships with two boys, aged seven and ten, and their families. They now allege that he sexually abused them.", '/MediaCover/147/poster-500.jpg', '/MediaCover/147/fanart.jpg', 'English', None, 'True', 'leaving neverland', '2019', '[]', 'WEBDL', '1080p', None, None, 'tt9573980', 'False', 115)|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |Sleeping: 0.001 3e51b84b-fe2e-4e48-aa99-f595763f7276|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: INSERT OR IGNORE INTO table_movies(radarrId,title,path,tmdbId,languages,subtitles,hearing_impaired,overview,poster,fanart,audio_language,sceneName,monitored,sortTitle,year,alternativeTitles,format,resolution,video_codec,audio_codec,imdbId,forced,movie_file_id) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?), (147, 'Leaving Neverland', '/downloads/Movies/Leaving Neverland (2019)/Leaving Neverland (2019) - [WEBDL-1080P][EAC3 5.1][H264]-NTG.mkv', '590022', "['en', 'ro']", '[]', 'False', "At the height of his stardom, the world's biggest pop star, Michael Jackson, began long-running relationships with two boys, aged seven and ten, and their families. They now allege that he sexually abused them.", '/MediaCover/147/poster-500.jpg', '/MediaCover/147/fanart.jpg', 'English', None, 'True', 'leaving neverland', '2019', '[]', 'WEBDL', '1080p', None, None, 'tt9573980', 'False', 115)|
01/03/2020 15:23:53|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR started subtitles indexing for this file: /movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR is trying to index embedded subtitles.|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/series?apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: SELECT sonarrSeriesId FROM table_shows, None|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 83537fbc-1ecd-4cbb-adb4-e3fc78f69a17|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: SELECT sonarrSeriesId FROM table_shows, []|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: SELECT title, path, tvdbId, sonarrSeriesId, overview, poster, fanart, audio_language, sortTitle, year, alternateTitles FROM table_shows, None|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 0131cc01-abb0-4977-9e11-3a27033649e2|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: SELECT title, path, tvdbId, sonarrSeriesId, overview, poster, fanart, audio_language, sortTitle, year, alternateTitles FROM table_shows, []|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR All series synced from Sonarr into database.|
01/03/2020 15:23:54|INFO    |apscheduler.executors.default   |Job "Update Series list from Sonarr (trigger: interval[0:01:00], next run at: 2020-03-01 15:24:53 EET)" executed successfully|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR embedded subtitles detected: de|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: SELECT code3 FROM table_settings_languages WHERE enabled=1, None|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 be5821ba-4f7c-4209-8b36-f948be4ed0da|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: SELECT code3 FROM table_settings_languages WHERE enabled=1, []|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.core           |external subs: scanning path /movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv|
01/03/2020 15:23:54|ERROR   |subliminal_patch.core           |Cannot parse language code '1][X264]-IFT'|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.core           |Found subtitles {'The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.en.srt': <Language [en]>, 'The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.sub': None, 'The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.ro.srt': <Language [ro]>}|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.core           |external subs: found {'The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.en.srt': <Language [en]>, 'The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.sub': None, 'The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.ro.srt': <Language [ro]>}|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR falling back to file content analysis to detect language.|
01/03/2020 15:23:54|DEBUG   |binaryornot.check               |is_binary: '/movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.sub'|
01/03/2020 15:23:54|DEBUG   |binaryornot.helpers             |nontext_ratio1: 0.6640625|
01/03/2020 15:23:54|DEBUG   |binaryornot.helpers             |nontext_ratio2: 0.6416015625|
01/03/2020 15:23:54|DEBUG   |binaryornot.helpers             |is_likely_binary: False|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |SHIFT_JIS Japanese prober hit error at byte 8|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |EUC-JP Japanese prober hit error at byte 4|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |GB2312 Chinese prober hit error at byte 10|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |EUC-KR Korean prober hit error at byte 4|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |CP949 Korean prober hit error at byte 14|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |Big5 Chinese prober hit error at byte 10|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |EUC-TW Taiwan prober hit error at byte 3|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |windows-1251 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |KOI8-R Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |ISO-8859-5 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |MacCyrillic Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |IBM866 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |IBM855 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |ISO-8859-7 Greek confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |windows-1253 Greek confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |ISO-8859-5 Bulgairan confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |windows-1251 Bulgarian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |TIS-620 Thai confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |ISO-8859-9 Turkish confidence = 0.05096471101479913|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.charsetprober           |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |no probers hit minimum threshold|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |utf-8  confidence = 0.010000000000000009|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |SHIFT_JIS Japanese confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |EUC-JP Japanese confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |GB2312 Chinese confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |EUC-KR Korean confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |CP949 Korean confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |Big5 Chinese confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |EUC-TW Taiwan confidence = 0.01|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1251 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |KOI8-R Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |ISO-8859-5 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |MacCyrillic Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |IBM866 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |IBM855 Russian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |ISO-8859-7 Greek confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1253 Greek confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |ISO-8859-5 Bulgairan confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1251 Bulgarian confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |TIS-620 Thai confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |ISO-8859-9 Turkish confidence = 0.05096471101479913|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |chardet.universaldetector       |windows-1255 Hebrew confidence = 0.0|
01/03/2020 15:23:54|DEBUG   |binaryornot.helpers             |detected_encoding: {'encoding': None, 'confidence': 0.0, 'language': None}|
01/03/2020 15:23:54|DEBUG   |binaryornot.helpers             |failure: decodable_as_unicode: False|
01/03/2020 15:23:54|DEBUG   |binaryornot.helpers             |has nulls:True|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR subtitles file doesn't seems to be text based. Skipping this file: /movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.sub|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR external subtitles detected: en|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR external subtitles detected: ro|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: UPDATE table_movies SET subtitles=? WHERE path=?, ("[['de', None], ['en', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.en.srt'], ['ro', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.ro.srt']]", '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv')|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 6473fa6a-ad07-4852-a76b-a4bd02a25c0e|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: UPDATE table_movies SET subtitles=? WHERE path=?, ("[['de', None], ['en', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.en.srt'], ['ro', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.ro.srt']]", '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv')|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: SELECT radarrId FROM table_movies WHERE path=?, ('/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv',)|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 cf243689-b0e1-4ff2-809a-56b4fc706e8a|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: SELECT radarrId FROM table_movies WHERE path=?, ('/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv',)|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR storing those languages to DB: [['de', None], ['en', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.en.srt'], ['ro', '/downloads/Movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.ro.srt']]|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: SELECT radarrId, subtitles, languages, forced FROM table_movies WHERE radarrId=308, None|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 f2d345ad-6264-4611-8ca4-e86cbeab0494|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: SELECT radarrId, subtitles, languages, forced FROM table_movies WHERE radarrId=308, []|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.002 f2d345ad-6264-4611-8ca4-e86cbeab0494|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: UPDATE table_movies SET missing_subtitles=? WHERE radarrId=?, ('[]', 308)|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 e71bf0d0-5a35-4041-aa06-5e661c163676|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: UPDATE table_movies SET missing_subtitles=? WHERE radarrId=?, ('[]', 308)|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR ended subtitles indexing for this file: /movies/The Last Full Measure (2020)/The Last Full Measure (2019) - [BLURAY-1080P][DTS 5.1][X264]-IFT.mkv|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR All movies synced from Radarr into database.|
01/03/2020 15:23:54|DEBUG   |root                            |BAZARR No more than 5 movies were added during this sync then we'll search for subtitles.|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |execute: SELECT path, missing_subtitles, audio_language, radarrId, sceneName, hearing_impaired, title, forced FROM table_movies WHERE radarrId=?, (307,)|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |Sleeping: 0.001 991c158e-fdd2-4135-a9ef-323b0124931a|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: SELECT path, missing_subtitles, audio_language, radarrId, sceneName, hearing_impaired, title, forced FROM table_movies WHERE radarrId=?, (307,)|
01/03/2020 15:23:54|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:23:54|INFO    |apscheduler.executors.default   |Job "Update Movie list from Radarr (trigger: interval[0:05:00], next run at: 2020-03-01 15:28:53 EET)" executed successfully|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=4&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=48&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=41&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=22&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:54|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:54|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=126&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=10&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=38&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=7&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=29&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=82&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=42&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=77&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:55|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:55|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=106&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=13&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=8&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=20&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=70&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=103&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=27&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=34&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=58&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=14&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=23&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:56|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:56|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=78&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=52&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=24&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=92&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=12&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=79&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=21&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=113&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=35&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:57|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:57|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=39&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=115&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=67&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=31&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=18&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=127&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=90&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=11&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=19&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=9&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:58|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:58|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=47&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=50&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=26&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=102&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=119&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=84&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=33&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=104&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=43&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=40&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=45&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:23:59|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:23:59|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=36&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=129&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=25&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=53&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=17&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=51&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=15&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=56&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=28&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=75&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=73&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=91&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=87&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=109&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:00|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:00|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=121&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=105&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=80&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=108&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=94&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=93&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=72&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=89&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=86&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=88&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=97&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=85&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=111&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=114&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=98&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:01|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:01|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=81&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=128&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=117&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=120&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=123&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=101&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=110&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=118&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=125&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=122&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |Starting new HTTPS connection (1): sonarr.domain.net:443|
01/03/2020 15:24:02|DEBUG   |subliminal_patch.http           |DNS: Falling back to default DNS or IP on sonarr.domain.net|
01/03/2020 15:24:02|DEBUG   |urllib3.connectionpool          |https://sonarr.domain.net:443 "GET /api/episode?seriesId=124&apikey=********24 HTTP/1.1" 200 None|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |execute: SELECT sonarrSeriesId, sonarrEpisodeId, title, path, season, episode, scene_name, monitored, format, resolution, video_codec, audio_codec, episode_file_id FROM table_episodes, None|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |Sleeping: 0.001 3e89cf6d-e4ee-4f77-a2e8-86e673339b5c|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |sql_queue: 0|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |run: SELECT sonarrSeriesId, sonarrEpisodeId, title, path, season, episode, scene_name, monitored, format, resolution, video_codec, audio_codec, episode_file_id FROM table_episodes, []|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |Sleeping: 0.002 3e89cf6d-e4ee-4f77-a2e8-86e673339b5c|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |Sleeping: 0.004 3e89cf6d-e4ee-4f77-a2e8-86e673339b5c|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |Sleeping: 0.008 3e89cf6d-e4ee-4f77-a2e8-86e673339b5c|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |Sleeping: 0.016 3e89cf6d-e4ee-4f77-a2e8-86e673339b5c|
01/03/2020 15:24:02|DEBUG   |sqlite3worker                   |run: commit|
01/03/2020 15:24:02|DEBUG   |root                            |BAZARR All episodes synced from Sonarr into database.|
01/03/2020 15:24:02|DEBUG   |root                            |BAZARR No more than 5 episodes were added during this sync then we'll search for subtitles.|
01/03/2020 15:24:02|INFO    |apscheduler.executors.default   |Job "Sync episodes with Sonarr (trigger: interval[0:05:00], next run at: 2020-03-01 15:28:53 EET)" executed successfully|

Thanks!

morpheus65535 commented 4 years ago

There's no InsecureRequestWarning warning in the provided debug log.

C8opmBM commented 4 years ago

I am sorry, I took now the logs from within OMV. My actual domain has been redacted to domain.net. I assume this triggers it: 2020-03-01 15:22:53,125 - subliminal_patch.http (7f10d08b9b20) : DEBUG (http:365) - DNS: Falling back to default DNS or IP on sonarr.domain.net

https://privatebin.net/?5d837dec35aefb2e#BugWtDWizwjh7LxYTEDBmEWee2M5cTBAA5uduxceU1k2

morpheus65535 commented 4 years ago

Ok so you're using Sonarr and Radarr with SSL certificate. Are they self signed? If I re-enable certificate verification, each and every user having self signed certificate won't be able to get series, episodes or movies from Sonarr and/or Radarr.

That lead me back to the suggested fix: PYTHONWARNINGS="ignore:Unverified HTTPS request".

Other than that, I can try to silent it from within Bazarr but the result is the same.

morpheus65535 commented 4 years ago

I've made a quick fix to dev branch if you want to test it.

C8opmBM commented 4 years ago

Ok, so all my containers are linked to the main "letsencrypt" container which takes care of all certificates of my other dockers. I do this in order to avoid exposing unnecessary ports, I only have port 443 opened to my router.

If you think there's no security issue, I'd be glad if you could silence it from within Bazarr. Thank you.

morpheus65535 commented 4 years ago

Not verifying certificate is always a possible security risk but as you should be the owner of both side of the communication and it should be local to your own network, I guess that we can say that the risk it pretty limited. :-)