-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Issue in getting votes - Top.gg #174
Comments
This should fix the error reported in issue #174 The error is probably caused by the fact that TS still compiles the function call, even if it's only declared. Using an empty function should resolve the issue.
Hi, I've just pushed a fix that should resolve your issue: I've been able to reproduce it and the fix seems to solve it.
|
New error |
Uhm, you sure? The exact same error and stack trace? Sure you installed dbots from this branch? |
New error - (node:24) UnhandledPromiseRejectionWarning: Error: Request failed with status code 401 |
Full error; |
That's a http 401 error: it means you're not authorized to access that endpoint Anyway, that means that the problem reported in the issue has been solved! |
Nope nothing else |
Ok, regarding the issue with Top.gg: their API has been updated, so we need to update our package too. |
Ok thank you |
I've added authorization to every method, since it seems to solve the 401 error reported in issue #174
* fix(TopGG): update API I've added authorization to every method, since it seems to solve the 401 error reported in issue #174 * [auto] docs: update docs * docs(TopGG): update API docs URL * chore(docs): fix line breaks in services file * [auto] docs: update docs
Fixed in |
The text was updated successfully, but these errors were encountered: