Giter Club home page Giter Club logo

Comments (1)

gsteele13 avatar gsteele13 commented on August 17, 2024

Hi all,

I've had a jupyterhub instance running for a few month now and ran into a similar error:

[E 2020-05-11 12:16:40.876 JupyterHub web:1216] Uncaught exception in write_error
    Traceback (most recent call last):
      File "/anaconda3/lib/python3.7/site-packages/tornado/web.py", line 1214, in send_error
        self.write_error(status_code, **kwargs)
      File "/anaconda3/lib/python3.7/site-packages/jupyterhub/handlers/base.py", line 1108, in write_error
        html = self.render_template('%s.html' % status_code, **ns)
      File "/anaconda3/lib/python3.7/site-packages/jupyterhub/handlers/base.py", line 1043, in render_template
        template = self.get_template(name)
      File "/anaconda3/lib/python3.7/site-packages/jupyterhub/handlers/base.py", line 1037, in get_template
        return self.settings['jinja2_env'].get_template(name)
      File "/anaconda3/lib/python3.7/site-packages/jinja2/environment.py", line 830, in get_template
        return self._load_template(name, self.make_globals(globals))
      File "/anaconda3/lib/python3.7/site-packages/jinja2/environment.py", line 804, in _load_template
        template = self.loader.load(self, name, globals)
      File "/anaconda3/lib/python3.7/site-packages/jinja2/loaders.py", line 405, in load
        return loader.load(environment, name, globals)
      File "/anaconda3/lib/python3.7/site-packages/jinja2/loaders.py", line 405, in load
        return loader.load(environment, name, globals)
      File "/anaconda3/lib/python3.7/site-packages/jinja2/loaders.py", line 405, in load
        return loader.load(environment, name, globals)
      [Previous line repeated 979 more times]
    RecursionError: maximum recursion depth exceeded

I'm using the native-auth authenticator (https://native-authenticator.readthedocs.io/en/latest/index.html), we have about 15 users.

I've restarted the server and things seem to be running again. But I could imagine that it might happen again after running a month or so.

Does anyone have a thought on where to look on this one?

Thanks,
Gary

from wrapspawner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.