Skip to content

downloadtool in debug console not working with self-compiled agent #199

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

Closed
hannobraun opened this issue Jan 24, 2018 · 1 comment · Fixed by #200
Closed

downloadtool in debug console not working with self-compiled agent #199

hannobraun opened this issue Jan 24, 2018 · 1 comment · Fixed by #200

Comments

@hannobraun
Copy link
Contributor

I'm trying to download a tool via the debug console with an agent I have compiled myself. It doesn't work, unfortunately. The command downloadtool avrdude results in the following messages:

{"DownloadStatus":"Pending","Msg":"We couldn't find a tool with the name avrdude and version latest packaged by arduino"}
{"DownloadStatus":"Success","Msg":"Map Updated"}

I've tested the same with an agent I installed via the installer, and it works there.

So far I could confirm that my self-compiled agent seems to access the correct index file. I'm still looking into what exactly happens when it tries to find the tool.

@hannobraun
Copy link
Contributor Author

I found the problem: I'm compiling and running the tool on 64-bit Windows, but only 32-bit Windows is supported, as per this array. I don't know yet what the correct solution is, but I intend to find out tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant