edited I believe this is a result of hitting an API limit for the IP (vs the Client ID limits). An IP limit isn't documented (from what I could find) but I do believe it was that because when checking the API from another connection reveals that it goes through fine with the same...
there aredaily limitsfor using Imgur API using associated with particular Client ID. Known issues Sometimes Imgur can reject your request to upload an image for no obvious reason. The errorusually reported in this caseis a failed CORS request, which does not allow Obsidian to proceed with image...
Note:imgur_loginuses OAuth credentials registered to the package maintainer. If you intend to make a very large number of API requests, it may be appropriateto register your own application. You can check user- and package-level rate limits withrate_limit. ...
When scraping reddit, I've been getting "429 Unknown Error" for imgur-hosted images. From what I've read, Error 429 deals with rate limits for the imgur API. Is there any way to better manage the requests from imgur? Would setting up authentication for imgur work?
Showing API rate limits on About page New logo Open & copy image link Open comment’s link in browser or copy to clipboard Open comment’s link in browser Showing comments (not children comments yet) Cover action: next/prev image Cover shows image ...
self.save_settings()returnclientdefget_api_credits(self):""" Return lowest value (int) in current API credit pool """self.refresh_rate_limits() self.log.debug(' > {0} user credits remaining;;'.format(self.user_credit_remaining)) ...