-
Notifications
You must be signed in to change notification settings - Fork 4
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
Giving kudos stops working #35
Comments
Hi!
I'm pretty sure that you reached an API rate limiting for your Strava account so that all your “Give Kudos” requests are blocked by Strava. You can check the Console in the Developer Tools (you can open it by pressing the F12 key) to confirm my guess. Marcus |
Marcus,
Thanks for the response. You're correct, it does look like that is what's
happening -
[image: Inline image 1]
This is fairly recent that Strava implemented this (it didn't do this two
weeks ago). Any way to work around this, or introduce a (perhaps
configurable) delay between posts that shouldn't trigger the Strava API
rate limit?
thx :)
monte
…On Sun, Mar 12, 2017 at 10:22 AM, Marcus Jaschen ***@***.***> wrote:
Hi!
once it occurs, and it requires closing out of the browser and waiting for
a period of time
Once the issue occurs, giving kudos in a different browser stops working
also.
I'm pretty sure that you reached an API rate limiting so that all your
“Give Kudos” requests are blocked by Strava. You can check the Console in
the Developer Tools (you can open it by pressing the F12 key) to confirm my
guess.
Marcus
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZH-AWFFQN--LjSWRsJmMzFYd26nu-uUks5rlBvBgaJpZM4Mak8T>
.
|
It seems that Strava has increased the API request limits in the meanwhile, as I'm unable to observe this behaviour anymore. Can anybody confirm this? |
Yes, I'm still experiencing it, but not as frequently. It seems to be
allowing about double what it's been in the recent past.
…On Wed, Oct 4, 2017 at 3:13 AM, Marcus Jaschen ***@***.***> wrote:
It seems that Strava has increased the API request limits in the
meanwhile, as I'm unable to observe this behaviour anymore. Can anybody
confirm this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZH-AcYx470asC80ou9eMMMu0YSvm1Vaks5so0wegaJpZM4Mak8T>
.
|
hey @mjaschen - I don't use your addon, but I develop a Chrome extension that does something similar to your auto-Kudos feature. I've had better success against throttling by querying the DOM for kudos, and then on an interval, trigger a click on each element. I've also considered toying with randomizing the frequency by an additional 200-1000ms so as not to get flagged by any automation thwarts they attempt to do in the future. Anyway, hope it helps! Nice code btw! |
Edit, I was in the wrong site. Please disregard. Not a problem with Strava Helper.
|
Once in a while Strava tightens the rate-limiting, usually it works again after a few days. I also get HTTP status 429 responses at the moment. I'll watch this and try limiting the request rate on the client side as a workaround if the behavior doesn't change in the next days. |
Whoah, for some reason I thought I was in Strava support. Duh. Sorry! Not your fault at all. |
Would it be possible to create a way to automate kudos in the Strava android app? Especially since it seems Strava only limits kudos from browsers. |
The give kudos to all (and giving kudos one by one) appears to stop working if giving out a large number of kudos (several hundred to several clubs). This issue prevents giving kudos one by one or kudos to all once it occurs, and it requires closing out of the browser and waiting for a period of time before it works again. Once the issue occurs, giving kudos in a different browser stops working also.
The text was updated successfully, but these errors were encountered: