question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gunicorn is getting 404 errors

See original GitHub issue

Hello, I’m running lint-review on docker. I noticed that:

web_1     | [2018-08-07 08:44:59 +0000] [10] [DEBUG] GET /ping
web_1     | 127.0.0.1 - - [07/Aug/2018:08:44:59 +0000] "GET /ping HTTP/1.1" 404 233 "-" "curl/7.47.0"
broker_1  | 2018-08-07 08:45:01.810 [info] <0.813.0> accepting AMQP connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672)
broker_1  | 2018-08-07 08:45:01.815 [info] <0.813.0> connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672): user 'guest' authenticated and granted access to vhost '/'
broker_1  | 2018-08-07 08:45:01.861 [warning] <0.813.0> closing AMQP connection <0.813.0> (192.168.128.3:38632 -> 192.168.128.2:5672, vhost: '/', user: 'guest'):

Gunicorn is getting 404 errors on ping. Any ideas?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
avishayilcommented, Aug 9, 2018

Environment: AWS EC2 - Ubuntu Server 16.04 Installed docker-ce, docker-compose with the instructions of official docker documentation, then cloning the repository, running docker-compose pull and docker-compose up.

0reactions
markstorycommented, Aug 9, 2018

Ok. curl does seem to be missing from the application container. I can fix that.

What is the sha of the docker image you get from docker-compose pull? You can get that from docker images | grep 'lint-review'

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gunicorn shows 404 instead of app - python - Stack Overflow
1 Answer 1 · I don't get it. I have defined routes (also "/") in views.py in my mymodule folder. Works fine when...
Read more >
Getting 404 error when using gunicorn/eventlet in prod #990
{ "error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your...
Read more >
Django application with nginx and gunicorn only showing ...
Coding example for the question Django application with nginx and gunicorn only showing welcome page rest all pages showing 404 error-django.
Read more >
After upgrading to Red Hat Satellite 6.10, Content View ...
After upgrading to Red Hat Satellite 6.10, Content View publishing fails with error "404 not found" ... No translations currently exist. Issue.
Read more >
Nginx+gunicorn 404 - Server Fault
Try checking if your gunicorn.sock file is really there. It could be that the folder in which it should be in does not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found