ERROR Uncaught Exception: Error: Request reportResult failed with message: this.target[method] is not a function #1529
Labels
conclusion: resolved
Issue was resolved
topic: CLI
Related to Arduino CLI
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
Installing a lib/platforms fails with tons of errors.
Try to install a platform or a lib and check the logs (frontend or backend), it's full of errors.
It's a side effect of the arduino/arduino-cli@c8ff042 change. The lib/platform installation, index update, and download API have been unified on the CLI side. IDE2 does not about the download result of individual lib/platform installation but collects results of index updates only to build an update summary.
IDE2 must handle the missing
reportResult
API for lib/platform installation.To reproduce
Backend error:
Frontend error:
Expected behavior
Installing a lib/platform works.
Arduino IDE version
61a11a0
Operating system
macOS
Operating system version
12.5.1
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: