Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Issues
  • #1015
Closed
Open
Issue created Feb 16, 2020 by Thalia Technicie@_thaliatechnicieOwner

RecursionError: maximum recursion depth exceeded while calling a Python object

The below error occurs when trying to delete or unpublish an event from the event details page. @jdusseljee says the error doesn't happen if the unpublish action is used from the overview page.

Sentry Issue: CONCREXIT-22

RecursionError: maximum recursion depth exceeded while calling a Python object
(245 additional frame(s) were not displayed)
...
  File "django/db/models/query_utils.py", line 139, in __get__
    instance.refresh_from_db(fields=[field_name])
  File "django/db/models/base.py", line 627, in refresh_from_db
    db_instance = db_instance_qs.get()
  File "django/db/models/query.py", line 411, in get
    num = len(clone)
  File "django/db/models/query.py", line 258, in __len__
    self._fetch_all()
  File "django/utils/deconstruct.py", line 16, in __new__
    obj = super(klass, cls).__new__(cls)
Edited Feb 16, 2020 by Jelle Besseling
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking