platformio-core-installer icon indicating copy to clipboard operation
platformio-core-installer copied to clipboard

Installation Manager

Open luisdamora opened this issue 1 year ago • 1 comments

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

  • https://github.com/platformio/platformio-vscode-ide/issues%3Fq=is%3Aissue

%23 Configuration

VSCode: 1.91.1 PIO IDE: v3.3.3 System: Linux, 6.8.0-40-generic, x64

%23 Exception

Error: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received null
  at /home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:5323
  at i (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:4621)
  at P (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:5220)
  at b (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:4335)
  at /home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:5276
  at new Promise (<anonymous>)
  at p (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:5255)
  at XA (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:952884)
  at MA.loadCoreState (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:960035)
  at MA.install (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/node_modules/platformio-node-helpers/dist/index.js:1:964442)
  at k.install (/home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/dist/webpack:/platformio-ide/src/installer/manager.js:94:57)
  at /home/ryzen/.vscode/extensions/platformio.platformio-ide-3.3.3-linux-x64/dist/webpack:/platformio-ide/src/main.js:216:36

luisdamora avatar Sep 11 '24 14:09 luisdamora