Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage.py runserver_socketio: error: unrecognized arguments #101

Closed
iQuick opened this issue Apr 12, 2016 · 3 comments
Closed

manage.py runserver_socketio: error: unrecognized arguments #101

iQuick opened this issue Apr 12, 2016 · 3 comments

Comments

@iQuick
Copy link

iQuick commented Apr 12, 2016

[em@EmCentos djweb]$ sudo python manage.py runserver_socketio '0.0.0.0:8020'
usage: manage.py runserver_socketio [-h] [--version] [-v {0,1,2,3}]
[--settings SETTINGS]
[--pythonpath PYTHONPATH] [--traceback]
[--no-color]
manage.py runserver_socketio: error: unrecognized arguments: 0.0.0.0:8020

@Benoit-Besnier
Copy link

Benoit-Besnier commented May 9, 2016

You can pass through this kind of error by adding SOCKETIO_HOST and SOCKETIO_PORT in your setting.py.
Something like :

SOCKETIO_HOST = '0.0.0.0'
SOCKETIO_PORT = 9876

Then you can use this to start the socketio server : "python manage.py runserver_socketio"

@iQuick
Copy link
Author

iQuick commented May 11, 2016

thank for you

@stephenmcd
Copy link
Owner

Duplicate #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants