Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mikeyosm

Members
  • Joined

  • Last visited

Everything posted by mikeyosm

  1. Do I need to take the array offline? I tried copying the PHP file over the existing one using krusader in usr/local/emhttp/plugins/unassigned.devices/include but I get access denied.
  2. OK, so I am clear. Copy the php file to include dir and then what do I do?
  3. Simplez, thank you 🙂
  4. Thanks bud. Can you provide me with the bash code so that it outputs the sensors every 5 seconds and overwrites the file each time?
  5. Does the System Temp plugin store the temperatures of the CPU/Mobo etc in a text file anywhere? I want to use a Windows tool/script to pull the Temperature values detected/created by the System Temp plugin and place the values in a txt file/windows registry. If the plugin does not store the values anywhere, what method can I use read the temperatures from a remote machines be it Linux or Windows?
  6. I have this issue. I updated to 6.6.1, added my WD black 512GB nvme, smartctl displays the temperature but Unassigned Devices does not.
  7. I have a 1700x and I get an error that the cpu features are not supported. Which ones did you use?
  8. Panic over, it updated. I though I might be able to see previous user history but since I ony just installed the tautulli container, it makes sense that there are no stats.
  9. Nope, it doesnt update which weird because all other stats are, it's only the user stats fro every user that shows N/A. I'm using this plex docker - https://registry.hub.docker.com/u/limetech/plex/
  10. Now that the docker runs OK and the WBUI opens up, I noticed that User stats all show as n/a. Do the user stats populate over time after tautulli is installed?
  11. That was it. I changed it from mnt/user to /mnt/disk1 and all fine. Thank you.
  12. Docker Image is fine. Like I said, no issues with my other dockers.
  13. 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.
  14. 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
  15. 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
  16. Where do I find the docker run command? Also, which logs do you need?
  17. 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
  18. UNRAID 6.4 RC17 has broken the docker for me. I run nextcloud on its own IP and now it doesnt have any internet connectivity so I cant access nextcloud from outside my network or even load the nextcloud apps page. Loads of connection problems in the log... This was all working fine with 6.4 RC15e. Anything I can do within nextcloud to troubleshoot the internet connection? All other dockers that share the UNRAID host IP appear to work fine.
  19. can anyone confirm if after updating there are no issues in UNRAID?
  20. That's it, worked. Thank you
  21. Not made a difference. Doesn't "." imply localhost? My UNRAID is running on a different IP. Can you show me your external storage config please?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.