EvilPanda
Post requests aren't received
[28/Jul/2023:16:56:12 +0000] "GET /callback?hub.topic=https://www.youtube.com/xml/feeds/videos.xml%3Fchannel_id%3DUCpBDfwJH-ha6v8bAd7XTUuQ&hub.challenge=16143084626368159845&hub.mode=subscribe&hub.lease_seconds=432000 HTTP/1.1" 200 24 "-" "FeedFetcher-Google; (+http://www.google.com/feedfetcher.html)"
51 replies
Post requests aren't received
[2023-07-28 16:43:33 +0000] [1] [INFO] Starting gunicorn 21.2.0
[2023-07-28 16:43:33 +0000] [1] [INFO] Listening at: http://0.0.0.0:7270 (1)
[2023-07-28 16:43:33 +0000] [1] [INFO] Using worker: sync
[2023-07-28 16:43:33 +0000] [7] [INFO] Booting worker with pid: 7
51 replies
Post requests aren't received
Now the server doesnt run at all,
[2023-07-28 16:38:24 +0000] [1] [INFO] Starting gunicorn 21.2.0
[2023-07-28 16:38:24 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000/ (1)
[2023-07-28 16:38:24 +0000] [1] [INFO] Using worker: sync
[2023-07-28 16:38:24 +0000] [7] [INFO] Booting worker with pid: 7
this is the starting command gunicorn --bind 0.0.0.0 callback_server:gunicorn_app
51 replies