Quote:
Originally Posted by Brian Selle
Code:
[sshexec] Remote command failed with exit status 1
We spent a fair amount of time trying to resolve this issue. Re-imaging may fix it for some but I don't think the issue is on the roboRIO, it's on the IDE side. When we synced our code to another machine it deployed fine.
Last night we discovered that it happens every time we try to deploy code the first time after running in debug. Deleting the bin, build, and dist directories for the project resolved the issue.
|
This isn't an error!
If it says build successful, it's worked.
This simply means that it can't find a normal running robot program to kill during the deploy process. It makes perfect sense because you were previously running a debug program, which is different.