Git Product home page Git Product logo

api.minetools.eu's People

Contributors

mclive avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

api.minetools.eu's Issues

Minecraft MODPACK SERVER issue

If i use the API in minecraft server from Crafting Dead (A MOD from Technic) has error. Put the modpack (and others modpacks servers) in the api, please.

Response caching

Hi there, I work at https://tcpshield.com and we just had to manually unblock your API from our network as one of our users was having trouble with it not working. It was originally blocked due to your users spamming requests which get forwarded to us and our systems automatically blocked you.

We're recommending you either implement global caching or if you prefer not to cache requests, at least cache requests to any servers pointing to *.tcpshield.com via CNAME records or via SRV, you can view our entire IP range at https://tcpshield.com/v4 for this.

Your API may be automatically blocked in the future since you're proxying L7 floods to us.

Thanks,
Dylan.

Website SSL Expired PLEASE FIX THIS ASAP!!!!

Website SSL Expired PLEASE FIX THIS ASAP!!!!
Website SSL Expired PLEASE FIX THIS ASAP!!!!
Website SSL Expired PLEASE FIX THIS ASAP!!!!
Website SSL Expired PLEASE FIX THIS ASAP!!!!
Website SSL Expired PLEASE FIX THIS ASAP!!!!
Website SSL Expired PLEASE FIX THIS ASAP!!!!
Website SSL Expired PLEASE FIX THIS ASAP!!!!

Not all usernames work?

Hey,
im writing a Plugin for Bungeecord and noticed, that not all usernames worked with this api.... why is that?

Example:
https://api.minetools.eu/uuid/jeb_ get me the code:
{
"cache": {
"HIT": true,
"cache_time": 86400,
"cache_time_left": 85701,
"cached_at": 1670344753.874057,
"cached_until": 1670431153.874057
},
"id": "853c80ef3c3749fdaa49938b674adae6",
"name": "jeb_",
"status": "OK"
}
But https://api.minetools.eu/uuid/Leuchtkeks (my own username) get me:
{
"cache": {
"HIT": true,
"cache_time": 86400,
"cache_time_left": 9356,
"cached_at": 1670268666.260636,
"cached_until": 1670355066.260636
},
"id": null,
"name": "Leuchtkeks",
"status": "ERR"
}

Can you help me?

Thanks in advance

CORS Question

Just a question, how did you manage to get around the CORS errors? I tried to use their API before and got the errors and thought it was an issue on their end so I've looked online everywhere I could find and even on the official minecraft issue tracker and one of the devs responded that it is working as intended. Their documentation has absolutely no mention of how to properly get around it.

I've resorted to using this for a while but I now realize that for what I'm doing I would love to have my login integrated with minecraft accounts so they just login/register using the same credentials.

Server Error

Started today, that i can't make requests anymore. Pls fix, we are relying on your systems.

Question

What is your IPs to use you to ping the minecraft server?

API constantly down?

I keep trying to make requests to:

And I get the following response:

{
  "error": "timed out", 
  "status": "ERR"
}

I use your API for my website, have for a week or so (usually works great but for past day or so it's been mostly down).

Same thing happens when I try another server IP:

Firewall unblocking time?

I've recently had a bot attack in my server that I couldn't stop properly at beggining. So I got banned from mojang and this api for excess the requests. How much time for unblocking I need to wait? Do I need to stop requests some time? (IP: 145.239.130.109)

500 Server error

Having another server error. I saw the other issue and would like to notify you.

Player count

Can someone help me embed the live player count of my minecraft server into my google site?

Server down

I'm getting this error message, but server is online

{
"error": "ord() expected a character, but string of length 0 found"
}

I hope to set up a branch station.

Request Open Source

In China, your website is blocked by the National Firewall, which makes it impossible to use in some areas. I hope to set up a sub-station/mirror website in China.

My English is very poor. If there are grammatical mistakes, I'm sorry.

HAProxy: Server did not respond with any information!

I'm using HAProxy with the config acl domain req.payload(5,16) -m sub mc.domain.com

But, looks like the API requests without the host header:

Jul 24 09:19:01 ubuntu haproxy[50913]: 144.76.87.187:40676 [24/Jul/2022:09:19:00.974] minecraft_java minecraft_java/<NOSRV> -1/-1/182 0 PR 1/1/0/0/0 0/0

Status err id null?

For some nicknames api is not working since yesterday, for example:
https://api.minetools.eu/uuid/123456xd

{
  "cache": {
    "HIT": false, 
    "cache_time": 86400, 
    "cache_time_left": 86399, 
    "cached_at": 1602295181.776628, 
    "cached_until": 1602381581.776628
  }, 
  "id": null, 
  "name": "123456xd", 
  "status": "ERR"
}

What happens on rate-limit?

On your website you wrote:

Because we use several different mojang proxy-backends, we are able to serve lots of requests hitting the uuid and profile endpoint.

But what happens if you actually hit the rate-limit. Do you we get the 429 response a different json message or something else?

Furthermore how long are the UUIDs cached?

Issues with api?

Okay, so i am trying to get my page to work (here), but everytime it tries to connect, it returns "Server Error (500)".
This isn't just my server, it is with all.
Is the api down?

After proxying traffic through Cloudflare, ping requests time out

Hey,
I recently made it so my domain (CNAME) has cloudflare proxy requests to it. Now, MineTools seems to timeout on every request to my minecraft server (requests are done from the browser). Both are hosted on the same machine. Both my minecraft server and my website are reachable by people outside of my network. Disabling cloudflare proxying allows requests to be sent and recieved as normal.

Is there any chance this could be fixed?

News on new api version

Hey, are there any news about new api? Right now if you cache broken uuid it will allow online players to enter as offline players, right?

No information comes out of the server

I was looking for the information of a server with this API, but that server does not appear and has all the query options activated

What could be happening?

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.