orium / strava-pr

Analysis of your Strava personal records
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Unable to fetch new runs #6

Open orium opened 5 years ago

orium commented 5 years ago

This is due to a bug in scrava (activities' ids are represented with an Int and the number of runs crossed the 2³¹ boundary).

I will probably replace scrava with a java library.