-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection rejected. #528
Comments
Hi, Are you running through docker or directly in python ? Could you share a template of the project that reproduce the problem ? Regards, |
Directly in python. I was just trying to run the "hello" example.
|
Does this error happen in your browser or in the terminal ?
Could you share the list of network port that are listening on your machine ?
|
writer hello > in browsers: "Connection rejected." |
We don't know what could be the root cause. Could you make a try with a simple python webserver ? You can create a file python3 -m http.server 3006 |
Have you been able to make progress on this subject and identify a blocking area? |
Any attempt to start results in an error: “Connection rejected.” (MacOS Sonoma M1, Python 3.11)
The text was updated successfully, but these errors were encountered: