-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino IDE 1.9 Beta : com.fasterxml.jackson.databind.JsonMappingException: No content to map due to end-of-input #6818
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
Comments
Hi @erkobg , Thanks for testing! Feel free to report if it fixes your problem. |
Hello @facchinm, Exception is gone, but nothing happens else.... I started Arduino from debug : arduino_debug.exe and the output is following:
My proxy works - I am able to browse from Libraries and Boards. |
Thanks for testing, let's try debugging this.
|
Hello @facchinm,
So at least my conclusion is that Autocomplete is working for default boards only. Update : just noticed that autocomplete for Wemos D1 board is working for Blink example |
Yep, there could be some edge cases we are still trying to figure out; we currently preprocess the source (with gcc or any default compiler for the target) before passing it to the preprocessor. |
Could you test the latest build (10) after selecting nodemcu? We silenced a couple of warnings with could have caused the error. |
Hello @facchinm, The only annoying thing left - every time on Autocomplete it freezes and takes quite some time to show the list, not only the first time. Time for showing the list is proportional to the amount of the code in the sketch - if the code is bigger it takes more time. |
Hi, I just tested with TinyScreen+ with the current beta (build-31) and I am getting a similar problem. CircuitPlaygroundExpress shows autocompletion fine.
|
Hello, got this error with file arduino-1.9.0-beta-linux64 on Linux. So it is still not resolved?
|
Downloaded arduino-PR-beta1.9-BUILD-44
After pressing Autocomplete ( Ctrl + Space) for the first time after a while I see exception :
The text was updated successfully, but these errors were encountered: