[Support] Linuxserver.io - Tautulli


Recommended Posts

50 minutes ago, Altheran said:

@saarg

So, Any idea on how to "Custom IP" Tautulli?

It should work as with every other container.

Looking at your screenshot, you have changed the PUID and PGID from the standard 99/100. Any reason for that?

Also, posting the container log might help to figure it out.

Link to comment
  • 1 month later...

Hi All,

 

I had this working before but not on Unraid :-)

 

Could someone tell me how to read the log files from Plex in Tatulli?

I have set the path like this:

 

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

image.png.cc86ece2a771d6638da0c36413570703.png

 

And in Tautulli

image.png.b46ace861474b25457c7461c2cc53f48.png

 

So any input to what's missing is much welcome

 

 

 

 

  • Like 1
Link to comment
6 hours ago, casperse said:

Hi All,

 

I had this working before but not on Unraid :-)

 

Could someone tell me how to read the log files from Plex in Tatulli?

I have set the path like this:

 

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

image.png.cc86ece2a771d6638da0c36413570703.png

 

And in Tautulli

image.png.b46ace861474b25457c7461c2cc53f48.png

 

So any input to what's missing is much welcome

 

 

 

 

I have the same settings, only i have the access mode set to read only (Tautulli don't need write access)

Link to comment
  • 2 weeks later...

Updated to the latest this morning and I cannot load the history page. Getting these errors on the container logs:

 

2020-03-09 09:24:00 - ERROR :: CP Server Thread-13 : WebUI :: /home : Uncaught ReferenceError: page is not defined. (home:1016)
2020-03-09 09:24:00 - ERROR :: CP Server Thread-13 : WebUI :: /home : Uncaught ReferenceError: page is not defined. (home:1016)
2020-03-09 09:24:02 - ERROR :: CP Server Thread-13 : WebUI :: /history : Uncaught ReferenceError: page is not defined. (history_table.js:84)

Link to comment
On 3/9/2020 at 9:28 AM, blurb2m said:

Updated to the latest this morning and I cannot load the history page. Getting these errors on the container logs:

Same here.  Latest version has broken functionality.  Hopefully it gets fixed on an update soon.

 

If anyone has a work-around, please let us know.

 

Link to comment
On 3/9/2020 at 6:28 AM, blurb2m said:

Updated to the latest this morning and I cannot load the history page. Getting these errors on the container logs:

 

2020-03-09 09:24:00 - ERROR :: CP Server Thread-13 : WebUI :: /home : Uncaught ReferenceError: page is not defined. (home:1016)
2020-03-09 09:24:00 - ERROR :: CP Server Thread-13 : WebUI :: /home : Uncaught ReferenceError: page is not defined. (home:1016)
2020-03-09 09:24:02 - ERROR :: CP Server Thread-13 : WebUI :: /history : Uncaught ReferenceError: page is not defined. (history_table.js:84)

I was having this same issue, unable to open the history page, user page, etc. You can roll back to that last version that worked pretty easily by changing the docker image pulled.
image.thumb.png.03aa6da9b98b698ac98180f3a0851a16.png
In my case I'm using v2.1.44-ls35 which seems to be in a good state.

  • Like 1
Link to comment
  • 2 weeks later...
On 3/13/2020 at 11:08 PM, mdeabreu said:

I was having this same issue, unable to open the history page, user page, etc. You can roll back to that last version that worked pretty easily by changing the docker image pulled.
image.thumb.png.03aa6da9b98b698ac98180f3a0851a16.png
In my case I'm using v2.1.44-ls35 which seems to be in a good state.

 

Rolling back to this version fixed my issues. I am able to see all data now. Thanks for that! 

Link to comment

Anyone seen this before in the install?  you can see it didnt complete the PULL's in the top section. 

Unable to find image 'linuxserver/tautulli:latest' locally

1760335716_ScreenShot2020-03-25at9_18_17AM.thumb.png.75c3184b185f6cc03d1b56f57566ca12.png
its been sitting at this screen for 5 minute, and not the Docker tab will not load

Edited by wesman
change
Link to comment
  • 4 weeks later...

Can someone help me understand what the "/logs" config is for? I've been going through some of my Docker configurations today and noticed that for this app. From what I can tell, the app itself seems to work as expected but not sure if there is any data missing from me not setting the logs to point to plex logs

Link to comment
  • 2 months later...
6 hours ago, naisspas said:

Exactly the same problem here :/

You can try to add it by opening command line of the container and issue: pip3 install pyopenssl

Then restart the container. That should fix the issue until we push a new build.

Link to comment
8 hours ago, saarg said:

You can try to add it by opening command line of the container and issue: pip3 install pyopenssl

Then restart the container. That should fix the issue until we push a new build.

It works, thanks :) (need to run "apk add python3 py3-pip" before your command)

