[Support] Linuxserver.io - Tautulli


Recommended Posts

I installed the docker for the first time, pointed the logs dir to my plex log folder in appdata, started the docker, waited a few minutes but still can't connect to the tautulli webui.

I am using bridge network and port 8181. Any ideas what might be wrong?

 

tautulli docker log:

 

Traceback (most recent call last):
File "/app/tautulli/PlexPy.py", line 28, in <module>
main()
File "/app/tautulli/Tautulli.py", line 197, in main
plexpy.initialize(config_file)
File "/app/tautulli/plexpy/__init__.py", line 182, in initialize
notifiers.blacklist_logger()
File "/app/tautulli/plexpy/notifiers.py", line 589, in blacklist_logger
db = database.MonitorDatabase()
File "/app/tautulli/plexpy/database.py", line 123, in __init__
self.connection.execute("PRAGMA synchronous = OFF")
sqlite3.OperationalError: disk I/O error

Edited by mikeyosm
Link to comment
I installed the docker for the first time, pointed the logs dir to my plex log folder in appdata, started the docker, waited a few minutes but still can't connect to the tautulli webui.
I am using bridge network and port 8181. Any ideas what might be wrong?
Post your docker run command, link in my sig and some logs, otherwise ain't anything we can tell you.

Sent from my LG-H815 using Tapatalk

Link to comment
1 hour ago, CHBMB said:

Instructions are in my signature to get the docker run command, but here's the link from the docker FAQ

 

Tautulli docker container logs, not Unraid logs

 

 

Run command:

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tautulli' --net='host' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_8181'='8181' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/tautulli':'/config':'rw' -v '/mnt/user/appdata/PlexMediaServer/Library/Application Support/Plex Media Server/Logs/':'/log':'rw' 'tautulli/tautulli'

 

LOG FILE:

 

2018-03-12 18:21:41 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:41 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:41 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:41 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:42 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:42 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:42 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:42 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:43 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:43 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:43 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:43 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:44 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:44 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:44 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:44 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:45 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:45 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:45 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:45 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:46 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:46 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:46 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:46 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:47 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:47 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:47 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:47 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:48 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:48 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:48 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:48 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:49 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:49 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:49 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:49 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:50 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:50 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:50 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:50 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:51 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:51 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:51 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:51 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:52 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:52 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:52 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:52 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:53 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:53 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:53 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:53 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:54 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:54 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:54 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:54 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:55 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:55 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:55 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:55 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:56 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:56 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:56 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:56 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:57 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:57 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:57 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:57 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:58 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:58 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:58 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:58 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:21:59 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:21:59 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:21:59 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:21:59 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:00 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:00 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:00 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:00 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:01 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:01 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:01 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:01 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:02 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:02 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:02 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:02 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:03 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:03 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:03 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:03 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:04 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:04 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:04 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:04 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:05 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:05 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:05 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:05 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:06 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:06 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:06 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:06 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:07 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:07 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:07 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:07 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:08 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:08 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:08 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:08 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:09 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:09 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:09 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:09 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:10 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:10 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:10 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:10 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:11 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:11 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:11 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:11 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:12 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:12 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:12 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:12 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:13 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:13 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:13 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:13 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:14 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:14 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:14 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:14 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:15 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:15 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:15 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:15 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:16 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:16 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:16 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:16 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:17 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:17 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:17 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:17 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:18 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:18 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:18 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:18 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:19 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:19 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:19 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:19 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:20 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:20 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:20 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:20 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:21 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:21 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:21 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:21 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

2018-03-12 18:22:22 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 18:22:22 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 18:22:22 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 18:22:22 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/opt/plexpy/PlexPy.py", line 28, in <module>
    main()
  File "/opt/plexpy/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/opt/plexpy/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/opt/plexpy/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/opt/plexpy/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

Link to comment
17 minutes ago, mikeyosm said:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tautulli' --net='host' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_8181'='8181' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/tautulli':'/config':'rw' -v '/mnt/user/appdata/PlexMediaServer/Library/Application Support/Plex Media Server/Logs/':'/log':'rw' 'tautulli/tautulli'

 

 

that's not our image

Edited by sparklyballs
Link to comment

OK, first of all, there really was no need to post the repeating log over and over, one copy would have been enough, try wrapping logs in the appropriate code tags in the forum, makes it a bit easier to read.... ;)

 

