So I tried to set up the tautulli addon but it will not allow me to sign in. The addon shows some errors,
File “/opt/lib/cherrypy/lib/encoding.py”, line 221, in call
self.body = self.oldhandler(*args, **kwargs)
File “/opt/lib/cherrypy/lib/jsontools.py”, line 58, in json_handler
value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
File "/opt/lib/cherrypy/cpdispatch.py", line 54, in call
return self.callable(*self.args, **self.kwargs)
File “/opt/plexpy/webauth.py”, line 373, in signin
valid_login, user_details, user_group = check_credentials(username=username,
File “/opt/plexpy/webauth.py”, line 135, in check_credentials
if username == plexpy.CONFIG.HTTP_USERNAME and check_hash(password, plexpy.CONFIG.HTTP_PASSWORD):
File “/opt/lib/hashing_passwords.py”, line 51, in check_hash
algorithm, hash_function, cost_factor, salt, hash_a = hash.split(’$’)
ValueError: not enough values to unpack (expected 5, got 1)
Not sure what’s up but it didnt work before I updated Plex and now that I updated it, it still won’t work. The tautulli page loads but when hitting login it does nothing. Doesn’t say wrong password or anything. Idk what’s up…