HSX_E_PROJECT_HUBSPOT_READ

HubSpot project read failed.

What this error means

HubSpot could not return the requested project or build information.

When this error stops a command, hs-x exits with code 1. With --json, the failure is reported as a structured error whose code field is HSX_E_PROJECT_HUBSPOT_READ — stable to match on in scripts and agents.

Likely causes

  • The selected account cannot access the project
  • The project has not been uploaded yet
  • HubSpot returned an authentication or transient API error

How to fix it

  • Check the selected account and hsproject.json project name
  • Retry with --debug to include the underlying HubSpot error details

Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.