How did you run your command, exactly? What is the output from the following commands?
gcloud components update gcloud info gcloud app deploy --verbosity debug You should edit out all private information, such as project numbers, from the copied output. This error is displayed usually when not all your files and directories under the app directory are ASCII-only, or when "app.yaml" contains some non-ASCII characters. All these need to be ASCII, as well as all gcloud command parameters. To facilitate communication, and set proper privacy levels, you are encouraged to open a similar issue in the Public Issue Tracker <https://issuetracker.google.com/>. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/7bc274ac-e610-4eaa-84da-00f1669e1ae0%40googlegroups.com.
