ProtocolLib

3M Downloads

API Site is Down?

ItsRainingHP opened this issue · 13 comments

commented

Why is your API down? Is there an ETA on return?

image

image

commented

Same issue for me:

Maven Repository is not available. This is critical!

> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve com.comphenix.protocol:ProtocolLib:4.8.0.
     Required by:
         project :
      > Could not resolve com.comphenix.protocol:ProtocolLib:4.8.0.
         > Could not get resource 'https://repo.dmulloy2.net/repository/public/com/comphenix/protocol/ProtocolLib/4.8.0/ProtocolLib-4.8.0.pom'.
            > Could not GET 'https://repo.dmulloy2.net/repository/public/com/comphenix/protocol/ProtocolLib/4.8.0/ProtocolLib-4.8.0.pom'. Received status code 503 from server: Service Unavailable
commented
commented

Same here! Critical issue!!!

commented

same issue

commented

Pipeline not working! Needs to be fixed ASAP

commented

@Olzie-12

You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0

Of course, but I really don't want to change all my projects for that

commented

You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0

Why should I use jitpack? All systems are based on the "main repo". I can't use this.

commented

You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0

Why should I use jitpack? All systems are based on the "main repo". I can't use this.

Because they’ve provided the a

@Olzie-12

You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0

Of course, but I really don't want to change all my projects for that

Fair enough, but if people are finding it as an issue then that’s an alternative for now 🤷‍♂️

commented

You can use jitpack btw guys https://jitpack.io/#dmulloy2/ProtocolLib/4.8.0

Why should I use jitpack? All systems are based on the "main repo". I can't use this.

Then you can make it just adapt to jitpack.io and not their main repo. It’s an alternative for now 🤷‍♂️
Or if you’re ok about the branches, you may change the branch/commit to your liking

commented
maven { url 'https://jitpack.io' }
implementation("com.github.dmulloy2:ProtocolLib:4.8.0")
commented
maven { url 'https://jitpack.io' }
implementation("com.github.dmulloy2:ProtocolLib:4.8.0")

Of course, this is possible but if this is the "official" solution they should provide this information in the README file and not simply assume that everyone knows what todo

commented
```kotlin
maven { url 'https://jitpack.io' }
implementation("com.github.dmulloy2:ProtocolLib:4.8.0")

Of course, this is possible but if this is the "official" solution they should provide this information in the README file and not simply assume that everyone knows what todo

Well everyone is complaining it’s down, if someone really needed the repository. Then they know what to use, it’s an alternative for now obviously

commented

Jitpack is an officially supported alternative if the main repo goes down. Repo should be back up. Will investigate further why it was down and try to mitigate it in the future