Failed deploys do happen occasionally and normally a rollback 
<https://cloud.google.com/appengine/docs/java/tools/uploadinganapp#Command_Line_Arguments>
 & 
re-deploying fix that on 2nd or 3rd attempt.

If not - what command are you using to deploy? What's the version of your 
SDK?

Following the URL provided in the logs ( 
https://developers.google.com/accounts/docs/AuthForInstalledApps ) mentions 
deprecated way of authentication. Could that be the issue (basically you 
shouldn't be using your username & password when deploying)?

Thanks,
Mihail. 

On Wednesday, April 13, 2016 at 5:07:34 PM UTC+3, Yan Zhou wrote:
>
> I tried to deploy my two projects today, one in python ,one in php, both 
> failed. 
>
> It was OK yesterday, I wonder if anyone has the same problem.
>
> Here is the error for python project:
> Error 404: --- begin server output ---
> https://developers.google.com/accounts/docs/AuthForInstalledApps
> --- end server output ---
>
> Here is the error for php project:
> ERROR appcfg.py:2615 An unexpected error occurred. Aborting. 
> Traceback (most recent call last):
>   File "C:\Program Files (x86)\Google\google_appengine\
> google\appengine\tools\appcfg.py", line 2452, in DoUpload
>     missing_files = self.Begin()
>   File "C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 1974, 
> in Begin
>     payload=config_copy.ToYAML())
>   File "C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 1740, 
> in Send
>     result = self.rpcserver.Send(url, payload=payload, **kwargs)
>   File "C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", 
> line 440, in Send
>     self._Authenticate()
>   File "C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", 
> line 581, in _Authenticate
>     super(HttpRpcServer, self)._Authenticate()
>   File "C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", 
> line 310, in _Authenticate
>     credentials = self.auth_function()
>   File "C:\Program Files 
> (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 3241, 
> in GetUserCredentials
>     password = self.raw_input_fn(password_prompt)
> EOFError: EOF when reading a line
>
> 2016-04-13 21:13:22 (Process exited with code 1)
>
> I appreciate if you can help
> Thanks
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/073d53fe-29d6-4967-a64e-f73dc086984a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to