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

Open
GPRobo45 opened this issue May 15, 2024 · 0 comments
Open

Start PIO Home Server #4058

GPRobo45 opened this issue May 15, 2024 · 0 comments

Comments

@GPRobo45
Copy link

%23 Description of problem
Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

%23 Configuration

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

%23 Exception

Error: PermissionError: Traceback (most recent call last):
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\__main__.py", line 103, in main
  cli()  %23 pylint: disable=no-value-for-parameter
  ^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\click\core.py", line 1157, in __call__
  return self.main(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\click\core.py", line 1078, in main
  rv = self.invoke(ctx)
       ^^^^^^^^^^^^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\cli.py", line 85, in invoke
  return super().invoke(ctx)
         ^^^^^^^^^^^^^^^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\click\core.py", line 1685, in invoke
  super().invoke(ctx)
File "C:\Users\garym\.platformio\penv\Lib\site-packages\click\core.py", line 1434, in invoke
  return ctx.invoke(self.callback, **ctx.params)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\click\core.py", line 783, in invoke
  return __callback(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\click\decorators.py", line 33, in new_func
  return f(get_current_context(), *args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\__main__.py", line 56, in cli
  maintenance.on_cmd_start(ctx, caller)
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\maintenance.py", line 38, in on_cmd_start
  after_upgrade(ctx)
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\maintenance.py", line 153, in after_upgrade
  cleanup_content_cache("http")
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\cache.py", line 164, in cleanup_content_cache
  with ContentCache(namespace) as cc:
File "C:\Users\garym\.platformio\penv\Lib\site-packages\platformio\cache.py", line 36, in __enter__
  self.delete()
File "C:\Users\garym\.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\\garym\\.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\garym\.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\garym\.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)
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