Second of all, use our image, it works. ;)

 

Link to comment
33 minutes ago, CHBMB said:

OK, first of all, there really was no need to post the repeating log over and over, one copy would have been enough, try wrapping logs in the appropriate code tags in the forum, makes it a bit easier to read.... ;)

 

Second of all, use our image, it works. ;)

 

I tried both images and yours didnt work either

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='tautulli' --net='host' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_8181'='8181' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/PlexMediaServer/Library/Application Support/Plex Media Server/Logs/':'/logs':'ro' -v '/mnt/user/appdata/tautulli':'/config':'rw' 'linuxserver/tautulli'

 

 

 

2018-03-12 19:11:08 - INFO    :: MainThread : Checking if the database upgrades are required...
2018-03-12 19:11:08 - ERROR   :: MainThread : Can't connect to the database: disk I/O error
2018-03-12 19:11:08 - INFO    :: MainThread : Checking if configuration upgrades are required...
2018-03-12 19:11:08 - ERROR   :: MainThread : Uncaught exception: Traceback (most recent call last):
  File "/app/tautulli/PlexPy.py", line 28, in <module>
    main()
  File "/app/tautulli/Tautulli.py", line 197, in main
    plexpy.initialize(config_file)
  File "/app/tautulli/plexpy/__init__.py", line 182, in initialize
    notifiers.blacklist_logger()
  File "/app/tautulli/plexpy/notifiers.py", line 589, in blacklist_logger
    db = database.MonitorDatabase()
  File "/app/tautulli/plexpy/database.py", line 123, in __init__
    self.connection.execute("PRAGMA synchronous = OFF")
OperationalError: disk I/O error

Edited by mikeyosm
Link to comment
7 minutes ago, mikeyosm said:

2018-03-12 19:11:08 - ERROR   :: MainThread : Can't connect to the database: disk I/O error

 

You have corruption on the device which holds "/mnt/user/appdata/tautulli". If this is your cache device use the GUI to do a file system check and repair.

 

Btw. I installed the linuxserver.io version of Tautulli yesterday without any problem, it is working like a charm.

Link to comment
1 hour ago, bonienl said:

 

You have corruption on the device which holds "/mnt/user/appdata/tautulli". If this is your cache device use the GUI to do a file system check and repair.

 

Btw. I installed the linuxserver.io version of Tautulli yesterday without any problem, it is working like a charm.

No errors on the drive. I have other dockers (plex) on the same drive (array) and they all work fine. I also have a downloads share on the same disk and no issues with copying file to/from it so I doubt it's the disk/FS.

Link to comment
1 hour ago, mikeyosm said:

Docker Image is fine. Like I said, no issues with my other dockers.

 

 

if /mnt/user/appdata/tautulli is as it looks to be on they array then sqlite will not usually work and having your plex data on the array too is like waiting for it to be corrupted too

 

use a disk ie /mnt/diskx

Link to comment
2 hours ago, mikeyosm said:

Docker Image is fine. Like I said, no issues with my other dockers.

 

Still not a problem with our container.  If two different images, by two different authors are giving you the same problem.  And nobody else is seeing the same issue, the likely problem is a local issue to you.  Try making the changes sparklyballs has suggested.

 

ie change your appdata from /mnt/user/ to either /mnt/cache/ or /mnt/disk1/ /mnt/disk2/ 

 

That removes FUSE as a possible culprit.  Which is the most likely reason.  The error with our container says IO issue.  It's because you're using /mnt/user/

Edited by CHBMB
  • Like 1
Link to comment

Is anyone available to help me figure out why I can't get this running? Feeling like an idiot; had plexpy set up just fine, but I had recently reset all of my Plex data so decided to start from fresh with Tautulli and now I can't get it working at all...

 

There was an error communicating with your Plex Server. Check the logs and verify your server connection in the settings.

 

Link to comment
2 minutes ago, user_47 said:

Is anyone available to help me figure out why I can't get this running? Feeling like an idiot; had plexpy set up just fine, but I had recently reset all of my Plex data so decided to start from fresh with Tautulli and now I can't get it working at all...

 


There was an error communicating with your Plex Server. Check the logs and verify your server connection in the settings.

 

 

