On Fri, May 23, 2014 at 3:49 PM, Marco Lovato <[email protected]> wrote:
> INFO 2014-05-23 20:44:07,649 sdk_update_checker.py:242] Checking for > updates to the SDK. > INFO 2014-05-23 20:44:07,978 __init__.py:94] Connecting through tunnel > to: appengine.google.com:443 > INFO 2014-05-23 20:44:09,632 api_server.py:171] Starting API server > at: http://localhost:32938 > INFO 2014-05-23 20:44:09,655 dispatcher.py:182] Starting module > "default" running at: http://0.0.0.0:8080 > So what's strange is that it looks like the SDK is trying to check for updates, but I don't see any followup text (i.e. it should say something along the lines of "upgrade now" or "sdk up to date"). Can you connect your work computer to your corporate network's DMZ<http://en.wikipedia.org/wiki/DMZ_(computing)> or public wifi and then run the development appserver? If you can't, try this: search your computer for a file named *.appcfg_nag* (including the prefixed period). Open it, then change the *opt_in* property to *false*. This should turn off the SDK update checker. Try running the development appserver again. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
