Electron Problem runing manage.py runserver

Question:

I’m developing a web app, but just yesterday when i try to run manage.py wiht runserver appeared to me this error "(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support."

I don’t know why appear, I don’t changue nothing, I only tunr off my computer.

Can anyone help me whit this?

Problem Image

Asked By: andres Magaña

||

Answers:

I solved the problem uninstalling VS code, if someone are using VS code and they get this error only that you need to do is uninstalling the program

Answered By: andres Magaña

If I’m not mistaken this can be caused by having any program installed which uses electron under the hood. I ran into this issue and I don’t have vscode installed. I do however have Atom and Pulsar installed which both use electron.

Answered By: in-tension
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.