Giter Site home page Giter Site logo

Comments (12)

pelicanfuture avatar pelicanfuture commented on June 14, 2024 1

Also possibly related but linux version doesn't open, it just hangs for a bit then quits. In the terminal it says UI Started! then it crashes.
image

from caffeinated.

e3ndr avatar e3ndr commented on June 14, 2024

As title says, can't compile due to dependency issue for Rakurai. After further research I noticed rakurai was deleted so please update and fix!! Thanks! :)

Build should still work, it's likely a JitPack error. Let me know the version expected and I can try a fix.

from caffeinated.

pelicanfuture avatar pelicanfuture commented on June 14, 2024

It's looking for version 1.17.8

from caffeinated.

e3ndr avatar e3ndr commented on June 14, 2024

It's looking for version 1.17.8

Should be available again :)

from caffeinated.

pelicanfuture avatar pelicanfuture commented on June 14, 2024

Hm, it still doesn't work, and it's asking for 1.17.7 now..
image

from caffeinated.

e3ndr avatar e3ndr commented on June 14, 2024

That dependency should also be fixed now. Jitpack has an ongoing bug where they will delete a build but not clear it's metadata, causing Maven to fail.

from caffeinated.

pelicanfuture avatar pelicanfuture commented on June 14, 2024

Bruh, now it's failing from emojiapi
image

from caffeinated.

e3ndr avatar e3ndr commented on June 14, 2024

One dependency at a time........ Try again :)

from caffeinated.

pelicanfuture avatar pelicanfuture commented on June 14, 2024

Nope, didn't seem to fix it still getting the same error. Here's the full terminal output and screenshot.
image

+ echo 'Build channel: default'
Build channel: default
+ [[ '' != *\n\o\c\o\m\p\i\l\e* ]]
+ cd app
+ bash ./mvnw clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Casterlabs-Caffeinated                                             [pom]
[INFO] Util                                                               [jar]
[INFO] Koi                                                                [jar]
[INFO] PluginSDK                                                          [jar]
[INFO] BuiltInPlugins                                                     [jar]
[INFO] ControlDeckProto                                                   [jar]
[INFO] CaffeinatedApp                                                     [jar]
[INFO] LocalServer                                                        [jar]
[INFO] Bootstrap                                                          [jar]
[INFO] 
[INFO] ----------------< co.casterlabs:Casterlabs-Caffeinated >----------------
[INFO] Building Casterlabs-Caffeinated 1.2                                [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ Casterlabs-Caffeinated >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ Casterlabs-Caffeinated <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] -------------------------< co.casterlabs:Util >-------------------------
[INFO] Building Util 1.2                                                  [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for co.casterlabs.EmojiApi:Index:jar:3.5.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Casterlabs-Caffeinated 1.2:
[INFO] 
[INFO] Casterlabs-Caffeinated ............................. SUCCESS [  0.129 s]
[INFO] Util ............................................... FAILURE [  0.039 s]
[INFO] Koi ................................................ SKIPPED
[INFO] PluginSDK .......................................... SKIPPED
[INFO] BuiltInPlugins ..................................... SKIPPED
[INFO] ControlDeckProto ................................... SKIPPED
[INFO] CaffeinatedApp ..................................... SKIPPED
[INFO] LocalServer ........................................ SKIPPED
[INFO] Bootstrap .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.209 s
[INFO] Finished at: 2023-11-26T02:19:56-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project Util: Could not resolve dependencies for project co.casterlabs:Util:jar:1.2: co.casterlabs.EmojiApi:Index:jar:3.5.0 was not found in https://jitpack.io during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :Util

from caffeinated.

e3ndr avatar e3ndr commented on June 14, 2024

Alright, try again 😅

from caffeinated.

pelicanfuture avatar pelicanfuture commented on June 14, 2024

Hm.. still the same error. It says to try forcing an update to jitpack.io or something to fix the error. Again here's the terminal output and screenshot.
image

+ echo 'Build channel: default'
Build channel: default
+ [[ '' != *\n\o\c\o\m\p\i\l\e* ]]
+ cd app
+ bash ./mvnw clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Casterlabs-Caffeinated                                             [pom]
[INFO] Util                                                               [jar]
[INFO] Koi                                                                [jar]
[INFO] PluginSDK                                                          [jar]
[INFO] BuiltInPlugins                                                     [jar]
[INFO] ControlDeckProto                                                   [jar]
[INFO] CaffeinatedApp                                                     [jar]
[INFO] LocalServer                                                        [jar]
[INFO] Bootstrap                                                          [jar]
[INFO] 
[INFO] ----------------< co.casterlabs:Casterlabs-Caffeinated >----------------
[INFO] Building Casterlabs-Caffeinated 1.2                                [1/9]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ Casterlabs-Caffeinated >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ Casterlabs-Caffeinated <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ Casterlabs-Caffeinated ---
[INFO] 
[INFO] -------------------------< co.casterlabs:Util >-------------------------
[INFO] Building Util 1.2                                                  [2/9]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for co.casterlabs.EmojiApi:Index:jar:3.5.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Casterlabs-Caffeinated 1.2:
[INFO] 
[INFO] Casterlabs-Caffeinated ............................. SUCCESS [  0.161 s]
[INFO] Util ............................................... FAILURE [  0.040 s]
[INFO] Koi ................................................ SKIPPED
[INFO] PluginSDK .......................................... SKIPPED
[INFO] BuiltInPlugins ..................................... SKIPPED
[INFO] ControlDeckProto ................................... SKIPPED
[INFO] CaffeinatedApp ..................................... SKIPPED
[INFO] LocalServer ........................................ SKIPPED
[INFO] Bootstrap .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.249 s
[INFO] Finished at: 2023-11-26T18:16:40-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project Util: Could not resolve dependencies for project co.casterlabs:Util:jar:1.2: co.casterlabs.EmojiApi:Index:jar:3.5.0 was not found in https://jitpack.io during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :Util

from caffeinated.

e3ndr avatar e3ndr commented on June 14, 2024

Again!

from caffeinated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.