-
Notifications
You must be signed in to change notification settings - Fork 307
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
[Bug Report]: Monitor fails in vscode after updating to 0.6.0 (VSC-526) #266
Comments
I have the same problem but this is my log
|
I also have the same problem - the monitor dose not open and my log is:
VSCode Version: 1.52.1 |
I also have problems. No error is show but nothing happens: Windows PowerShell Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Source\WiFiStationFirmware> $Env:Path = "
|
Have the same issue. As a workaround I am able to use user task: |
OK, after messing around I discovered that re-running the onboarding flow for the extension seems to have resolved the issue. (ESP-IDF: Configure ESP-IDF Extension) Maybe something in the configuration isn't being automatically updated / converted when the new extension version is run the fist time? |
Unfortunately this did not help in my case |
I have the same issue. Serial monitor shows below output:
|
Same in OSX, it just writes out a couple of exports and stops: export PATH="/Users/romanvg/dev/esp-idf/components/esptool_py/esptool:/Users/romanvg/dev/esp-idf/components/espcoredump:/Users/romanvg/dev/esp-idf/components/partition_table:.:/Users/romanvg/.miniconda3/envs/espressif/bin:/Users/romanvg/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin:/Users/romanvg/.espressif/tools/xtensa-esp32s2-elf/esp-2020r3-8.4.0/xtensa-esp32s2-elf/bin:/Users/romanvg/.espressif/tools/xtensa-esp32s3-elf/esp-2020r3-8.4.0/xtensa-esp32s3-elf/bin:/Users/romanvg/.espressif/tools/esp32ulp-elf/2.28.51-esp-20191205/esp32ulp-elf-binutils/bin:/Users/romanvg/.espressif/tools/esp32s2ulp-elf/2.28.51-esp-20191205/esp32s2ulp-elf-binutils/bin:/Users/romanvg/.espressif/tools/openocd-esp32/v0.10.0-esp32-20200709/openocd-esp32/bin:.:/Users/romanvg/dev/esp-idf/tools:/usr/local/opt/curl/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/[email protected]/bin:/Users/romanvg/.miniconda3/bin:/Users/romanvg/.miniconda3/condabin:/Users/romanvg/.cargo/bin:/usr/local/sbin:/usr/local/heroku/bin:/usr
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
$ export PATH="/Users/romanvg/dev/esp-idf/components/esptool_py/esptool:/Users/romanvg/dev/esp-idf/components/espcoredump:/Users/romanvg/dev/esp-idf/components/partition_table:.:/Users/romanvg/.miniconda3/envs/espressif/bin:/Users/romanvg/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin:/Users/romanvg/.espressif/tools/xtensa-esp32s2-elf/esp-2020r3-8.4.0/xtensa-esp32s2-elf/bin:/Users/romanvg/.espressif/tools/xtensa-esp32s3-elf/esp-2020r3-8.4.0/xtensa-esp32s3-elf/bin:/Users/romanvg/.espressif/tools/esp32ulp-elf/2.28.51-esp-20191205/esp32ulp-elf-binutils/bin:/Users/romanvg/.espressif/tools/esp32s2ulp-elf/2.28.51-esp-20191205/esp32s2ulp-elf-binutils/bin:/Users/romanvg/.espressif/tools/openocd-esp32/v0.10.0-esp32-20200709/openocd-esp32/bin:.:/Users/romanvg/dev/esp-idf/tools:/usr/local/opt/curl/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/[email protected]/bin:/Users/romanvg/.miniconda3/bin:/Users/romanvg/.miniconda3/condabin:/Users/romanvg/.cargo/bin:/usr/local/sbin:/usr/local/heroku/bin:/usr And still does not respect the In fact, none of the tasks work after the update :/ EDIT: Fixed all the other tasks by getting rid of Conda environments, but Monitor still does not work after reinstalling. |
Can you share which powershell version (pscore?) terminal are you guys using ? It seems terminal is breaking the PATH somewhere so is not an actual executable line. |
Also experiencing the same behavior in the command prompt. |
Version5.1.19041.610 Same behaviour for me:
|
I’ve tried reinstalling ESP-idf but that didn’t help. Still having the same problem And my version powershell: 5.1.19041.610 |
Me too , reinstalling doesnt solve the problem. |
The problem is in file Method The correct code for Window and Linux will
You may manually fix this for now and install extension locally. All instructions could be found on official extension page. |
Not working for me! |
Where is src/extension.ts file located? |
@chandini29 In this repo. If you want to manually fix this you need to clone this repo, make the fix as @NikitaSyrovatnikov described, and build using this guide: https://github.com/espressif/vscode-esp-idf-extension#build-from-source-code or just wait till version v0.6.1 will be available 😉 |
And when will version v0.6.1 be released ? |
Probably when all v0.6.1 tickets are closed: https://github.com/espressif/vscode-esp-idf-extension/milestone/17 |
EDIT: Nevermind, fixed the extension debug issue on #276 (comment) @GOST-UA I'm trying to fix another issue and I'm finding that the extension is not so easy to debug, see #276 (comment) Did you manage to switch to |
@brainstorm I didn't debug this extension on my own - just left a bit more detailed description of how to run it from sources. |
Somehow I'm still having this problem on 0.6.1 - but only with zsh and omz |
I've tested on zsh and it was working. Any logs or errors @resetnow ? |
Which shell are you using for Visual Studio Code ? Apparently is truncating received command text somehow. |
It's system default - zsh. And it looks to me like it's very similar to the first screenshot in this thread |
I tested it using VSCodium and zsh also but could not reproduce on MacOS. Maybe you can provide additional information for your setup to further debug the issue Logs
Extension Configuration settings
|
Wow, thank you for going the extra mile to debug it. I'll try to collect all of this this evening. |
Here are some additional details: esp_idf_vsc_ext.log
All idf.* variables in settings
Looking at the behaviour, it seems to me like the issue is the I think the only reliable way to fix this would be to put commands in a temporary file and then pass it as The reason it's not reproducible is probably because your mac is faster than mine :) but try adding |
@brianignacio5 I added a 500ms delay in function By the way, there is one more downside of typing commands into the terminal: they pollute shell history. |
Yes @resetnow this is a whole set of issues in vscode API, basically we are trying to update some environment variables (IDF_PATH, PATH, IDF_TARGET, IDF_PYTHON_ENV_PATH) but the vscode doesn't have a clean way to achieve this yet (options.env just post append variables). The thing with shellArgs is that can only be used when terminal is created and we have several export VAR commands. I'll test some ways and let you try in PR. |
@brianignacio5 thank you for reopening. My impression is that they intend those terminals to be used in a "stateless" way - create a terminal with a given state, and if you need to change something, dispose of it and create a new one. |
As far as I know, the intended approach is to use environmentVariableCollection but replace or preapprend doesn't work on macOS as shown in here. |
Describe the bug
After flashing (successfully), the Monitor terminal appears and prints out a couple of lines showing what appears to be the PATH environment variable. After that, no additional output. Reverting to the 0.5.1 plugin allows it to work again.
To Reproduce
Choose the build, flash and monitor option (or just monitor if device is already flashed)
View monitor output terminal in vscode - notice nothing is shown (beyond some environment variable output)
Expected behavior
Monitor to show serial output as it did in 0.5.1
Screenshots
Environment (please complete the following information):
Logs
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T17:40:48.171Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T17:45:58.002Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)","level":"error","timestamp":"2021-01-04T17:51:40.458Z"}
{"message":"ESP-IDF Terminal process ended with exit code 1.","stack":"Error: ESP-IDF Terminal process ended with exit code 1.\n\tat ChildProcess. (/Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:258876)\n\tat ChildProcess.emit (events.js:223:5)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)","level":"error","timestamp":"2021-01-04T17:51:47.609Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T17:52:35.726Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)","level":"error","timestamp":"2021-01-04T17:52:54.844Z"}
{"message":"ESP-IDF Terminal process ended with exit code 1.","stack":"Error: ESP-IDF Terminal process ended with exit code 1.\n\tat ChildProcess. (/Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:258876)\n\tat ChildProcess.emit (events.js:223:5)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)","level":"error","timestamp":"2021-01-04T17:53:01.187Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)","level":"error","timestamp":"2021-01-04T17:53:25.213Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T17:55:22.215Z"}
{"user":true,"level":"warn","message":"ESP-IDF Monitor was closed.","timestamp":"2021-01-04T17:56:25.385Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T17:56:25.507Z"}
{"user":true,"level":"warn","message":"ESP-IDF Monitor was closed.","timestamp":"2021-01-04T17:57:25.667Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)","level":"error","timestamp":"2021-01-04T17:57:25.787Z"}
{"user":true,"level":"warn","message":"ESP-IDF Monitor was closed.","timestamp":"2021-01-04T17:58:36.425Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)","level":"error","timestamp":"2021-01-04T17:58:36.547Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","stack":"SyntaxError: /var/folders/m1/ksjmzff53q317v2r9j3j03280000gp/T/espefusejsondump.tmp: Unexpected end of JSON input\n\tat JSON.parse ()\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:8:486068\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:42996\n\tat FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)","level":"error","timestamp":"2021-01-04T18:08:28.181Z"}
{"message":"non zero exit code 1\n\nespefuse.py v2.9-dev\nConnecting.....\nTraceback (most recent call last):\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1017, in \n _main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1010, in _main\n main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1004, in main\n efuses = EspEfuses(esp)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 151, in init\n if self["BLK3_PART_RESERVE"].get():\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 253, in get\n return self.get_raw()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 248, in get_raw\n value = self.parent.read_efuse(self.data_reg_offs)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 195, in read_efuse\n return self._esp.read_efuse(addr)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 1362, in read_efuse\n return self.read_reg(self.EFUSE_REG_BASE + (4 * n))\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 520, in read_reg\n val, data = self.command(self.ESP_READ_REG, struct.pack('<I', addr))\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 373, in command\n p = self.read()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 318, in read\n return next(self._slip_reader)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 2190, in slip_reader\n read_bytes = port.read(1 if waiting == 0 else waiting)\n File "/Users/brian/Tools/Espressif/python_env/idf4.1_py3.8_env/lib/python3.8/site-packages/serial/serialposix.py", line 595, in read\n raise SerialException(\nserial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)\n","stack":"Error: non zero exit code 1\n\nespefuse.py v2.9-dev\nConnecting.....\nTraceback (most recent call last):\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1017, in \n _main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1010, in _main\n main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1004, in main\n efuses = EspEfuses(esp)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 151, in init\n if self["BLK3_PART_RESERVE"].get():\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 253, in get\n return self.get_raw()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 248, in get_raw\n value = self.parent.read_efuse(self.data_reg_offs)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 195, in read_efuse\n return self._esp.read_efuse(addr)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 1362, in read_efuse\n return self.read_reg(self.EFUSE_REG_BASE + (4 * n))\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 520, in read_reg\n val, data = self.command(self.ESP_READ_REG, struct.pack('<I', addr))\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 373, in command\n p = self.read()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 318, in read\n return next(self._slip_reader)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 2190, in slip_reader\n read_bytes = port.read(1 if waiting == 0 else waiting)\n File "/Users/brian/Tools/Espressif/python_env/idf4.1_py3.8_env/lib/python3.8/site-packages/serial/serialposix.py", line 595, in read\n raise SerialException(\nserial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)\n\n\tat ChildProcess. (/Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:5233)\n\tat ChildProcess.emit (events.js:223:5)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)","level":"error","timestamp":"2021-01-04T18:08:57.846Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","level":"error","timestamp":"2021-01-04T18:08:57.847Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","stack":"SyntaxError: /var/folders/m1/ksjmzff53q317v2r9j3j03280000gp/T/espefusejsondump.tmp: Unexpected end of JSON input\n\tat JSON.parse ()\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:8:486068\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:42996\n\tat FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)","level":"error","timestamp":"2021-01-04T18:09:00.380Z"}
{"message":"non zero exit code 1\n\nespefuse.py v2.9-dev\nConnecting......\nTraceback (most recent call last):\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1017, in \n _main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1010, in _main\n main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1001, in main\n esp.connect(args.before)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 505, in connect\n last_error = self._connect_attempt(mode=mode, esp32r0_delay=False)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 485, in _connect_attempt\n self.sync()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 423, in sync\n self.command(self.ESP_SYNC, b'\x07\x07\x12\x20' + 32 * b'\x55',\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 373, in command\n p = self.read()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 318, in read\n return next(self._slip_reader)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 2190, in slip_reader\n read_bytes = port.read(1 if waiting == 0 else waiting)\n File "/Users/brian/Tools/Espressif/python_env/idf4.1_py3.8_env/lib/python3.8/site-packages/serial/serialposix.py", line 595, in read\n raise SerialException(\nserial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)\n","stack":"Error: non zero exit code 1\n\nespefuse.py v2.9-dev\nConnecting......\nTraceback (most recent call last):\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1017, in \n _main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1010, in _main\n main()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/espefuse.py", line 1001, in main\n esp.connect(args.before)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 505, in connect\n last_error = self._connect_attempt(mode=mode, esp32r0_delay=False)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 485, in _connect_attempt\n self.sync()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 423, in sync\n self.command(self.ESP_SYNC, b'\x07\x07\x12\x20' + 32 * b'\x55',\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 373, in command\n p = self.read()\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 318, in read\n return next(self._slip_reader)\n File "/Users/brian/Tools/Espressif/esp-idf/components/esptool_py/esptool/esptool.py", line 2190, in slip_reader\n read_bytes = port.read(1 if waiting == 0 else waiting)\n File "/Users/brian/Tools/Espressif/python_env/idf4.1_py3.8_env/lib/python3.8/site-packages/serial/serialposix.py", line 595, in read\n raise SerialException(\nserial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)\n\n\tat ChildProcess. (/Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:5233)\n\tat ChildProcess.emit (events.js:223:5)\n\tat Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)","level":"error","timestamp":"2021-01-04T18:09:12.669Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","level":"error","timestamp":"2021-01-04T18:09:12.670Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","stack":"SyntaxError: /var/folders/m1/ksjmzff53q317v2r9j3j03280000gp/T/espefusejsondump.tmp: Unexpected end of JSON input\n\tat JSON.parse ()\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:8:486068\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:42996\n\tat FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)","level":"error","timestamp":"2021-01-04T18:09:15.210Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","stack":"SyntaxError: /var/folders/m1/ksjmzff53q317v2r9j3j03280000gp/T/espefusejsondump.tmp: Unexpected end of JSON input\n\tat JSON.parse ()\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:8:486068\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:42996\n\tat FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)","level":"error","timestamp":"2021-01-04T18:09:44.366Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","stack":"SyntaxError: /var/folders/m1/ksjmzff53q317v2r9j3j03280000gp/T/espefusejsondump.tmp: Unexpected end of JSON input\n\tat JSON.parse ()\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:8:486068\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:42996\n\tat FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)","level":"error","timestamp":"2021-01-04T18:10:06.556Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T18:10:29.516Z"}
{"user":true,"message":"Failed to get the eFuse Summary from the chip, please make sure you have selected a valid port","stack":"SyntaxError: /var/folders/m1/ksjmzff53q317v2r9j3j03280000gp/T/espefusejsondump.tmp: Unexpected end of JSON input\n\tat JSON.parse ()\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:8:486068\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:42996\n\tat FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:61:3)","level":"error","timestamp":"2021-01-04T18:10:42.890Z"}
{"user":true,"level":"warn","message":"ESP-IDF Monitor was closed.","timestamp":"2021-01-04T18:15:38.802Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T18:15:38.930Z"}
{"message":"Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n","stack":"Error: Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)\nLicensed under GNU GPL v2\nFor bug reports, read\n\thttp://openocd.org/doc/doxygen/bugs.html\n\n\tat /Users/brian/.vscode/extensions/espressif.esp-idf-extension-0.6.0/dist/extension.js:1:7720\n\tat ChildProcess.exithandler (child_process.js:295:7)\n\tat ChildProcess.emit (events.js:223:5)\n\tat maybeClose (internal/child_process.js:1021:16)\n\tat Socket. (internal/child_process.js:430:11)\n\tat Socket.emit (events.js:223:5)\n\tat Pipe. (net.js:664:12)","level":"error","timestamp":"2021-01-04T18:22:16.056Z"}
The text was updated successfully, but these errors were encountered: