Log in

View Full Version : GRIP Deploy Error


AMendenhall
28-01-2016, 23:07
I'm trying to deploy a GRIP pipeline onto the roboRIO of our robot. In the deploy window, the address is correct and the team number is correct in settings. After clicking deploy, it shows the following error:
"C:\Users\(my system user)\AppData\Local\GRIP\app\core-1.1.1-all.jar is not a regular file or directory"
I'm using a Windows 8 system with the FRC update suite and the latest plugins.

ThomasClark
29-01-2016, 01:29
Does your user have spaces in it? If so, this is a known issue (https://github.com/WPIRoboticsProjects/GRIP/pull/437) that has already been resolved.

The v1.2.0 release early next week will have this fix, but until then the possible solutions are to either manually deploy with FTP and SSH, or create a new user account without a space in the name.

AMendenhall
30-01-2016, 22:10
My user name does have spaces. Uploading from a different account worked. Thanks.