clasp icon indicating copy to clipboard operation
clasp copied to clipboard

clasp create -> Internal error encountered.

Open kosukekurimoto opened this issue 4 years ago • 6 comments
trafficstars

% clasp create --title "My Project" --type Spreadsheet --rootDir ./src
Internal error encountered.

kosukekurimoto avatar Sep 24 '21 05:09 kosukekurimoto

% clasp -v
2.4.1

kosukekurimoto avatar Sep 24 '21 05:09 kosukekurimoto

Same

iamkhalidbashir avatar Sep 30 '21 11:09 iamkhalidbashir

% clasp create --title "My Project" --type standalone --rootDir ./src Internal error encountered.

% clasp -v 2.4.1

% node -v v14.17.0

% clasp clone appears functional for projects already created

peytonmcnully avatar Sep 30 '21 21:09 peytonmcnully

Same here. Also, with the '--parentId' flag the project gets created, but opening it returns a 500 in the browser.

bugkarma avatar Oct 27 '21 16:10 bugkarma

Same here:

# clasp create --type sheets --title Test
Created new Google Sheet: https://drive.google.com/open?id=1tQX8qc_2fqLAdu0bVT7uUQ376eNQR9Pv7DfBfN9E-qc
Internal error encountered.

# clasp -v
2.4.1

# node -v
v16.17.0

Both spreadsheet and script project are being created, but when opening the script in browser it returns a 500 error as @bugkarma mentions.

roldan avatar Sep 09 '22 03:09 roldan

Encountered the same issue with clasp create --type sheets on Nov 21, 2023, between 15-18 (JST). The .clasp.json file wasn't created and ended up with an internal error encountered. Couldn't create it directly from the browser either.

When I tried again later, it worked fine. There was a GCP outage in the Japan region around that time, which might have caused the issue. Saw similar reports from others on X.

If you're facing a similar error, it might be worth checking the GCP status page for any ongoing issues.

https://status.cloud.google.com/summary

halllllll avatar Nov 22 '23 10:11 halllllll