Django's StatReloader returning error but server runs (although all requests written in red in the console)

I run python manage.py runserver in a folder (which worked finely yesterday) and get

python : Watching for file changes with StatReloader
Au caractère Ligne:1 : 1
+ python manage.py runserver
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Watching for fi...th StatReloader:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

but the server seems to work all the same even if requests are written in red in the console.

I've tried what's advised here but nothing changes.

I'm on Windows Powershell.

It was fixed by closing and reopening the Powershell console.

Sorry.

Back to Top