IDE 2.0.3 complation error "No connection established"

@ptillisch I just posted the error mesage I got. Sorry for the delay I needed some help to get this done! What are my next moves?

I may have the same problem, starting from a different point. I'm using

IDE 2.04
NodeMCU 0.9

and fighting several problems.

I want to do OTA loading of the sketch. I found that after executing the BasicOTA example, my IP address disappeared after loading and running the real sketch, which communicates with IO.adafruit.com. I found advice saying that most of the BasicOTA sketch should be copied to the real sketch, and I did that. It compiled without error.

Because of the OTA uploads, I am also experiencing the bug where the "uploading" message displays forever, even though the upload has been successful. This requires restarting the IDE.

When the IDE came up, it suggested updating libraries and boards. The libraries went OK, but the board update, for EPS8266 failed. (well of course it would)

Platform esp8266:esp8266@3.1.2 installed
Failed to install platform: esp8266:esp8266.
Error: 14 UNAVAILABLE: read ECONNRESET

I recognize "ECONNRESET" from another message in this thread.

Now when I click "Verify", it says

"No connection established
Compilation error: No connection established"

This is despite other portions of the IDE showing a NodeMCU 0.9 connected at 192.168.0.216 .

After restarting the IDE, it worked a few times but now I'm getting

"Failed uploading: no upload port provided"

In all of these cases, tools/port shows an IP address with a checkmark, and the IP address responds to ping.

Are there any suggestions or other info I can provide?

Hi @jss87. What do you have selected from the Tools > Board menu in Arduino IDE?

Have you selected your board from tools ??

@krishna_agarwal please explain what is the purpose of your reply? It is only a lower quality rewording of the reply made previously.

It makes me question your motives for participating in this forum.

If you are interested in joining the Arduino community in learning and sharing knowledge here, you are welcome, but this post as well as some of the other posts you made don't add anything of value.

2 Likes

Thanks for the information I was just asking the same because it is not replied yet

Some people need to sleep at occasion :sleeping: Might have been OP's last question of the day; please take that into account.

1 Like

I know this thread is old, complete newbie to Arduino (like, a week lol) but programmer of 27 years. May be helpful, may not. TLDR: After reading through this thread I pulled a South Park and just closed all instances of the IDE, re-opened, seems to have solved the issue.

Env:

Linux Ubuntu 20.04 LTS
MSI B560M Pro-VDH
64 GB RAM
i7-11700K @ 3.60Hz x 16
GeForce 8400GS dual head graphics
1TB OS, 2 TB data drive
Dual Benq 24" monitors, 1920 x 1080
Elegoo Uno R3
Arduino IDE 2.2.1

Working through the Elegoo tute's, Lesson 16 with the 74HC505 chip. Uploaded fine, works as described, made one slight change to the code and received the same error - "no connection established." Even when just running compile (which I always do before upload,) same error. Makes no sense, I just want to compile, why am I getting a connection error?

As mentioned, closing the IDE and restarting seemed to solve it, for now.

Hi @rocknbil

The Arduino IDE application is actually multiple distinct components. The GUI you interact with when using the IDE is known as the "frontend". The actual work of orchestrating operations like a compilation is handled by other components. The frontend must communicate with the other components to make this happen. It is the communications channel between the components that is being referred to in this "no connection established". When the frontend can't communicate with the backend, all the functionality provided by the backend is lost, leaving the frontend as a shell of an application that still looks pretty but isn't able to do much.

It is usually caused by the "backend" component having crashed. It might also occur if the backend hung or if the communication between the components is somehow being blocked.

In case you are interested in the boring details, there is more information about the architecture of the Arduino IDE application here:

https://github.com/arduino/arduino-ide/blob/main/docs/development.md#architecture-overview

If you continue to experience the problem we can check the logs to see if they give any clues about what is going on. Otherwise I think it is best to carry on with your project since dull investigations of a rare and easily recoverable fault might only distract you from progress on the fun Arduino stuff.

1 Like

