platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 71 forks source link

Start PIO Home Server #2549

Open bollabruno62 opened 2 years ago

CCE-DV commented 2 years ago

New PC, setting up Windows VsCode IDE with PlatformIO

Errors when loading a project.. "PlatformIO: Loading tasks...." timeout after 30 sec or so..

Error: Could not start PIO Home server: Error: timeout  at c:\Users\davidv\.vscode\extensions\platformio.platformio-ide-2.5.2-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:10013...
Source: PlatformIO IDE (Extension)   Check available solutions  [https://bit.ly/2Yfl65C]

So deleted .platformio folder , relaunch vscode .. reinstalls.. PlatformIO:Loading Tasks .. still errors same as above??

Debugging information is available via VSCode > Help > Toggle Developer Tools > Console.

DevTools failed to load source map: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/e4503b30fc78200f846c62cf8091b76ff5547662/core/vs/workbench/workbench.desktop.main.js.map: Load canceled due to load timeout

Think it is a "Watchguard Firebox" firewall device at work a Man in the Middle interfering with SSL certificates of https traffic..

requests.exceptions.SSLError: HTTPSConnectionPool(host='api.registry.nm1.platformio.org', port=443): Max retries exceeded with url: /v3/search?query=type%3A%22platform%22+name%3A%22espressif32%22 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))