Closed afgks closed 7 months ago
I also now got the same error as another person reported in another open issue
Discord Rich Presence Integration v1.3.0: artwork uploader exited with status: 1 and error: Error while parsing imgur response from {"errors":[{"id":"legacy-api-9f5647bb6-88lls/uHn8baZlRo-021125","code":"429","status":"Too Many Requests","detail":"Too Many Requests"}]}
: missing field `data` at line 1 column 137
Could you please investigate and see if there's something going on?
It really just seems like the API rate limits have been reached.
The X-RateLimit-UserRemaining
header is 0 while X-RateLimit-ClientLimit
is the default 12500.
Below is the rate limit header table taken from https://apidocs.imgur.com/, which contains explanations for the header types.
HTTP Header | Description |
---|---|
X-RateLimit-ClientLimit | Total credits that can be allocated for the application in a day. |
X-RateLimit-ClientRemaining | Total credits remaining for the application in a day. |
suddenly been getting this too. perhaps imgur have lowered their limits?
I think it's rate limiting across the entire application. I built it myself with my own client ID and it works perfectly.
It seems like a problem with my API application. Working on a new release with a new client id, but for some reason the build from github actions keeps being labeled as a virus, while local builds have no such problem. For an immediate fix you can build it yourself with your own client id
I'm kinda lost as to why the executable is being labeled as a virus by windows defender. You can check out the pre-release that is flagged here, or just compile it yourself
The new pre-release seemed to work for me. So a more permanent solution is to just use your personal client id?
That's the easiest solution until the microsoft defender false positives stop
Seems like the false positive issue has been resolved. The latest release should fix this problem https://github.com/s0hv/rust-imgur-upload/releases/tag/0.2.1
I can't seem to upload any artwork through the uploader. I get this error in the console
But I can access imgur.com through the browser. I am not using a VPN.