sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.89k stars 195 forks source link

bug in the dev server reload - should not ask for a different port #868

Closed sansyrox closed 1 day ago

sansyrox commented 1 week ago

Bug Description

INFO:robyn.logger:SERVER IS RUNNING IN VERBOSE/DEBUG MODE. Set --log-level to WARN to run in production mode. INFO:robyn.logger:Added route HttpMethod.GET / ERROR:robyn.logger:Port 8080 is already in use. Please use a different port.

Steps to Reproduce

No response

Your operating system

None

Your Python version (python --version)

None

Your Robyn version

None

Additional Info

No response

VishnuSanal commented 1 week ago

I'm working on this (#857)

sansyrox commented 4 days ago

@VishnuSanal , we will need a new PR for this, right?