-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error with Reddit feeds #7
Comments
This is due to reddits rate-limiting. Looking at ways to try and bypass it |
I don't think it's because of rate-limiting, because once feed is ingested, we save it to local cache. We literally request it once. This one is to do with http2 somehow. I'm on the
And I'm getting the "blocked" page. If I disable http2, everything is fine:
There IS rate-limiting, yes, but shouldn't get in a way at least on first fetch of the reddit feed. So, in order for reddit feeds to work, http2 has to be disabled. The way to disable it is descried here pretty well grafana/k6#936 |
Setting the env var explicitly is the cleanest way to have all child packages respect the client and keep it in the code rather than a build flag. closes #7
Setting the env var explicitly is the cleanest way to have all child packages respect the client and keep it in the code rather than a build flag. closes ##7
Great find, was weird we were getting a rate limit response for single requests so glad we now know. I fixed and tested this quickly and created a branch here, is working for me but would be great if you could check and confirm. |
Setting the env var explicitly is the cleanest way to have all child packages respect the client and keep it in the code rather than a build flag. closes ##7
The text was updated successfully, but these errors were encountered: