reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.83k stars 1.14k forks source link

wmic cpu get addresswidth,caption,manufacturer /FORMAT:csv #4198

Open AnonimPython opened 4 days ago

AnonimPython commented 4 days ago

Describe the bug The command wmic cpu get addresswidth,caption,manufacturer /FORMAT:csv failed with error: Command 'wmic cpu get addresswidth,caption,manufacturer /FORMAT:csv' returned non-zero exit status 1.. This will return None.

AND infinity reloading local server!

Specifics (please complete the following information):

Additional context After create a new project and first start server it's work, but after why I remake the code server are not starting , just say in terminal "WARNING: WatchFiles detected changes in 'FistApp\main.py'. Reloading..." after this my terminal are crashing, not working. I need to close him and open then.

linear[bot] commented 4 days ago

ENG-3962 wmic cpu get addresswidth,caption,manufacturer /FORMAT:csv

masenf commented 4 days ago

is this a regression from 0.6.2?

AnonimPython commented 4 days ago

ENG-3962 wmic cpu get addresswidth,caption,manufacturer /FORMAT:csv

I for Russia. Site doesn't work( Do u have alternative?

AnonimPython commented 4 days ago

is this a regression from 0.6.2?

idk, but I can say 6 month ago I dont take this problem.

masenf commented 4 days ago

Do u have alternative?

That's an internal issue tracker for the team, it's not public. Any comments here will end up over there and we'll triage it for an upcoming sprint.

adhami3310 commented 1 day ago

Can you try running:

wmic cpu get addresswidth,caption,manufacturer /FORMAT:csv

in the command line?

otherwise, the infinite hot-reload isn't because of this, but because of something else (unsure as we don't have any clue towards that), can you try running with:

reflex run --loglevel prod