Skip to content
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

403 error with default ROOT_PORT 5000 #46

Open
rmnmllr opened this issue Nov 8, 2023 · 1 comment
Open

403 error with default ROOT_PORT 5000 #46

rmnmllr opened this issue Nov 8, 2023 · 1 comment

Comments

@rmnmllr
Copy link

rmnmllr commented Nov 8, 2023

Hey,
I stumbled upon a problem with the default port 5000 on macOS Ventura (13.6.1).
In chapter 7.13 of the tutorial I get with:


while starting up a second node:

export PEER=True && python3 -m backend.app

as requests.get result:

result: <Response [403]>

I found out (through stackoverflow) that macOS uses this port with the control center. It can be fixed by setting ROOT_PORT to some other value than 5000.

Great tutorial and maybe this info is of use to someone else!
Cheers

@sajjadhira
Copy link

Make sure you are using virtual environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants