Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: unhashable type: 'list' #73598

Open
sentry-io bot opened this issue Jul 1, 2024 · 1 comment
Open

TypeError: unhashable type: 'list' #73598

sentry-io bot opened this issue Jul 1, 2024 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 1, 2024

When searching for !timesSeen:100 (or any number), you get an internal server error in response.

Other number filters are able to use the ! syntax correctly, but timesSeen fails (presumably due to it having an alias).

CleanShot 2024-07-01 at 12 06 25

Sentry Issue: SENTRY-38QB

TypeError: unhashable type: 'list'
(7 additional frame(s) were not displayed)
...
  File "sentry/search/snuba/backend.py", line 528, in query
    query_results = query_executor.query(
  File "sentry/search/snuba/executors.py", line 968, in query
    snuba_groups, total = self.snuba_search(
  File "sentry/search/snuba/executors.py", line 484, in snuba_search
    query_params_for_categories[gc] = self._prepare_params_for_category(
  File "sentry/search/snuba/executors.py", line 373, in _prepare_params_for_category
    aggregations = self._prepare_aggregations(
  File "sentry/search/snuba/executors.py", line 310, in _prepare_aggregations
    required_aggregations.add(alias)
@getsantry
Copy link
Contributor

getsantry bot commented Jul 1, 2024

Routing to @getsentry/product-owners-issues for triage ⏲️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants