Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks buddy. I know, haven’t made some in a while. Sure won’t work anymore.Strava limits how many segments can be made at one time. Try again 24 hours later.
Yeah, havent made segments for a week or so… asked my buddy that I did install it for as well, he gets the same error. Was at the same time as they updated a lot of features in strava.are you sure it's not creating some segments up to the max number that Strava allows per day (10?) and then refusing to create any more (until you run the script again later)?
| Seems that strava added "alert-message" classes that are always there, hence the script exits prematurely. A quickfix: replace all "alert-message" to "alert-message2" in the script. Manually stop the script if strava gives you error. Again, not the solution, only a quick fix that worked for me. Donate to the author if you can, it's all thanks to him. edit: now (in the last day) they changed id "activity_type" to "activity_sport_type". Replacing both occurrences fixed it for me. |