acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
168 stars 125 forks source link

Could not resolve FTC dashboard #147

Open Sirllamaa opened 9 months ago

Sirllamaa commented 9 months ago

Anyone know whats going on? Tried reinstalling android studio for a gradle issue then this monstrosity popped up.

`Executing tasks: [:TeamCode:assembleDebug, :TeamCode:assembleDebugUnitTest, :TeamCode:assembleDebugAndroidTest] in project /Users/mpr070/Documents/GitHub/CenterStage2023-2024

Configure project :FtcRobotController AGPBI: {"kind":"warning","text":"The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.\nThe current default is 'false'.\nIt will be removed in version 9.0 of the Android Gradle plugin.\nYou can resolve this warning in Android Studio via Refactor > Migrate BuildConfig to Gradle Build Files","sources":[{}]}

Task :TeamCode:createDebugVariantModel Task :TeamCode:preBuild UP-TO-DATE Task :TeamCode:preDebugBuild UP-TO-DATE Task :TeamCode:mergeDebugNativeDebugMetadata NO-SOURCE Task :FtcRobotController:preBuild UP-TO-DATE Task :FtcRobotController:preDebugBuild UP-TO-DATE Task :FtcRobotController:generateDebugBuildConfig Task :FtcRobotController:generateDebugResValues Task :FtcRobotController:generateDebugResources Task :FtcRobotController:packageDebugResources Task :FtcRobotController:javaPreCompileDebug Task :TeamCode:generateDebugBuildConfig Task :FtcRobotController:parseDebugLocalResources Task :TeamCode:javaPreCompileDebug Task :FtcRobotController:processDebugManifest Task :FtcRobotController:compileDebugLibraryResources Task :FtcRobotController:generateDebugRFile FAILED Task :FtcRobotController:writeDebugAarMetadata Task :TeamCode:generateDebugResValues Task :TeamCode:checkDebugAarMetadata FAILED Task :TeamCode:mapDebugSourceSetPaths FAILED Task :TeamCode:generateDebugResources Task :TeamCode:mergeDebugResources FAILED Task :TeamCode:createDebugCompatibleScreenManifests Task :FtcRobotController:extractDeepLinksDebug Task :TeamCode:extractDeepLinksDebug Task :TeamCode:processDebugMainManifest FAILED Task :FtcRobotController:mergeDebugShaders Task :FtcRobotController:compileDebugShaders NO-SOURCE Task :FtcRobotController:generateDebugAssets UP-TO-DATE Task :FtcRobotController:packageDebugAssets Task :TeamCode:mergeDebugShaders Task :TeamCode:compileDebugShaders NO-SOURCE Task :TeamCode:generateDebugAssets UP-TO-DATE Task :TeamCode:mergeDebugAssets FAILED Task :FtcRobotController:processDebugJavaRes NO-SOURCE Task :TeamCode:checkDebugDuplicateClasses FAILED Task :TeamCode:desugarDebugFileDependencies FAILED Task :FtcRobotController:mergeDebugJniLibFolders Task :FtcRobotController:mergeDebugNativeLibs NO-SOURCE Task :FtcRobotController:copyDebugJniLibsProjectOnly Task :TeamCode:mergeDebugJniLibFolders Task :TeamCode:mergeDebugNativeLibs FAILED Task :TeamCode:validateSigningDebug Task :TeamCode:writeDebugAppMetadata Task :TeamCode:writeDebugSigningConfigVersions Task :TeamCode:assembleDebugUnitTest UP-TO-DATE Task :TeamCode:preDebugAndroidTestBuild SKIPPED Task :TeamCode:processDebugAndroidTestManifest FAILED Task :TeamCode:javaPreCompileDebugAndroidTest Task :TeamCode:checkDebugAndroidTestAarMetadata FAILED Task :TeamCode:generateDebugAndroidTestResValues Task :TeamCode:mapDebugAndroidTestSourceSetPaths Task :TeamCode:generateDebugAndroidTestResources Task :TeamCode:mergeDebugAndroidTestResources Task :TeamCode:mergeDebugAndroidTestShaders Task :TeamCode:compileDebugAndroidTestShaders NO-SOURCE Task :TeamCode:generateDebugAndroidTestAssets UP-TO-DATE Task :TeamCode:mergeDebugAndroidTestAssets FAILED Task :TeamCode:processDebugAndroidTestJavaRes NO-SOURCE Task :TeamCode:checkDebugAndroidTestDuplicateClasses FAILED Task :TeamCode:mergeDebugAndroidTestJavaResource Task :TeamCode:desugarDebugAndroidTestFileDependencies Task :TeamCode:mergeDebugAndroidTestJniLibFolders Task :TeamCode:mergeDebugAndroidTestNativeLibs NO-SOURCE Task :TeamCode:stripDebugAndroidTestDebugSymbols NO-SOURCE Task :TeamCode:validateSigningDebugAndroidTest Task :TeamCode:writeDebugAndroidTestSigningConfigVersions

FAILURE: Build completed with 13 failures.

1: Task failed with an exception.

2: Task failed with an exception.

3: Task failed with an exception.

4: Task failed with an exception.

5: Task failed with an exception.

6: Task failed with an exception.

7: Task failed with an exception.

8: Task failed with an exception.

9: Task failed with an exception.

10: Task failed with an exception.

11: Task failed with an exception.

12: Task failed with an exception.

13: Task failed with an exception.

BUILD FAILED in 1s 47 actionable tasks: 47 executed `

qwertychouskie commented 9 months ago

Looks like you aren't connected to the internet. Far more than just the FTC Dashboard is failing to download in these error logs.

Sirllamaa commented 8 months ago

I am connected to wifi though which is what i first thought it was so I tried at home too and with ethernet and nothing is working

Other thing is I posted this on the same device lol

I have also built this before so it shouldn't even need to download

I probably should have included all that in the original issue

rbrott commented 8 months ago

It seems to me that the relevant line is

 > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

What JDK are you using? I would try changing it and see if that makes a difference.