If listen address but not port number is provided, startup fails
Open
bug
- Dominant language
- Python
- Stars
- 407
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
```
$ nsot-server start -a 0.0.0.0
Performing upgrade before service startup...
Performing collectstatic before service startup...
0 static files copied to '/home/fabric/fabric/lib/python2.7/site-packages/nsot/staticfiles', 149 unmodified.
Running service: 'http', num workers: 4, worker timeout: 30
Error: 'None' is not a valid port number.```
The default port should be used if not provided. This is a bug.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.