Opened 8 years ago

Closed 8 years ago

#26948 closed Bug (invalid)

Can't start project server on Windows due to "System call failed" error

Reported by: Samuele Roversi Owned by: nobody
Component: HTTP handling Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi, when i type:
python manage.py runserver
I get:

System check identified no issues (0 silenced).
July 25, 2016 - 20:04:27
Django version 1.9.8, using settings 'helloworld.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Error: [Errno 10107] System call failed
1

And then the local server doesn't start...
I'm using Windows 10 64 bit, Python 2.7, i tried using another port, start another project, disabling firewall and antivirus, also searched on internet but it seems that i am the only one having this issue.
Thanks in advance

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: invalid
Status: newclosed
Summary: Can't start project serverCan't start project server on Windows due to "System call failed" error

Please see TicketClosingReasons/UseSupportChannels for ways to get help. If this turns out to be a bug in Django, feel free to reopen with an explanation of what change we need to make.

Note: See TracTickets for help on using tickets.
Back to Top