Skip to content
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

Possible solution to Arduino 2.0.0 error #1842

Closed
3 tasks done
Proebyte opened this issue Aug 18, 2022 · 1 comment
Closed
3 tasks done

Possible solution to Arduino 2.0.0 error #1842

Proebyte opened this issue Aug 18, 2022 · 1 comment
Assignees
Labels
conclusion: duplicate Has already been submitted type: imperfection Perceived defect in any part of project

Comments

@Proebyte
Copy link

Describe the problem

Hello dear programmer;
Problem is:
Made in Arduino version 2.0.0
grpc: error while marshaling: proto: Marshal called with nil Compilation error: grpc: error while marshaling: proto: Marshal called with nil is a problem that takes some effort to solve.

To reproduce

------------------------Solution-----------------------

The solution to this problem is a little tricky, but also a little simple. Say the solution:
You need to download this library.
->Arduino AVR Boards
sketch_aug18a _ Arduino IDE 2 0 0-rc9 2 18 08 2022 13_39_51 (2)

Expected behavior

------------------------------Expected behavior----------------------------------

After downloading it should not give the error. If it still does, replace the COM. If you change it but it gives an error, you can check the arduino web page or the articles written under this title.
Have a nice day

Arduino CLI version

2.0.0

Operating system

Windows

Operating system version

Windows 10 home

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the nightly build
  • My report contains all necessary details
@Proebyte Proebyte added the type: imperfection Perceived defect in any part of project label Aug 18, 2022
@per1234
Copy link
Contributor

per1234 commented Aug 18, 2022

Thanks @Proebyte. The solution to this error message is to select a board from the Tools > Board menu.

There is a bug that causes it to be this cryptic message:

grpc: error while marshaling: proto: Marshal called with nil Compilation error: grpc: error while marshaling: proto: Marshal called with nil

Instead of the intended message:

Missing FQBN (Fully Qualified Board Name)

Compilation error: Missing FQBN (Fully Qualified Board Name)

We are tracking that here: #1812

We are also tracking the fact that even the intended message is not very clear here: arduino/arduino-ide#62

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
@per1234 per1234 self-assigned this Aug 18, 2022
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants