platformio / platformio-vscode-ide

PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide
Apache License 2.0
1.18k stars 188 forks source link

Start PIO Home Server #4055

Open Kulim13 opened 1 month ago

Kulim13 commented 1 month ago

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

============================================================

An unexpected error occurred. Further steps:

============================================================

C:\Users\kulim.platformio\penv\Lib\site-packages\platformio__main.py:132: RuntimeWarning: coroutine 'Server.serve' was never awaited exit_code = int(str(exc)) if str(exc).isdigit() else 1 RuntimeWarning: Enable tracemalloc to get the object allocation traceback Exception ignored in: <function BaseEventLoop.del at 0x000001AF6B1F9EE0> Traceback (most recent call last): File "C:\Users\kulim.platformio\python3\Lib\asyncio\base_events.py", line 694, in del__ self.close() File "C:\Users\kulim.platformio\python3\Lib\asyncio\proactor_events.py", line 696, in close self._close_self_pipe() File "C:\Users\kulim.platformio\python3\Lib\asyncio\proactor_events.py", line 776, in _close_self_pipe self._ssock.close() ^^^^^^^^^^^ AttributeError: 'ProactorEventLoop' object has no attribute '_ssock'

at c:\Users\kulim\.vscode\extensions\platformio.platformio-ide-3.3.3-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:11001
at ChildProcess.i (c:\Users\kulim\.vscode\extensions\platformio.platformio-ide-3.3.3-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:4621)
at ChildProcess.emit (node:events:517:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:303:5)