"Experience \"@[secure]/expomultiscreenstarter\" for platform \"[secure]\" and release channel \"default\" does not exist or is not published.
See original GitHub issueNew Issue Checklist
- Updated turtle-cli to the latest version (
yarn global add turtle-cli
ornpm install --global turtle-cli
). - I read the Contribution Guidelines.
- I read docs.expo.io (Managed Workflow > Distributing Your App).
- I searched for existing GitHub issues.
- I enclosed the complete output when running turtle, including the stack trace and command used.
Issue Description
I write a travis ci config file according https://github.com/expo/turtle-cli-example/blob/master/.travis.yml, but when the ci execute turtle build:android --keystore-path ./expo-project.jks --keystore-alias $EXPO_ANDROID_KEYSTORE_ALIAS --type apk -o $ARTIFACT_PATH
, it always gave me turtle[5266] ERROR: { StatusCodeError: 404 - "Experience \"@[secure]/expomultiscreenstarter\" for platform \"[secure]\" and release channel \"default\" does not exist or is not published."
error.
more detail can be found on https://travis-ci.org/liudonghua123/expo-multi-screen-starter/jobs/591506731
I can confirm that environment variables are correct and https://expo.io/@liudonghua/expomultiscreenstarter
is reachable.
Command executed
see the travis log above.
Complete output when running turtle, including the stack trace and command used
see the travis log above.
Environment
see the travis log above.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (3 by maintainers)
Top GitHub Comments
Yep, I met the same error. It is an expo account error. EXPO_USERNAME should be “[username]”, not “[email]”. (If you use CI Build)
This wouldn’t have been an issue if Turtle supported
EXPO_TOKEN