Created
April 5, 2026 22:29
-
-
Save hashimaziz1/65e67cf1f6c52d8747511907ec0a0889 to your computer and use it in GitHub Desktop.
Tautulli logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ docker logs tautulli | |
| [migrations] started | |
| [migrations] no migrations found | |
| ─────────────────────────────────────── | |
| ██╗ ███████╗██╗ ██████╗ | |
| ██║ ██╔════╝██║██╔═══██╗ | |
| ██║ ███████╗██║██║ ██║ | |
| ██║ ╚════██║██║██║ ██║ | |
| ███████╗███████║██║╚██████╔╝ | |
| ╚══════╝╚══════╝╚═╝ ╚═════╝ | |
| Brought to you by linuxserver.io | |
| ─────────────────────────────────────── | |
| To support the app dev(s) visit: | |
| Tautulli: https://tautulli.com/#donate | |
| To support LSIO projects visit: | |
| https://www.linuxserver.io/donate/ | |
| ─────────────────────────────────────── | |
| GID/UID | |
| ─────────────────────────────────────── | |
| User UID: 1000 | |
| User GID: 1000 | |
| ─────────────────────────────────────── | |
| Linuxserver.io version: v2.17.0-ls222 | |
| Build-date: 2026-03-28T03:23:41+00:00 | |
| ─────────────────────────────────────── | |
| [custom-init] No custom files found, skipping... | |
| /app/tautulli/lib/gntp/core.py:22: SyntaxWarning: invalid escape sequence '\d' | |
| 'GNTP/(?P<version>\d+\.\d+) (?P<messagetype>REGISTER|NOTIFY|SUBSCRIBE|\-OK|\-ERROR)' + | |
| /app/tautulli/lib/gntp/core.py:29: SyntaxWarning: invalid escape sequence '\d' | |
| 'GNTP/(?P<version>\d+\.\d+) (?P<messagetype>REGISTER|NOTIFY|SUBSCRIBE|\-OK|\-ERROR)', | |
| /app/tautulli/lib/gntp/core.py:33: SyntaxWarning: invalid escape sequence '\w' | |
| GNTP_HEADER = re.compile('([\w-]+):(.+)') | |
| /app/tautulli/lib/facebook/__init__.py:99: SyntaxWarning: invalid escape sequence '\d' | |
| version_regex = re.compile("^\d\.\d{1,2}$") | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Starting Tautulli v2.17.0 | |
| 2026-04-05 22:34:26 - INFO :: MainThread : [Docker] Linux 6.8.0-106-generic (#106-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 6 07:58:08 UTC 2026 - Alpine Linux 3.23.3) | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Europe/London (UTC+0100) | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Language C / Encoding UTF-8 | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Python 3.12.12 (main, Oct 11 2025, 01:16:26) [GCC 15.2.0] | |
| 2026-04-05 22:34:26 - INFO :: MainThread : SQLite 3.51.2 | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Program Dir: /app/tautulli | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Config File: /config/config.ini | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Database File: /config/tautulli.db | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Checking if the database upgrades are required... | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Checking if configuration upgrades are required... | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Retrieving latest version information from GitHub | |
| 2026-04-05 22:34:26 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master | |
| 2026-04-05 22:34:26 - DEBUG :: MainThread : Latest version is 5610c167a17b0898d93d0588a0df81c03306ac52 | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Comparing currently installed version with latest GitHub version | |
| 2026-04-05 22:34:26 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/compare/v2.17.0...5610c167a17b0898d93d0588a0df81c03306ac52 | |
| 2026-04-05 22:34:26 - DEBUG :: MainThread : In total, 0 commits behind | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Tautulli is up to date | |
| 2026-04-05 22:34:26 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads). | |
| 2026-04-05 22:34:27 - INFO :: Thread-1 (startup_refresh) : Tautulli PlexTV :: Requesting resources for server... | |
| 2026-04-05 22:34:27 - INFO :: MainThread : Tautulli WebStart :: Initializing Tautulli web server... | |
| 2026-04-05 22:34:27 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'hashim') and Plex admin. | |
| 2026-04-05 22:34:27 - INFO :: MainThread : Tautulli WebStart :: Thread Pool Size: 10. | |
| 2026-04-05 22:34:27 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8181/ | |
| 2026-04-05 22:34:27 - INFO :: MainThread : [05/Apr/2026:22:34:27] ENGINE Serving on http://0.0.0.0:8181 | |
| 2026-04-05 22:34:27 - INFO :: MainThread : Tautulli is ready! | |
| Connection to localhost (127.0.0.1) 8181 port [tcp/*] succeeded! | |
| [ls.io-init] done. | |
| 2026-04-05 22:34:27 - INFO :: Thread-1 (startup_refresh) : Tautulli Config :: Writing configuration to file | |
| 2026-04-05 22:34:27 - INFO :: Thread-1 (startup_refresh) : Tautulli PlexTV :: Using user-defined URL. | |
| 2026-04-05 22:34:27 - INFO :: Thread-1 (startup_refresh) : Tautulli PlexTV :: Selected server: Cinema Ruh (http://192.168.1.179:32400) (Linux - Version 1.43.0.10492-121068a07) | |
| 2026-04-05 22:34:27 - INFO :: Thread-1 (startup_refresh) : Tautulli Config :: Writing configuration to file | |
| 2026-04-05 22:34:27 - DEBUG :: Thread-1 (startup_refresh) : Tautulli Monitor :: Checking for active streams. | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Tautulli WebSocket :: Opening websocket. | |
| 2026-04-05 22:34:27 - INFO :: Thread-1 (startup_refresh) : Tautulli Users :: Requesting users list refresh... | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Tautulli WebSocket :: Ready | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Check GitHub for updates | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Optimize Tautulli database | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Backup Tautulli database | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Backup Tautulli config | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Refresh Plex server URLs | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Refresh users list | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Refresh libraries list | |
| 2026-04-05 22:34:27 - INFO :: Thread-16 (run) : Scheduled background task: Check Tautulli Plex token | |
| 2026-04-05 22:34:28 - INFO :: Thread-1 (startup_refresh) : Tautulli Users :: Users list refreshed. | |
| 2026-04-05 22:34:28 - INFO :: Thread-1 (startup_refresh) : Tautulli Libraries :: Requesting libraries list refresh... | |
| 2026-04-05 22:34:28 - INFO :: Thread-1 (startup_refresh) : Tautulli Config :: Writing configuration to file | |
| 2026-04-05 22:34:28 - INFO :: Thread-1 (startup_refresh) : Tautulli Libraries :: Libraries list refreshed. | |
| 2026-04-05 22:34:34 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file | |
| 2026-04-05 22:41:34 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 22:41:34 - DEBUG :: CP Server Thread-6 : Sending test Email notification. | |
| 2026-04-05 22:41:34 - DEBUG :: CP Server Thread-6 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 22:41:34 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 22:46:35 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed | |
| 2026-04-05 22:50:52 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 22:50:53 - DEBUG :: CP Server Thread-7 : Sending test Email notification. | |
| 2026-04-05 22:50:53 - DEBUG :: CP Server Thread-7 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 22:50:53 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 22:55:53 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed | |
| 2026-04-05 23:02:04 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:02:08 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:02:08 - DEBUG :: CP Server Thread-13 : Sending test Email notification. | |
| 2026-04-05 23:02:08 - DEBUG :: CP Server Thread-13 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:02:09 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:02:09 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:02:40 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:02:43 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:02:43 - DEBUG :: CP Server Thread-11 : Sending test Email notification. | |
| 2026-04-05 23:02:43 - DEBUG :: CP Server Thread-11 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:02:43 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:02:44 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:03:06 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:03:08 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:03:08 - DEBUG :: CP Server Thread-14 : Sending test Email notification. | |
| 2026-04-05 23:03:08 - DEBUG :: CP Server Thread-14 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:03:08 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:03:08 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:03:24 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:03:26 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:03:26 - DEBUG :: CP Server Thread-5 : Sending test Email notification. | |
| 2026-04-05 23:03:26 - DEBUG :: CP Server Thread-5 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:03:26 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:03:27 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:04:03 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:04:12 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:04:12 - DEBUG :: CP Server Thread-8 : Sending test Email notification. | |
| 2026-04-05 23:04:12 - DEBUG :: CP Server Thread-8 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:04:12 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:04:13 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:04:28 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:04:32 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:04:32 - DEBUG :: CP Server Thread-13 : Sending test Email notification. | |
| 2026-04-05 23:04:32 - DEBUG :: CP Server Thread-13 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:04:32 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:04:33 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:04:59 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:05:03 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:05:03 - DEBUG :: CP Server Thread-11 : Sending test Email notification. | |
| 2026-04-05 23:05:03 - DEBUG :: CP Server Thread-11 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:05:03 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:05:03 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: (535, b'Incorrect authentication data') | |
| 2026-04-05 23:05:20 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:05:28 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:05:28 - DEBUG :: CP Server Thread-14 : Sending test Email notification. | |
| 2026-04-05 23:05:28 - DEBUG :: CP Server Thread-14 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:05:28 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:05:29 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:06:08 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:06:11 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:06:11 - DEBUG :: CP Server Thread-5 : Sending test Email notification. | |
| 2026-04-05 23:06:11 - DEBUG :: CP Server Thread-5 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:06:11 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:06:11 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:06:52 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:06:55 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:06:55 - DEBUG :: CP Server Thread-8 : Sending test Email notification. | |
| 2026-04-05 23:06:55 - DEBUG :: CP Server Thread-8 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:06:55 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:06:56 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:14:31 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:14:39 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:14:39 - DEBUG :: CP Server Thread-5 : Sending test Email notification. | |
| 2026-04-05 23:14:39 - DEBUG :: CP Server Thread-5 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:14:39 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:14:39 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:15:56 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:15:59 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:15:59 - DEBUG :: CP Server Thread-8 : Sending test Email notification. | |
| 2026-04-05 23:15:59 - DEBUG :: CP Server Thread-8 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:15:59 - INFO :: Thread-3 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:16:00 - ERROR :: Thread-3 (process_queue) : Tautulli Notifiers :: Email notification failed: (550, b'Verification failed for <ne********r@********>\nUnrouteable address\ndomain verify fail <ne********r@********>', 'ne********r@********') | |
| 2026-04-05 23:16:21 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:16:24 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1). | |
| 2026-04-05 23:16:24 - DEBUG :: CP Server Thread-13 : Sending test Email notification. | |
| 2026-04-05 23:16:24 - DEBUG :: CP Server Thread-13 : Tautulli NotificationHandler :: Notifiers enabled for notify_action 'test' (manual trigger). | |
| 2026-04-05 23:16:24 - INFO :: Thread-2 (process_queue) : Tautulli NotificationHandler :: Preparing notification for notifier_id 1. | |
| 2026-04-05 23:21:24 - ERROR :: Thread-2 (process_queue) : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment