platformio-atom-ide icon indicating copy to clipboard operation
platformio-atom-ide copied to clipboard

Start PIO Home Server

Open bollabruno62 opened this issue 3 years ago • 1 comments

bollabruno62 avatar May 04 '22 19:05 bollabruno62

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)')))

CCE-DV avatar Aug 24 '22 05:08 CCE-DV