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:
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
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:
python-blockchain-tutorial/backend/app/__init__.py
Line 93 in ba22165
while starting up a second node:
as
requests.getresult:I found out (through stackoverflow) that macOS uses this port with the control center. It can be fixed by setting
ROOT_PORTto some other value than 5000.Great tutorial and maybe this info is of use to someone else!
Cheers