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

Dev Pre-release 0.3.1q bug - Failed to GetSortedRecordsFromGlobal spams server console #106

Closed
BoTo-sg opened this issue Dec 2, 2024 · 1 comment

Comments

@BoTo-sg
Copy link

BoTo-sg commented Dec 2, 2024

The dev version has a bug where it spams the server console with [SharpTimerERROR] Failed to GetSortedRecordsFromGlobal. Status code: Unauthorized

public async Task<Dictionary<int, PlayerRecord>> GetSortedRecordsFromGlobal(int limit = 0, int bonusX = 0, string mapName = "", int style = 0)

is missing

if (apiKey == "")
return;

@rcnoob
Copy link
Collaborator

rcnoob commented Dec 2, 2024

thank you! will be fixed next update

@BoTo-sg BoTo-sg closed this as completed Dec 5, 2024
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

2 participants