Ah ha, just figured it out. For some reason it wasn't saving my Plex.tv token on setup. Logged on in the settings and all is now good. 

Link to comment
8 hours ago, CHBMB said:

 

Still not a problem with our container.  If two different images, by two different authors are giving you the same problem.  And nobody else is seeing the same issue, the likely problem is a local issue to you.  Try making the changes sparklyballs has suggested.

 

ie change your appdata from /mnt/user/ to either /mnt/cache/ or /mnt/disk1/ /mnt/disk2/ 

 

That removes FUSE as a possible culprit.  Which is the most likely reason.  The error with our container says IO issue.  It's because you're using /mnt/user/

 

That was it. I changed it from mnt/user to /mnt/disk1 and all fine. Thank you.

Link to comment

 

On 3/10/2018 at 7:32 PM, CHBMB said:

Project has been renamed from Plexpy to Tautulli.

 

To migrate:

 

1.  Stop the current plexpy container.

2.  Use Community Applications to install Tautulli, utilising your existing Plexpy appdata folder for /config.

On 3/10/2018 at 11:06 PM, luisv said:

 

Great, very easy process to migrate.  Should I leave the PlexPy docker in place, but not running or can it be removed?  

 

Any thoughts on what I should do?  Migrated without an issue and Tautulli runs perfectly, but should I delete/ remove the PleyPy docker?   I ask as the migration instructions said to use the existing PlexPy appdata folder for /config, so I assume if I remove PlexPy it would delete that PlexPay appdata folder and break Tautilli.  

 

 

Link to comment
 
 
Any thoughts on what I should do?  Migrated without an issue and Tautulli runs perfectly, but should I delete/ remove the PleyPy docker?   I ask as the migration instructions said to use the existing PlexPy appdata folder for /config, so I assume if I remove PlexPy it would delete that PlexPay appdata folder and break Tautilli.  
 
 
You can remove the container and image, it's only the appdata that shouldn't be removed.

You could remove it, then stop Tautulli, rename the plexpy appdata folder to tautulli and then edit your tautulli template and point it to the renamed folder.....

Sent from my LG-H815 using Tapatalk

  • Like 1
Link to comment

Hi Guys

please can anybody help, i cannot install

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tautulli" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8181:8181/tcp -v "/mnt/user/appdata/plexpy/logs/":"/logs":ro -v "/mnt/user/appdata/tautulli":"/config":rw linuxserver/tautulli

16fa45287f65fca9ddab2beac5ed511df86a8524b370c36f120ad4dc3b0c8b74
/usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint tautulli (63f796264348f447fb296efd724ebeb2891bf77a88299b1ddc4c5ea2260c0c74): Bind for 0.0.0.0:8181 failed: port is already allocated.

The command failed.

Link to comment
7 minutes ago, keymaster said:

Hi Guys

please can anybody help, i cannot install

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="tautulli" --net="bridge" -e TZ="Europe/London" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8181:8181/tcp -v "/mnt/user/appdata/plexpy/logs/":"/logs":ro -v "/mnt/user/appdata/tautulli":"/config":rw linuxserver/tautulli

16fa45287f65fca9ddab2beac5ed511df86a8524b370c36f120ad4dc3b0c8b74
/usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint tautulli (63f796264348f447fb296efd724ebeb2891bf77a88299b1ddc4c5ea2260c0c74):
Bind for 0.0.0.0:8181 failed: port is already allocated.

The command failed.

 

It tells you why in the log.

Link to comment

Also.... 

 

Firstly

/mnt/user/appdata/plexpy/logs/":"/logs

 

You should be mapping /logs to the Plex container logs, not plexpy logs.  

 

Try: /mnt/user/appdata/plex/Library/Application Support/Plex Media Server/Logs/

 

Secondly change your appdata from /mnt/user/ to either /mnt/cache/ or /mnt/disk1/ or /mnt/disk2/ depending on what DISK your appdata is actually on, SQLite doesn't play well with /mnt/user/

Link to comment
5 hours ago, CHBMB said:

You can remove the container and image, it's only the appdata that shouldn't be removed.

You could remove it, then stop Tautulli, rename the plexpy appdata folder to tautulli and then edit your tautulli template and point it to the renamed folder.....

Sent from my LG-H815 using Tapatalk
 

 

Worked perfectly, thanks!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.