|
Re: Can't deploy code to robot
The code is deploying just fine. This error simply means that it couldn't find an older running version of your code to kill before loading the new one.
This is very likely because your code is crashing when it starts. Use the riolog to find out what exception is being thrown where so you can fix it.
|