-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
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:
| ROOT_PORT = 5000 |
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
Metadata
Metadata
Assignees
Labels
No labels