MDHSRobotics / HomeBot

Code repository for the 2021 FRC At Home Challenges
1 stars 0 forks source link

Null Pointer Exception #1

Closed TLE1539 closed 3 years ago

TLE1539 commented 3 years ago

Received this error after successfully building and deploying HomeBot code onto roborio:

ERROR  1  Unhandled exception: java.lang.NullPointerException  frc.robot.Main.main(Main.java:38)  ERROR  1  The startCompetition() method (or methods called by it) should have handled the exception above.  edu.wpi.first.wpilibj.RobotBase.runRobot(RobotBase.java:352)  Warning at edu.wpi.first.wpilibj.RobotBase.runRobot(RobotBase.java:350): Robots should not quit, but yours did! 

TLE1539 commented 3 years ago

Fixed by refreshing stale Shuffleboard application (close, reopen again)