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 #4161

Open
dh645a opened this issue Oct 27, 2024 · 1 comment
Open

Start PIO Home Server #4161

dh645a opened this issue Oct 27, 2024 · 1 comment
Labels

Comments

@dh645a
Copy link

dh645a commented Oct 27, 2024

%23 Description of problem
Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

%23 Configuration

VSCode: 1.94.2
PIO IDE: v3.3.3
System: Windows_NT, 10.0.19045, x64

%23 Exception

Error: PermissionError: Traceback (most recent call last):
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\__main__.py", line 103, in main
  cli()  %23 pylint: disable=no-value-for-parameter
  ^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\click\core.py", line 1157, in __call__
  return self.main(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\click\core.py", line 1078, in main
  rv = self.invoke(ctx)
       ^^^^^^^^^^^^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\cli.py", line 85, in invoke
  return super().invoke(ctx)
         ^^^^^^^^^^^^^^^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\click\core.py", line 1685, in invoke
  super().invoke(ctx)
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\click\core.py", line 1434, in invoke
  return ctx.invoke(self.callback, **ctx.params)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\click\core.py", line 783, in invoke
  return __callback(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\click\decorators.py", line 33, in new_func
  return f(get_current_context(), *args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\__main__.py", line 56, in cli
  maintenance.on_cmd_start(ctx, caller)
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\maintenance.py", line 38, in on_cmd_start
  after_upgrade(ctx)
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\maintenance.py", line 153, in after_upgrade
  cleanup_content_cache("http")
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\cache.py", line 164, in cleanup_content_cache
  with ContentCache(namespace) as cc:
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\cache.py", line 36, in __enter__
  self.delete()
File "C:\Users\CKDZ_3400G\.platformio\penv\Lib\site-packages\platformio\cache.py", line 132, in delete
  with open(self._db_path, mode="w", encoding="utf8") as fp:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\CKDZ_3400G\\.platformio\\.cache\\http\\db.data'

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

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\CKDZ_3400G\.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\CKDZ_3400G\.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 ChildProcess._handle.onexit (node:internal/child_process:305:5)
Copy link

stale bot commented Feb 1, 2025

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant