WPILib 2023.4.1 Update (Online) Fails

Trying to update WPILib to 2023.4.1 using the online updater and it fails retrieving the SmartDashboard artifact. It’s looking for a file that’s definitely not in the artifactory store.

./gradlew build InstallAllTools  -Dorg.gradle.java.home="/Users/scott/wpilib/2023/jdk"
> Task :SmartDashboardInstall FAILED
Dependency Error!
GradleRIO detected this build failed due to missing dependencies!
Try again with `./gradlew build` whilst connected to the internet (not the robot!)
If the error persists, ensure you are not behind a firewall / proxy server (common in schools)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':SmartDashboardInstall'.
> Could not resolve all files for configuration ':wpiTools'.
   > Could not find SmartDashboard-2023.4.1-macarm64.jar (edu.wpi.first.tools:SmartDashboard:2023.4.1).
     Searched in the following locations:
         https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/tools/SmartDashboard/2023.4.1/SmartDashboard-2023.4.1-macarm64.jar

It’s a known issue specific to Mac OS Arm (as SmartDashboard doesn’t exist for that platform) that will be fixed in the next release. Use the offline installer instead.

I searched the Github issues and didn’t see it, so I also made an issue over there. Really just put this here for posterity, but thanks for the quick reply.

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