Apps won't run on GAE - 'unable to bind to localhost:0'

后端 未结 7 894
谎友^
谎友^ 2020-12-14 20:10

I recently upgraded Google App Engine to 1.7.7. and have not been able to run any apps locally since. This includes apps that worked before the update and apps I\'ve created

相关标签:
7条回答
  • 2020-12-14 20:51

    The last time you ran the app engine command you shut it down with ctrl-z instead (shunt to background) instead of ctrl-c (kill). Restart the terminal and next time you shut down app engine from terminal use ctrl-c and you'll be fine.

    0 讨论(0)
提交回复
热议问题