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.22k stars 195 forks source link

Start PIO Home Server #4032

Open NightInkDyeing opened 6 months ago

NightInkDyeing commented 6 months ago

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

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

An unexpected error occurred. Further steps:

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

C:\Users\contrarian.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 0x00000242A4CD0860> Traceback (most recent call last): File "C:\Users\contrarian\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 705, in del__ self.close() File "C:\Users\contrarian\AppData\Local\Programs\Python\Python312\Lib\asyncio\proactor_events.py", line 697, in close self._close_self_pipe() File "C:\Users\contrarian\AppData\Local\Programs\Python\Python312\Lib\asyncio\proactor_events.py", line 777, in _close_self_pipe self._ssock.close() ^^^^^^^^^^^ AttributeError: 'ProactorEventLoop' object has no attribute '_ssock'

at c:\Users\contrarian\.vscode\extensions\platformio.platformio-ide-3.3.1-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:10851
at ChildProcess.c (c:\Users\contrarian\.vscode\extensions\platformio.platformio-ide-3.3.1-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:4598)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
NightInkDyeing commented 6 months ago

The same problem occurs in clion.

italocjs commented 6 months ago

I'm a bit curious, there are hundreds of the same issue, almost seems like a spam. what is going on here??