[google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-11-16 Thread NoCommandLine
While working on documentation for some features we just launched for our App (we now support Datastore Emulator which automatically builds your index file if one is needed), I remembered that not having a working index can

Re: [google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-11-01 Thread wesley chun
A 500 generally indicates an issue w/the application code. Can you paste your entrypoint code here as well as any other log entries that may be useful so people can help debug? (Less relevant: any reason for not using Python 3?) On Mon, Nov 1, 2021 at 3:05 AM Supratik Nag wrote: > Hi, > > I

[google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-11-01 Thread Supratik Nag
Hi, I didnt install those packages in first place. Now those are installed. But still same thing. Firefox shows a blank page and chrome the below messages: *This page isn’t working* *localhost is currently unable to handle this request.* *HTTP ERROR 500* (.venvp2) snag@mx-Xfce ~> pip list

[google-appengine] Re: local development server (dev_appserver.py) not running in http://localhost:8080/

2021-10-29 Thread NoCommandLine
Your link has a Dependencies section which lists Jinja2 and Webapp2. Did you install those dependencies? *Note:* The Dependencies also mentions "Twitter Bootstrap" but there is a folder for it which means you don't have to download it * .* NoCommandLine *..*