Cant deploy code over wifi

We are trying to upload code on the new robot and we are getting a roborio not found error does anyone know what this means?

admin @ 10.20.13.2: Resolved but not connected.
Reason: JSchException
java.net.ConnectException: Connection refused: connect
admin @ 172.22.11.2: Resolved but not connected.
Reason: TimeoutException
Discovery timed out.
admin @ null: Resolved but not connected.
Reason: JSchException
java.net.ConnectException: Connection refused: connect
admin @ roborio-2013-FRC.local: Failed resolution.
Reason: UnknownHostException
No such host is known (roborio-2013-FRC.local)
admin @ roborio-2013-FRC: Failed resolution.
Reason: UnknownHostException
Not enough memory resources are available to process this command (roborio-2013-FRC)
admin @ roborio-2013-FRC.lan: Failed resolution.
Reason: UnknownHostException
No such host is known (roborio-2013-FRC.lan)
admin @ roborio-2013-FRC.frc-field.local: Failed resolution.
Reason: UnknownHostException
No such host is known (roborio-2013-FRC.frc-field.local)

I know this may sound crazy but I think just connecting it directly to the RoboRIO via USB would be the best way of doing it. We have mostly been deploying it via USB and it’s working every time and since we are deploying it, it “saves” to the RIO, allowing us to unplug the USB cable and control it via WiFi.

I understand that we can just use a usb cabe but when on our practice field it is not ideal to have to run to the robot and deploy code

When you run ipconfig (or ifconfig, or ip addr depending on your development os what IP address did you get from the radio?

Can you ping the roborio when connected via Wifi (I assume yes since you can drive, but just want to be clear).

When configuring your radio, did you enable the firewall option? This blocks some ports that the deploy process needs. Though you should still be able to pick up mDNS, which doesn’t seem to be happening, checking that is worth a try.

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.