antiwork/gumroad · error · ResponseError

Something went wrong.

Error message

Something went wrong.

What it means

Error "Something went wrong." thrown in antiwork/gumroad.

Source

Thrown at app/javascript/data/audience.ts:29

  };
  first_follower_date: string;
  new_followers: number;
};

export const sendSubscribersReport = async ({
  options,
}: {
  options: { followers: boolean; customers: boolean; affiliates: boolean };
}) => {
  const response = await request({
    url: Routes.audience_export_path(),
    method: "POST",
    data: {
      options,
    },
    accept: "json",
  });
  if (!response.ok) throw new ResponseError();
};

View on GitHub (pinned to afeacbd394)

When it happens

Trigger: Thrown at app/javascript/data/audience.ts:29 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of antiwork/gumroad@afeacbd394 (2026-08-21). Data as JSON: /api/errors/04f259fb7f65619e. Report an issue: GitHub.