Skip to content
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

Start PIO Home Server #4142

Open
luputer opened this issue Oct 4, 2024 · 0 comments
Open

Start PIO Home Server #4142

luputer opened this issue Oct 4, 2024 · 0 comments

Comments

@luputer
Copy link

luputer commented Oct 4, 2024

%23 Description of problem
Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

%23 Configuration

VSCode: 1.94.0
PIO IDE: v3.3.3
System: Windows_NT, 10.0.22631, x64

%23 Exception

Error: TypeError: Traceback (most recent call last):
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\platformio\__main__.py", line 103, in main
  cli()  %23 pylint: disable=no-value-for-parameter
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\click\core.py", line 1157, in __call__
  return self.main(*args, **kwargs)
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\click\core.py", line 1078, in main
  rv = self.invoke(ctx)
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\platformio\cli.py", line 85, in invoke
  return super().invoke(ctx)
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\click\core.py", line 1688, in invoke
  return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\click\core.py", line 1434, in invoke
  return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\click\core.py", line 783, in invoke
  return __callback(*args, **kwargs)
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\platformio\home\cli.py", line 92, in cli
  run_server(
File "C:\Users\Saidi\.platformio\penv\lib\site-packages\platformio\home\run.py", line 66, in run_server
  if not os.path.isdir(contrib_dir):
File "C:\laragon\bin\python\python-3.10\lib\genericpath.py", line 42, in isdir
  st = os.stat(s)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

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

An unexpected error occurred. Further steps:

* Verify that you have the latest version of PlatformIO using
`python -m pip install -U platformio` command

* Try to find answer in FAQ Troubleshooting section
https://docs.platformio.org/page/faq/index.html

* Report this problem to the developers
https://github.com/platformio/platformio-core/issues

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


  at c:\Users\Saidi\.vscode\extensions\platformio.platformio-ide-3.3.3-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:10939
  at ChildProcess.i (c:\Users\Saidi\.vscode\extensions\platformio.platformio-ide-3.3.3-win32-x64\node_modules\platformio-node-helpers\dist\index.js:1:4559)
  at ChildProcess.emit (node:events:519:28)
  at ChildProcess.emit (node:domain:488:12)
  at maybeClose (node:internal/child_process:1105:16)
  at Process.ChildProcess._handle.onexit (node:internal/child_process:305:5)
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

1 participant