Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle App Engine says "Must authenticate first." while trying to deploy any app
    text
    copied!<p>Google App Engine says "Must authenticate first." while trying to deploy any app:</p> <pre><code>me@myhost /opt/google_appengine $ python appcfg.py update ~/sda2/workspace/lyapapam/ Application: lyapapam; version: 1. Server: appengine.google.com. Scanning files on local disk. Scanned 500 files. Scanned 1000 files. Initiating update. Email: &lt;email_here&gt;@gmail.com Password for &lt;email_here&gt;@gmail.com: Error 401: --- begin server output --- Must authenticate first. --- end server output --- </code></pre> <p>We are getting this message with any application and under any developer account available to us</p> <p>That's what we have installed:</p> <pre><code>Python - 2.5.5 App Engine SDK - 1.3.2 PIL - 1.1.7 ssl - 1.15 </code></pre> <p>How can I fix it? Is it well known problem?</p> <p><strong>Update:</strong></p> <p>I really had a problems with time synchronization immediately after installing Windows on the same computer where I have Gentoo installed, but I've fixed that soon by setting RealTimeIsUniversal in registry and setting synchronization with europe.pool.ntp.org in both systems. (BTW my time zone is EEST)</p> <p>A couple of days after I solved a problem with time synchronization appcfg.py asked me for a password after each line it printed out (that was really weird) and I've used --passin and unix 'yes '.</p> <p>Now I have this problem with "Must authenticate first." and I've spent a lot of time playing with --passin --insecure --no_cookies options in different combinations on both windows and linux without any success.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload