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

Session Endpoint removed. #26

Open
Richie-Moon opened this issue Jan 3, 2021 · 0 comments
Open

Session Endpoint removed. #26

Richie-Moon opened this issue Jan 3, 2021 · 0 comments
Labels

Comments

@Richie-Moon
Copy link

The Session endpoint was removed in March 2020 due to misuse and was replaced by the status endpoint.
This new endpoint will return the current status + location of a player, in terms of the game and mode. It does not return the server name or other players in the server to prevent any abuse. You can read the full documentation on this endpoint here
(https://github.com/HypixelDev/PublicAPI/blob/master/Documentation/methods/status.md).

How to fix:
Remove def getSession https://github.com/Snuggle/hypixel.py/blob/master/hypixel.py#L243
and replace with def getStatus or something similar.

https://hypixel.net/threads/public-api-changes-march-2020.2656659/

@Snuggle Snuggle added the bug label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants