{"record":{"id":"04f259fb7f65619e","repo":"antiwork/gumroad","slug":"something-went-wrong-04f259","errorCode":null,"errorMessage":"Something went wrong.","messagePattern":"Something went wrong\\.","errorType":"exception","errorClass":"ResponseError","httpStatus":null,"severity":"error","filePath":"app/javascript/data/audience.ts","lineNumber":29,"sourceCode":"  };\n  first_follower_date: string;\n  new_followers: number;\n};\n\nexport const sendSubscribersReport = async ({\n  options,\n}: {\n  options: { followers: boolean; customers: boolean; affiliates: boolean };\n}) => {\n  const response = await request({\n    url: Routes.audience_export_path(),\n    method: \"POST\",\n    data: {\n      options,\n    },\n    accept: \"json\",\n  });\n  if (!response.ok) throw new ResponseError();\n};\n","sourceCodeStart":11,"sourceCodeEnd":31,"githubUrl":"https://github.com/antiwork/gumroad/blob/afeacbd394069a1cbf0c6c50ee8e900925050370/app/javascript/data/audience.ts#L11-L31","documentation":"Error \"Something went wrong.\" thrown in antiwork/gumroad.","triggerScenarios":"Thrown at app/javascript/data/audience.ts:29 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"afeacbd394069a1cbf0c6c50ee8e900925050370","analyzedAt":"2026-08-21T17:58:52.159Z","schemaVersion":2},"datasetVersion":"2026-08-21T18:17:14.833Z"}