Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ashcon's API doesn't support ?unsigned=false #82

Open
bobhenl opened this issue Aug 25, 2024 · 4 comments
Open

ashcon's API doesn't support ?unsigned=false #82

bobhenl opened this issue Aug 25, 2024 · 4 comments

Comments

@bobhenl
Copy link

bobhenl commented Aug 25, 2024

Hello, I wanted to use the Ashcon in the Citizens but I can't due to:

ashcon's API doesn't support ?unsigned=false being appended to the URL, which sounds like a problem with their API setup
Dev reply

I tried using AshconAPII in citizens (latest build https://ci.citizensnpcs.co/job/Citizens2/) by replacing this:

general:
  authlib:
    # Search for gameprofiles using this URL
    profile-url: https://sessionserver.mojang.com/session/minecraft/profile/

in their config for this:

general:
  authlib:
    # Search for gameprofiles using this URL
    profile-url: https://api.ashcon.app/mojang/v2/user/

but it didn't work, even when the api should be similar to the mojang, no? What's wrong there please, how to fix?

@MisterFixx
Copy link

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

@bobhenl
Copy link
Author

bobhenl commented Aug 25, 2024

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

And is there some alternative?

@MisterFixx
Copy link

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

And is there some alternative?

Besides the normal Mojang API, none that I’m aware of

@McLive
Copy link

McLive commented Sep 16, 2024

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

And is there some alternative?

I'm still running https://api.minetools.eu/uuid/

Feel free to give it a go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants