Qnap [ Tautulli ] [ 2.11.1 ] Monitoring and tracking tool for Plex Media Server (ex PlexPy )

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
49
France
www.qnap.com
34385001


Source : http://tautulli.com

Download :

https://www.myqnap.org/product/tautulli/

about :

Monitoring and tracking tool for Plex Media Server

web application for monitoring, analytics and notifications for Plex Media Server.

Features
[en]
Responsive web design viewable on desktop, tablet and mobile web browsers.
Themed to complement Plex/Web.
Easy configuration setup (no separate web server required).
Monitor current Plex Media Server activity.
Fully customizable notifications for stream activity and recently added media.
Top statistics on home page with configurable duration and measurement metric.
Global watching history with search/filtering & dynamic column sorting.
Full user list with general information and comparison stats.
Individual user information including devices IP addresses.
Complete library statistics and media file information.
Rich analytics presented using Highcharts graphing.
Beautiful content information pages.
Full sync list data on all users syncing items from your library.
And many more!!
[fr]
Web design réactif visible sur les navigateurs web d'ordinateur, tablette et mobile.
Thème pour compléter Plex/Web.
Configuration facile (pas besoin de serveur web séparé).
Surveillez l'activité de Plex Media Server.
Notifications entièrement personnalisables pour l'activité de streaming et les médias récemment ajoutés.
Statistiques en haut de la page d'accueil avec durée configurable et métrique de mesure.
Historique d'observation globale avec recherche/filtrage et tri dynamique des colonnes.
Liste complète des utilisateurs avec informations générales et statistiques comparatives.
Informations individuelles sur l'utilisateur, y compris les adresses IP des appareils.
Statistiques complètes de la bibliothèque et informations sur les fichiers médias.
Riche analytique présentée sous forme de graphiques Highcharts.
Belles pages d'information sur le contenu.
Liste de synchronisation complète des données sur tous les utilisateurs synchronisant les éléments de votre bibliothèque.
Et bien d'autres encore!!
 
Dernière édition:
si le module ne requiert pas de compilation tu peux tenter le pip installer dans /opt/Tautulli/bin/pip
sinon il faudra que je l'integre à la prochaine revision
 
I was running v2.1.39 on my QNAP NAS without any problem till today.
I saw a new v2.1.41 came out yesterday, so I upgraded my v2.1.39 to v2.1.41.

Upgrade went by with no issue.Upgrade went by with no issue.
But when connected to v2.1.41, when I went to the settings page, I got the following result:

Error !
KeyError: 'maxmind_license_key'
<label for="maxmind_license_key">MaxMind License Key</label> <div class="row"> <div class="col-md-6"> <input type="text" class="form-control" id="maxmind_license_key" name="maxmind_license_key" value="${config['maxmind_license_key']}" data-parsley-trigger="change"> </div> </div> <p class="help-block"> Enter and save your MaxMind License Key to install the GeoLite2 database. </p>
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/data/interfaces/default/settings.html, line 1241: <input type="text" class="form-control" id="maxmind_license_key" name="maxmind_license_key" value="${config['maxmind_license_key']}" data-parsley-trigger="change">
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/data/interfaces/default/base.html, line 165: ${next.body()}
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/lib/mako/runtime.py, line 860: callable_(context, *args, **kwargs)
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/lib/mako/runtime.py, line 835: _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/lib/mako/runtime.py, line 803: **_kwargs_for_callable(callable_, data))
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/lib/mako/template.py, line 443: return runtime._render(self, self.callable_, args, data)
/share/CACHEDEV1_DATA/.qpkg/Tautulli/tautulli/plexpy/webserve.py, line 78: _session=_session, **kwargs)

It seems to be related to the MaxMind GeoLite2 database, but I don't have it installed on my Tautulli config.
I even can't install it; if I try, I'm getting an error "Tautulli Helpers :: Downloading GeoLite2 gzip file from MaxMind..." followed by "Tautulli Helpers :: Failed to download GeoLite2 gzip file from MaxMind: [Errno socket error] [Errno -2] Name or service not known". I also don't have any place (3rd party API keys) where to set a MaxMind license..."
In all cases, the GeoLite database isn't mandatory, is it ?
So, I don't have it and don't need it.

Tautulli was working perfectly without, so I don't see why it couldn't continue in new version.

I reinstalled v2.1.39 over v2.1.41, and everything OK again. For now.
But it means there's an issue with the last version, and that should be corrected.

Can someone help ?