Link to comment
On 7/7/2020 at 11:41 AM, saarg said:

You can try to add it by opening command line of the container and issue: pip3 install pyopenssl

Then restart the container. That should fix the issue until we push a new build.

Error install pyopenssl

root@cf1619f70874:/# pip3 install pyopenssl
Collecting pyopenssl
  Using cached pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB)
Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.8/site-packages (from pyopenssl) (1.15.0)
Collecting cryptography>=2.8
  Using cached cryptography-2.9.2.tar.gz (517 kB)
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-2b_3v_u_/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"''
       cwd: None
  Complete output (66 lines):
  Collecting setuptools>=40.6.0
    Using cached setuptools-49.1.0-py3-none-any.whl (789 kB)
  Collecting wheel
    Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB)
  Collecting cffi!=1.11.3,>=1.8
    Using cached cffi-1.14.0.tar.gz (463 kB)
  Collecting pycparser
    Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
  Using legacy setup.py install for cffi, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, pycparser, cffi
      Running setup.py install for cffi: started
      Running setup.py install for cffi: finished with status 'error'
      ERROR: Command errored out with exit status 1:
       command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-owapn2sj/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-2b_3v_u_/overlay --compile --install-headers /tmp/pip-build-env-2b_3v_u_/overlay/include/python3.8/cffi
           cwd: /tmp/pip-install-tsqrwwx0/cffi/
      Complete output (48 lines):
      unable to execute 'gcc': No such file or directory
      unable to execute 'gcc': No such file or directory
  
          No working compiler found, or bogus compiler options passed to
          the compiler from Python's standard "distutils" module.  See
          the error messages above.  Likely, the problem is not related
          to CFFI but generic to the setup.py of any Python package that
          tries to compile C code.  (Hints: on OS/X 10.8, for errors about
          -mno-fused-madd see http://stackoverflow.com/questions/22313407/
          Otherwise, see https://wiki.python.org/moin/CompLangPython or
          the IRC channel #python on irc.freenode.net.)
  
          Trying to continue anyway.  If you are trying to install CFFI from
          a build done in a different context, you can ignore this warning.
  
      running install
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-3.8
      creating build/lib.linux-x86_64-3.8/cffi
      copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/model.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/commontypes.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/error.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/cparser.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/api.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/lock.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/__init__.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/verifier.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/recompiler.py -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/_embedding.h -> build/lib.linux-x86_64-3.8/cffi
      copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.8/cffi
      running build_ext
      building '_cffi_backend' extension
      creating build/temp.linux-x86_64-3.8
      creating build/temp.linux-x86_64-3.8/c
      gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.8 -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.8/c/_cffi_backend.o
      unable to execute 'gcc': No such file or directory
      error: command 'gcc' failed with exit status 1
      ----------------------------------------
  ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-owapn2sj/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-2b_3v_u_/overlay --compile --install-headers /tmp/pip-build-env-2b_3v_u_/overlay/include/python3.8/cffi Check the logs for full command output.
  ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-2b_3v_u_/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output.
root@cf1619f70874:/# 

 

Link to comment

I'm running 2 Tautulli official dockers on my unraid server. (for 2 plex servers)

first is on 8181, second is on 8182.

I'm getting tired of something automatically misconfiguring it periodically (I guess after an update).

 

First of all, I can't configure the second instance to use 8181 and I'm not sure how did I change it to 8182 anyway. I don't remember that field being blank months/years ago.

 

So i guess when there is an auto docker update for tautulli, my 8182:8182 port forward setting gets overwritten to 8181:8181, which ofc means the second instance can't start.

Any idea how to solve this issue?

Can I configure the second container even to run on the same port? and map the second instance to 8181:8182?

 

thanks

 

Link to comment
6 hours ago, LSL1337 said:

I'm running 2 Tautulli official dockers on my unraid server. (for 2 plex servers)

first is on 8181, second is on 8182.

I'm getting tired of something automatically misconfiguring it periodically (I guess after an update).

 

First of all, I can't configure the second instance to use 8181 and I'm not sure how did I change it to 8182 anyway. I don't remember that field being blank months/years ago.

 

So i guess when there is an auto docker update for tautulli, my 8182:8182 port forward setting gets overwritten to 8181:8181, which ofc means the second instance can't start.

Any idea how to solve this issue?

Can I configure the second container even to run on the same port? and map the second instance to 8181:8182?

 

thanks

 

If you are running the official image, you are posting in the wrong thread. This is for the linuxserver image.

Link to comment
  • 3 months later...
16 hours ago, LSL1337 said:

Hello

 

Is it possible to change the paths of the backup/cache/log directory?

 

it says "Controlled by Docker Container" which doesn't say much to me.

I'd like to put some of these to outside of /config

Looks like it's in /config/config.ini

But the easiest thing is probably to add a mapping to /config/backups to /mnt/user/backup/whatever in the container parameters.

Backup your backups before poking around  :)

Link to comment

When trying to get Tautulli connected with Plex - this is the error I am seeing

 

2020-10-26 13:34:59 - INFO    :: CP Server Thread-5 : Cleared the tautulli.log file.
2020-10-26 13:35:07 - WARNING :: CP Server Thread-6 : Failed to access uri endpoint /status/sessions. Is your server maybe accepting SSL connections only? HTTPConnectionPool(host='192.168.1.20', port=32400): Max retries exceeded with url: /status/sessions (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
2020-10-26 13:35:07 - WARNING :: CP Server Thread-6 : Tautulli Pmsconnect :: Unable to parse XML for get_current_activity: 'NoneType' object has no attribute 'getElementsByTagName'.
2020-10-26 13:35:07 - WARNING :: CP Server Thread-6 : Unable to retrieve data for get_activity.
2020-10-26 13:35:18 - INFO    :: CP Server Thread-5 : Tautulli Config :: Writing configuration to file
2020-10-26 13:35:18 - WARNING :: CP Server Thread-5 : Failed to access uri endpoint /:/prefs. Is your server maybe accepting SSL connections only? HTTPConnectionPool(host='192.168.1.20', port=32400): Max retries exceeded with url: /:/prefs (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
2020-10-26 13:35:18 - WARNING :: CP Server Thread-5 : Tautulli Pmsconnect :: Unable to parse XML for get_local_server_name: 'NoneType' object has no attribute 'getElementsByTagName'.
2020-10-26 13:35:23 - INFO    :: CP Server Thread-10 : Tautulli PlexTV :: Requesting resources for server...
2020-10-26 13:35:24 - WARNING :: Thread-17 : Failed to access uri endpoint /status/sessions. Is your server maybe accepting SSL connections only? HTTPConnectionPool(host='192.168.1.20', port=32400): Max retries exceeded with url: /status/sessions (Caused by ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))
2020-10-26 13:35:24 - WARNING :: Thread-17 : Tautulli Pmsconnect :: Unable to parse XML for get_current_activity: 'NoneType' object has no attribute 'getElementsByTagName'.
2020-10-26 13:35:24 - DEBUG   :: Thread-17 : Tautulli Monitor :: Checking for active streams.
2020-10-26 13:35:24 - DEBUG   :: Thread-17 : Tautulli Monitor :: Unable to read session list.
2020-10-26 13:35:24 - INFO    :: Thread-16115 : Tautulli WebSocket :: Opening websocket.
2020-10-26 13:35:24 - ERROR   :: Thread-16115 : Tautulli WebSocket :: Connection is already closed..
2020-10-26 13:35:24 - INFO    :: Thread-16115 : Re-scheduled background task: Check for server response
2020-10-26 13:35:24 - DEBUG   :: Thread-16115 : Tautulli WebSocket :: Leaving thread.
2020-10-26 13:35:24 - INFO    :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2020-10-26 13:35:24 - INFO    :: CP Server Thread-10 : Tautulli PlexTV :: Server URL retrieved.
2020-10-26 13:35:24 - DEBUG   :: CP Server Thread-10 : Testing websocket connection...
2020-10-26 13:35:24 - ERROR   :: CP Server Thread-10 : Websocket connection test failed: [Errno -2] Name does not resolve
 

Link to comment

G'morning, I've started seeing an error in Tautulli.  Basically, the Watch Statistics won't load on the home page (through Activity and Library Statistics work fine) in Firefox.  It loads in Chrome but adds the below error to the log every few seconds.  I've removed and re-added the container.  I've searched through the configuration for anything new.  I just don't know what the issue is.  Any help appreciated!

 

2020-11-01 06:54:03 - ERROR :: CP Server Thread-10 : WebUI :: /home : NS_ERROR_FILE_CORRUPTED: . (script.js:617)
2020-11-01 06:54:04 - ERROR :: CP Server Thread-6 : WebUI :: /home : ReferenceError: recentlyAddedConnected is not defined. (home:490)

 

This was caused by a browser cache issue.  Sorry for cluttering up the thread.

Edited by rwarren873
new info & solution
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.