January 6, 20206 yr 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.
February 21, 20206 yr Hi All, need some help if is not too troublesome, i dunno what i have done and now it wont send recently added notification out. is was a new eps for a series.
February 23, 20206 yr 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/ And in Tautulli So any input to what's missing is much welcome
February 23, 20206 yr 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/ And in Tautulli 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)
March 9, 20206 yr 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)
March 10, 20206 yr 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.
March 12, 20206 yr Was just coming to check on what's going on with the app and see that it's been confirmed. latest update did break fetching from the db
March 14, 20206 yr 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. In my case I'm using v2.1.44-ls35 which seems to be in a good state.
March 24, 20206 yr 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. 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!
March 25, 20206 yr 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 its been sitting at this screen for 5 minute, and not the Docker tab will not load Edited March 25, 20206 yr by wesman change
April 18, 20206 yr 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
July 6, 20205 yr The Last update https error: 2020-07-06 22:27:30 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled.
July 7, 20205 yr 6 hours ago, Nebur692 said: The Last update https error: 2020-07-06 22:27:30 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled. Exactly the same problem here
July 7, 20205 yr 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.
July 7, 20205 yr 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)
July 7, 20205 yr 1 hour ago, naisspas said: It works, thanks (need to run "apk add python3 py3-pip" before your command) Sorry. Didn't see that py3-pip was only in the build dependencies and removed. Python 3 is included.
July 8, 20205 yr 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:/#
July 16, 20205 yr 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
July 16, 20205 yr 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.
October 25, 20205 yr 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
October 25, 20205 yr 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
October 26, 20205 yr 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
November 1, 20205 yr 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 November 1, 20205 yr by rwarren873 new info & solution
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.