-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't working rightSomething isn't working right
Description
Sentry Issue: POSTHOG-35Z
Action.DoesNotExist: Action matching query does not exist.
(5 additional frame(s) were not displayed)
...
File "ee/clickhouse/queries/funnels/base.py", line 83, in _exec_query
steps = [self._build_step_query(entity, index, "events") for index, entity in enumerate(self._filter.entities)]
File "ee/clickhouse/queries/funnels/base.py", line 83, in <listcomp>
steps = [self._build_step_query(entity, index, "events") for index, entity in enumerate(self._filter.entities)]
File "ee/clickhouse/queries/funnels/base.py", line 255, in _build_step_query
action = Action.objects.get(pk=entity.id)
File "django/db/models/manager.py", line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File "django/db/models/query.py", line 429, in get
raise self.model.DoesNotExist(
Metadata
Metadata
Assignees
Labels
bugSomething isn't working rightSomething isn't working right