-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Bug] All users return the default timezone #3
Comments
After manually compiling the expansion with an added debug log, turns out the issue is rate limiting. Every response is coming back with a 429 error. Contacting IPAPI to request a trial API key and appending it to the end of the request fixed the errors, however this shouldn't be a permanent solution. Example link: |
Having the same issue, please fix |
Still console prints that everytime a player join the server |
Same problem, is the project dead? |
The expansion is unable to grab my players' timezone, and always returns the default.
No errors in console, only the following message:
[LocalTime] Couldn't get untuned's timezone. Will use default timezone.
Going to the actual API url
https://ipapi.co/my.ip.goes.here/timezone
does show my timezone, which isAmerica/New_York
.The text was updated successfully, but these errors were encountered: