While working on documentation for some features we just launched for our 
App (we now support Datastore Emulator 
<https://cloud.google.com/datastore/docs/tools/datastore-emulator> which 
automatically builds your index file if one is needed), I remembered that 
not having a working index can lead to status 500 errors.  I checked the 
GitHub that you are following and it has an* index.yaml* file. Do you have 
this file in your own version? Is it located in the root of your project 
folder?

* .....* NoCommandLine *......*
 https://nocommandline.com

*A GUI for Google App Engine*
On Monday, November 1, 2021 at 3:05:29 AM UTC-7 sna...@gmail.com wrote:

> 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
> DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. 
> Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 
> will drop support for Python 2.7 in January 2021. More details about Python 
> 2 support in pip can be found at 
> https://pip.pypa.io/en/latest/development/release-process/#python-2-support 
> pip 21.0 will remove support for this functionality.
> Package    Version
> ---------- -------
> Jinja2     2.11.3
> MarkupSafe 1.1.1
> pip        20.3.4
> setuptools 44.1.1
> webapp2    2.5.2
> wheel      0.37.0
> (.venvp2) snag@mx-Xfce ~> 
>
> Thaks.
> On Saturday, 30 October 2021 at 01:05:40 UTC+5:30 NoCommandLine wrote:
>
>>
>> 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 *......*
>>  https://nocommandline.com
>>
>> *A GUI for Google App Engine*
>>
>> On Friday, October 29, 2021 at 4:57:37 AM UTC-5 sna...@gmail.com wrote:
>>
>>> Hello,
>>>
>>> I have followed the instructions mentioned in the below page:
>>>
>>> https://cloud.google.com/appengine/docs/standard/python/getting-started/creating-guestbook
>>>
>>> Local configuration:
>>>
>>>    - Debian (10) Linux
>>>    - Python 2.7.16
>>>    - Google Cloud SDK 362.0.0
>>>    - 
>>>    - cat /etc/hosts 
>>>       - 127.0.0.1 localhost
>>>       - 127.0.0.1       mx-Xfce
>>>    
>>> I have tried 2 running the app in 2 different ways:
>>>
>>>    1. From inside Python2.7 virtualenv: *sudo 
>>>    /opt/google-cloud-sdk/bin/dev_appserver.py ./app.yaml*
>>>    2. From inside gc sdk bin directory: *python dev_appserver.py 
>>>    /home/<user>/appengine-guestbook-python/app.yaml*
>>>
>>> I get below messages in terminal:
>>> INFO     2021-10-28 21:21:28,722 devappserver2.py:316] Skipping SDK 
>>> update check.
>>> INFO     2021-10-28 21:21:28,832 <string>:383] Starting API server at: 
>>> http://localhost:37783
>>> INFO     2021-10-28 21:21:28,900 dispatcher.py:281] Starting module 
>>> "default" running at: http://localhost:8080
>>> INFO     2021-10-28 21:21:28,900 admin_server.py:150] Starting admin 
>>> server at: http://localhost:8000
>>> INFO     2021-10-28 21:21:30,910 instance.py:294] Instance PID: 2803
>>>
>>> admin server http://localhost:8000 runs fine but default 
>>> http://localhost:8080 does not:
>>> http://localhost:8080 says:
>>> *This page isn’t working*
>>>
>>> *localhost is currently unable to handle this request.*
>>> *HTTP ERROR 500*
>>>
>>> Please help to understand me what am I doing wrong here.
>>>
>>> Thanks,
>>> Supratik
>>>
>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/65dc3541-d8bb-422b-88bd-5ee2dc14bb17n%40googlegroups.com.

Reply via email to