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.

runserver_plus no longer accepts IP:PORT parameter?

See original GitHub issue

Python 3.5.2, OS X 10.11.6, Django 1.10.0rc1, also happens in Docker container under boot2docker:

$ python manage.py runserver_plus 0.0.0.0:8000
usage: manage.py runserver_plus [-h] [--version] [-v {0,1,2,3}]
                                [--settings SETTINGS]
                                [--pythonpath PYTHONPATH] [--traceback]
                                [--no-color] [--ipv6] [--noreload] [--browser]
                                [--adminmedia ADMIN_MEDIA_PATH]
                                [--nothreading] [--threaded]
                                [--output OUTPUT_FILE] [--print-sql]
                                [--cert CERT_PATH] [--extra-file EXTRA_FILES]
                                [--reloader-interval RELOADER_INTERVAL]
                                [--pdb] [--ipdb] [--pm]
                                [--startup-messages STARTUP_MESSAGES]
                                [--nostatic] [--insecure]
manage.py runserver_plus: error: unrecognized arguments: 0.0.0.0:8000

RUNSERVERPLUS_SERVER_ADDRESS_PORT also seems to be ignored.

$ export RUNSERVERPLUS_SERVER_ADDRESS_PORT='0.0.0.0:6000'
$ env | grep RUNSERV
RUNSERVERPLUS_SERVER_ADDRESS_PORT=0.0.0.0:6000
$ ./manage.py runserver_plus
 * Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
 * Restarting with stat
Performing system checks...
System check identified no issues (0 silenced).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ssteinerxcommented, Aug 1, 2016

That works! When will the next point release be as this is a real showstopper in Docker containers where 127.0.0.1 != 0.0.0.0 at all.

0reactions
ssteinerxcommented, Aug 2, 2016

This one, in particular, gives me pause…#649 opened on Mar 25, 2015 by BertrandBordage . Well over a year old without resolution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RunServerPlus — django-extensions 3.2.1 documentation
If you run the above command again, these certificate files will be reused so that you do not have to keep accepting the...
Read more >
Django extensions/werkzeug runserver_plus crashes with exit ...
I am on Mac OS X (latest version). I have not been able to track down what that exit code 247 means--it only...
Read more >
django-extensions Documentation - Read the Docs
This command also supports dumping the data in a few different formats. More Info. The simplest way to run it is with no...
Read more >
Django extensions/werkzeug runserver_plus crashes with exit ...
Coding example for the question Django extensions/werkzeug runserver_plus crashes with exit 247 when catching an error-django.
Read more >
netsh http add sslcert - The parameter is incorrect - TechNet
netsh http add sslcert - The parameter is incorrect - Windows Federation ... links to all possible resolutions and non of them is...
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