Haha no this is right up my alley, Javascript, browser window, RESTful API, I live for this stuff! :smiley: From the start I'd wondered what framework this is built on, this answered it. It doesn't fix the issue permanently but gives a lot of insight into how the IDE works. Thank you!

My only input would be in the form of a feature request . . . preferences is a thinly covered area, not a lot in there. For example, you probably recall I had issues with my Nvidia GPU. Rather than start up from the command line with a --disable-gpu flag, in other IDE's a simple checkbox to disable GPU is usually present. Font selection and size (for us old codgers) is another example. But you all probably have your hands full, just a suggestion.

I'm glad you found it useful. I also like to read such "boring details".

Font size is adjustable via the Edit menu (e.g., Edit > Increase Font Size), as well as the common Ctrl++/- keyboard shortcuts, and in the primary preferences (File > Preferences). So I think that one is quite accessible.

Since it is not something the average user needs, font customization is not exposed via the primary interface, but you can modify that via the advanced settings, which are reasonably user friendly once you learn how to get to them (which is documented here and also likely to be known to users of VS Code et al.).

I'll provide instructions for changing the font:

  1. Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
    A menu will appear on the editor toolbar:
    image
  2. Select the "Preferences: Open Settings (UI)" command from the menu.
    You can scroll down through the list of commands to find it or type the name in the field.
    A "Preferences" tab will open in the Arduino IDE main panel.
  3. Type font family in the "Search Settings" field of the "Preferences" tab.
  4. You can now set the fonts by entering a font name in the fields of the settings you are interested in customizing.
    This field is a comma-separated lists of font names. The first installed font on the list is used, so a list of multiple fonts provides fallback fonts to use in case the previous ones don't happen to be installed on the system the IDE is running on.
  5. Close the Preferences tab by clicking its X icon.

The font change will take effect immediately.

1 Like

PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> r environment
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> hostname.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> sers/thien/.theia'
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> uffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methodPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 0.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 3A/Users/thien/.arduinoIDE/plugins does not exist.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 3A/Users/thien/.arduinoIDE/extensions does not exist.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Users\thien.arduinoProIDE\plugins does not exist.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> n with path
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> on "cortex-debug@0.3.10" with engines:
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> n with path
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> extension "vscode-arduino-tools@0.0.2-beta.1" with engines:
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> n with path
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> xtension "cpp@1.52.1" with engines:
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> n with path
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> extension "json@1.46.1" with engines:
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> n with path
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> res" to a VS Code extension "json-language-features@1.46.1" with engines:
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 0" from "C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension"
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ls@0.0.2-beta.1" from "C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundlPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension"
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> "C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension"
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ures@1.46.1" from "C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extensiPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> a\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> IDE\arduino-cli.yaml
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> rics
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> OneDrive\Documents\Arduino\libraries, location: user]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> /package_index.json
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> uino.cc/packages/package_index.json]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 7.0.0.1:60558.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e is slow, took: 573.2 ms
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> unce
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ttle
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> alized
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> r
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> r
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> iew
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> obuf
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> t
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> DE\resources\app\node_modules\find-git-exec\lib\find-git-exec.js:69:69
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ta\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\lib\node\theia\git\git-init.js:22:49)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> .
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> eted.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> re file: open C:\Users\thien\AppData\Local\Temp\103706023.sig: The system cannot find the file specified., index: C:\Users\thien\AppDataPS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ppData\Local\Temp\103706023.sig]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ted.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> eted.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> AppData\Local\Arduino15\package_index.json, signaturefile: C:\Users\thien\AppData\Local\Arduino15\package_index.json.sig, trusted: true]PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ata\Local\Arduino15\packages
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> en\AppData\Local\Arduino15\packages\arduino\hardware
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> re file: open C:\Users\thien\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\installed.json.sig: The system cannot find the PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> rduino15\packages\arduino\hardware\avr\1.8.6\installed.json, signaturefile: C:\Users\thien\AppData\Local\Arduino15\packages\arduino\hardPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> l: builtin:serial-monitor]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> r",Installed:"1.8.6",Latest:"1.8.6",Name:"Arduino AVR Boards"}]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> rs\thien\AppData\Local\Arduino15\packages\arduino\tools
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Data\Local\Arduino15\packages\arduino\tools
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> [OS: i686-linux-gnu, OS: x86_64-linux-gnu, OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: i386-apple-darwin11, OS: i686-mingw32]]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> .1-arduino7 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin14, OS: i686-mingw32, OS: i686-linux-gnu, OPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 7 Systems: [OS: arm-linux-gnueabihf, OS: aarch64-linux-gnu, OS: x86_64-apple-darwin12, OS: x86_64-linux-gnu, OS: i686-linux-gnu, OS: i68PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> en\AppData\Local\Arduino15\packages\builtin
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> rs\thien\AppData\Local\Arduino15\packages\builtin\tools
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Data\Local\Arduino15\packages\builtin\tools
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Systems: [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihf, OS: aarch6PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm64-apple-darwin,PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm64-apple-darwin,PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm64-apple-darwin,PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> : [OS: i686-pc-linux-gnu, OS: x86_64-pc-linux-gnu, OS: i686-mingw32, OS: x86_64-mingw32, OS: x86_64-apple-darwin, OS: arm-linux-gnueabihPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\libraries, location: platform]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> y process
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> process
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> rocess
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 2" to discovery builtin:mdns-discovery
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> process
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 2" to discovery builtin:serial-discovery
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ived message type: hello, message: OK, protocol version: 1
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ceived message type: hello, message: OK, protocol version: 1
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> iltin:serial-discovery
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> iltin:mdns-discovery
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ceived message type: start_sync, message: OK
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ived message type: start_sync, message: OK
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ceived message type: add, port: COM3
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ceived message type: add, port: COM1
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> could not be found at the expected path: 'C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\giPS C:\Users\thien\AppData\Local\Programs\Arduino IDE> pplication is packaged, so confirm this folder hasn't been removed when packaging.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> t is slow, took: 1521.2 ms
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> arted_contributions'.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ributions' to 'attached_shell'.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ting instance
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ng for backend deployment took: 108.4 ms [Finished 3.096 s after frontend start]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ose.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ose.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> of 5 plugins took: 109.8 ms [Finished 3.206 s after frontend start]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> d.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ss or nil pointer dereference
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> x16242cc
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> b.getLibraryDependenciesParameter(0xc001336150, 0x1, 0x1, 0x3344415721d1c51, 0xffffffffffffffff, 0x0)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> +0xec
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> b.getLibraryParameters(0xc001342690, 0xc002f29f80)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> +0x72
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> b.indexLibraryToRPCSearchLibrary(0xc001338900, 0x0)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> +0xd5
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> b.searchLibrary(0xc002d77040, 0xc0002d6000, 0x1)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> +0x1d3
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> b.LibrarySearch(0x1afcd50, 0xc002f28f60, 0xc002d77040, 0x1904700, 0x1928d60, 0xc002f28f00)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> +0x98
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> emon.(*ArduinoCoreServerImpl).LibrarySearch(0xc00028d6a0, 0x1afcd50, 0xc002f28f60, 0xc002d77040, 0xc00028d6a0, 0xc002f28f60, 0xc001a95baPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 444 +0x46
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ino/cli/commands/v1._ArduinoCoreService_LibrarySearch_Handler(0x1928d60, 0xc00028d6a0, 0x1afcd50, 0xc002f28f60, 0xc0030e23c0, 0x0, 0x1afPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> s/v1/commands_grpc.pb.go:1968 +0x224
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> aryRPC(0xc000262c40, 0x1b08578, 0xc0003a4300, 0xc002c32240, 0xc00039e510, 0x20ceb60, 0x0, 0x0, 0x0)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 38.0/server.go:1286 +0x52b
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> eam(0xc000262c40, 0x1b08578, 0xc0003a4300, 0xc002c32240, 0x0)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 38.0/server.go:1609 +0xd0c
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ams.func1.2(0xc000279690, 0xc000262c40, 0x1b08578, 0xc0003a4300, 0xc002c32240)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 38.0/server.go:934 +0xb2
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ).serveStreams.func1
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 38.0/server.go:932 +0x1fd
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ata\Local\Programs\Arduino IDE\resources\app\node_modules@grpc\grpc-js\build\src\call.js:31:26)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Local\Programs\Arduino IDE\resources\app\node_modules@grpc\grpc-js\build\src\client.js:390:49)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Local\Programs\Arduino IDE\resources\app\node_modules@grpc\grpc-js\build\src\client-interceptors.js:299:181)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> DE\resources\app\node_modules@grpc\grpc-js\build\src\call-stream.js:145:78
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> k_queues.js:76:11)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> LABLE: read ECONNRESET
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> LABLE: read ECONNRESET
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> AVAILABLE: read ECONNRESET
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ll' to 'initialized_layout'.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 25.cortex-debug]: Loaded contributions.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> no.vscode-arduino-tools]: Loaded contributions.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e.cpp]: Loaded contributions.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e.json]: Loaded contributions.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e.json-language-features]: Loaded contributions.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> contributions of 5 plugins took: 73.0 ms [Finished 3.706 s after frontend start]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 3.718 seconds
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> embedded.macro' to 'source.cpp' scope
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> language is overridden
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ta/Local/Programs/Arduino%20IDE/resources/app/lib/bundle.js:58993:35)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> le:///C:/Users/thien/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/vendors-node_modules_arduino-ide-extension_lib_browser_arduiPS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 9:53)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> Local/Programs/Arduino%20IDE/resources/app/lib/vendors-node_modules_arduino-ide-extension_lib_browser_arduino-ide-frontend-module_js-nodPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> s/thien/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/bundle.js:55950:42)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e:///C:/Users/thien/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/vendors-node_modules_arduino-ide-extension_lib_browser_arduinPS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 0:17)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> rs/thien/AppData/Local/Programs/Arduino%20IDE/resources/app/lib/bundle.js:35384:9)
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> as is taking more than 500.0 ms, new schemas are ignored.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ginManagerExtImpl/init()
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> tializing(cortex-debug@0.3.10 with C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@theia\plugin-ext-vscodePS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> has been registered: cortex-debug
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> tializing(vscode-arduino-tools@0.0.2-beta.1 with C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@theia\pluPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> tializing(cpp@1.52.1 with C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@theia\plugin-ext-vscode\lib\nodePS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> tializing(json@1.46.1 with C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@theia\plugin-ext-vscode\lib\nodPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> tializing(json-language-features@1.46.1 with C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules@theia\plugin-PS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ginManagerExtImpl/loadPlugin(C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-featurPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> ginManagerExtImpl/loadPlugin(C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\distPS C:\Users\thien\AppData\Local\Programs\Arduino IDE>
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 25.cortex-debug]: Started plugin.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> no.vscode-arduino-tools]: Started plugin.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e.cpp]: Started plugin.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e.json]: Started plugin.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> e.json-language-features]: Started plugin.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> of 5 plugins took: 305.5 ms [Finished 4.014 s after frontend start]
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> layout' to 'ready'.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> could not be found at the expected path: 'C:\Users\thien\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\dugite-no-gpl\giPS C:\Users\thien\AppData\Local\Programs\Arduino IDE> pplication is packaged, so confirm this folder hasn't been removed when packaging.
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 14 UNAVAILABLE: No connection established
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> avr:leonardo
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 14 UNAVAILABLE: No connection established
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> 14 UNAVAILABLE: No connection established
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> avr:leonardo
PS C:\Users\thien\AppData\Local\Programs\Arduino IDE> avr:leonardo

Hi @thienbui. Thanks for your report. Unfortunately your output was overwritten with a bunch of PowerShell command prompts, which are hiding some of the valuable information from the logs.

Please follow the command terminal log gathering instructions I provided in post #16 once more. Hopefully this time they will be intact.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.