-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
Failed to load resource: the server responded with a status of 429 #1868
Comments
Please paste the entire error here message here.
|
1. Request URL:
https://cloudflare-ipfs.com/ipfs/Qmd3W5DuhgHirLHGVixi6V76LhCkZUz6pnFt5AJBiyvHye/avatar/36.jpg
2. Request Method:
GET
3. Status Code:
429
4. Remote Address:
104.17.96.13:443
5. Referrer Policy:
strict-origin-when-cross-origin
…On Wed, Feb 22, 2023 at 6:23 AM ST-DDT ***@***.***> wrote:
i used faker image, but always error 429 when i reload browser, how handle
this error?
Please paste the entire error here message here.
Did the image module return an url that was invalid or couldn't you
generate an url?
—
Reply to this email directly, view it on GitHub
<#1868 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJVU3ZRZLNMDIGU4HD4JFALWYVE55ANCNFSM6AAAAAAVDTPV34>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
On first load is error 429 but, when reload again on same url success |
429 Too Many Requests https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429 This is not related to Faker itself but that you are doing to many requests from your client to this provider BUT! I see you are using these for avatars and so I assume you need it the same as I need it for my project to mock some faces. We were talking already about how we could provide some alternatives for this and e.g. wanted to have a provider that provides AI generated non real world person faces. But a paid or non-deterministic provider is not an option. A second alternative might be to create a repo under @faker-js org and upload images there. This would bring maintenance burden and also we might run into legal issues if we don't care to much about the data as then they are in our responsibility were as the current set is not that much but was "gifted" to us as a present (#95 (comment)) |
The original issue is outside of our control so I consider this as nothing to do for us here except documentation which is covered by #1783. |
Pre-Checks
Describe the bug
i used faker image, but always error 429 when i reload browser, how handle this error?
Minimal reproduction code
No response
Additional Context
No response
Environment Info
Which module system do you use?
Used Package Manager
yarn
The text was updated successfully, but these errors were encountered: