Package Details: tautulli 2.14.6-1

Git Clone URL: https://aur.archlinux.org/tautulli.git (read-only, click to copy)
Package Base: tautulli
Description: A Python based monitoring and tracking tool for Plex Media Server.
Upstream URL: https://github.com/Tautulli/Tautulli
Licenses: GPL
Submitter: fryfrog
Maintainer: fryfrog (Sonic-Y3k)
Last Packager: fryfrog
Votes: 16
Popularity: 0.000000
First Submitted: 2018-03-01 18:32 (UTC)
Last Updated: 2024-10-25 04:27 (UTC)

Dependencies (4)

Required by (1)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

fryfrog commented on 2019-11-26 04:51 (UTC)

Done, and bazarr and nzbhydra2 too! :)

joehillen commented on 2019-11-26 04:41 (UTC)

Could you set SyslogIdentifier=tautulli in the service file? Otherwise it shows as "python2" in the journal.

bgta commented on 2019-04-01 11:27 (UTC)

@fryfog don't worry, problem of the VPS default installation. The /etc/timezone was empty. Sorry!

fryfrog commented on 2019-03-28 15:21 (UTC)

A quick Google suggests pytz is needed and it turns out I have it installed, so I added it as a depends. Give it a try? I didn't bump the pkgrel though.

bgta commented on 2019-03-28 14:25 (UTC)

Not starting on Clean Arch installation:

tautulli.service - Tautulli Service
   Loaded: loaded (/usr/lib/systemd/system/tautulli.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Thu 2019-03-28 15:23:02 CET; 3s ago
  Process: 2724 ExecStart=/usr/bin/python2 /usr/lib/tautulli/PlexPy.py --nolaunch --config /var/lib/tautulli/config.ini --datadir /var/lib/tautulli (code=exite>
 Main PID: 2724 (code=exited, status=1/FAILURE)

Mar 28 15:23:02 python2[2724]:     self.timezone = astimezone(config.pop('timezone', None)) or get_localzone()
Mar 28 15:23:02 python2[2724]:   File "/usr/lib/tautulli/lib/tzlocal/unix.py", line 131, in get_localzone
Mar 28 15:23:02 python2[2724]:     _cache_tz = _get_localzone()
Mar 28 15:23:02 python2[2724]:   File "/usr/lib/tautulli/lib/tzlocal/unix.py", line 70, in _get_localzone
Mar 28 15:23:02 python2[2724]:     return pytz.timezone(etctz.replace(' ', '_'))
Mar 28 15:23:02 python2[2724]:   File "/usr/lib/tautulli/lib/pytz/__init__.py", line 178, in timezone
Mar 28 15:23:02 python2[2724]:     raise UnknownTimeZoneError(zone)
Mar 28 15:23:02 python2[2724]: pytz.exceptions.UnknownTimeZoneError: ''
Mar 28 15:23:02 systemd[1]: tautulli.service: Main process exited, code=exited, status=1/FAILURE
Mar 28 15:23:02 systemd[1]: tautulli.service: Failed with result 'exit-code'.

fryfrog commented on 2018-08-27 15:34 (UTC)

@mralext20: Added based on blind faith, thanks for reporting! :)

mralext20 commented on 2018-08-27 04:44 (UTC)

This needs to depend on python2-setuptools.

fryfrog commented on 2018-07-19 15:51 (UTC)

Double confirmed, I just installed and start this on a server that didn't have it and it is fine. Sounds like maybe you had an issue during install and that file got missed?

Sonic-Y3k commented on 2018-07-19 15:47 (UTC)

Hi @carlf,

I've just set up a new arch container and it installs and runs just fine with the current version: https://pastebin.com/nSK7dCCD

The ExecStart differs as Arch is using python3 as default and the config files are reorganized to a different location so that the packet can be upgraded easily.

fryfrog commented on 2018-07-19 15:47 (UTC)

And the only index.html I see in the source is data/interfaces/default/index.html which makes its way to /usr/lib/tautulli/data/interfaces/default/index.html just fine.