You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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#L243and replace with
def getStatus
or something similar.https://hypixel.net/threads/public-api-changes-march-2020.2656659/
The text was updated successfully, but these errors were encountered: