Metaculus / Metaculus/metaculus

Investigate generic bulletin API errors

Open
#4,241 1 comment 0 reactions 1 assignee View on GitHub

@ncarazon is already working on this.

Since Feb 10, 2026.

Low Priority Stale
Dominant language
TypeScript
Stars
113
Forks
34
Avg merge
16h 34m
Merged PRs (30d)
30

Description

Getting generic "Unexpected Api Error" when fetching bulletins, but no details about what's actually failing.

Sentry: https://metaculus.sentry.io/issues/METACULUS-FRONTEND-1AT (603 events, 74 users)

The error is thrown in src/utils/core/fetch/fetch.shared.ts when fetching bulletins:

const apiError = new ApiError(response, errorData);

But we're not getting enough context to know if this is:

  • Backend API returning errors
  • Network timeouts
  • Rate limiting
  • Something else

Need better logging/error details to diagnose the root cause.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.