Skip to content

403 error with default ROOT_PORT 5000 #46

@rmnmllr

Description

@rmnmllr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions