bradshjg / flask-githubapp

Flask extension for rapid Github app development in Python, in the spirit of probot (https://probot.github.io/)
MIT License
56 stars 14 forks source link

127.0.0.1 - - [12/Dec/2021 00:39:05] "POST / HTTP/1.1" 400 - #30

Closed Bluscream closed 2 years ago

Bluscream commented 2 years ago

https://github.com/bradshjg/flask-githubapp/blob/master/samples/cruel_closer/app.py with smee.io

S:\Projects\Python\github-bot-flask\venv\Scripts\python.exe S:/Projects/Python/github-bot-flask/app.py
 * Serving Flask app 'app' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on all addresses.
   WARNING: This is a development server. Do not use it in a production deployment.
 * Running on http://10.0.1.10:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [12/Dec/2021 00:39:05] "POST / HTTP/1.1" 400 -
127.0.0.1 - - [12/Dec/2021 00:39:05] "POST / HTTP/1.1" 400 -
bradshjg commented 2 years ago

Feel free to reopen and include the request and response and folks might be able to over some help debugging.