Skip to content

Clues about "start PIO Home server: Timeout error" in Windows. #23

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

Open
Parahexen opened this issue Mar 25, 2025 · 1 comment
Open

Clues about "start PIO Home server: Timeout error" in Windows. #23

Parahexen opened this issue Mar 25, 2025 · 1 comment

Comments

@Parahexen
Copy link

Parahexen commented Mar 25, 2025

I've encountered this problem today, and there are a lot of same issues on the platformio-vscode-ide.
After some diggings, this may due to the confliction of port range settings.

The major problem there is:

const HTTP_PORT_MIN = 45000;
const HTTP_PORT_MAX = 45999;

this range is conflicted with WSL on [44619, 48715] (4097 ports) if WSL is running in mirrored networking.

change this range may fix the problem for many users.

@ivankravets
Copy link
Member

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