dankeboy36 / esp-exception-decoder

ESP8266/ESP32 Exception Decoder Extension for the Arduino IDE
MIT License
62 stars 2 forks source link

Unable to add this extension #18

Closed Murugesh-Hobbyist closed 3 months ago

Murugesh-Hobbyist commented 3 months ago

getting the error, Activating extension 'ESP Exception Decoder' failed: Cannot find module 'c:\Users\murug.arduinoIDE\plugins\esp-exception-decoder-1.0.2\dist\extension.js' Require stack: - C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-host.js

Screenshot - 16-03-2024 , 05_52_16

dankeboy36 commented 3 months ago

Activating extension 'ESP Exception Decoder' failed: Cannot find module 'c:\Users\murug.arduinoIDE\plugins\esp-exception-decoder-1.0.2\dist\extension.js' Require stack: - C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-host.js

Related: https://github.com/dankeboy36/esp-exception-decoder/issues/17#issue-2161798904


Thanks for reporting it. I do not think this is a problem with the extension, but the way you copied the .vsix file to the plugins folder.

Please clean up the plugins folder and follow the installation instructions.

You can ask for help in the Arduino forum: https://forum.arduino.cc/c/software/ide-2-x/93

Murugesh-Hobbyist commented 3 months ago

Thanks mate! My bad, I was copied the .zip instead of .vsix now it works great!