Error !

TopLevelLookupException: Can't locate template for uri 'login.html'

250
                if os.path.isfile(srcfile):
251
                    return self._load(srcfile, uri)
252
            else:
253
                raise exceptions.TopLevelLookupException(
254
                    "Can't locate template for uri %r" % uri
255
                ) from e
256

257
    def adjust_uri(self, uri, relativeto):
258
        """Adjust the given ``uri`` based on the given relative URI."""
/app/tautulli/lib/mako/lookup.py, line 253:
253
raise exceptions.TopLevelLookupException(
/app/tautulli/plexpy/webserve.py, line 101:
101
template = TEMPLATE_LOOKUP.get_template(template_name)