Hans Lellelid

Results 53 comments of Hans Lellelid

From that error message, I assume the problem is that this access token does not include write permissions: when athlete A*i K*k granted permission to your application, they need to...

Hmm, this is surprising and annoying. Yeah, I don't know how we're supposed to use this oauth system if they're not providing the refresh token ...

Sorry for delay in following up. I just verified that I *do* get a refresh_token, using the example app I added to the repository: https://github.com/hozn/stravalib/tree/master/examples/strava-oauth Maybe try that and if...

Thanks for posting this; I'll take a look!

Thanks for letting me know! I'll figure out the more official way to achieve this.

I don't want to say that is not possible, but the intent of that sleep code is to sleep between different requests. Admittedly, though, I've not played recently with exceeding...

Hmm, no immediate thoughts, but I'd love to get rid of nosetests here. This really predates pytest being the standard. Maybe that's something I can do this week. I don't...

Certainly I haven't used python 2 in forever. It probably is time to move on :) On Thu, Dec 16, 2021, 20:31 yihong ***@***.***> wrote: > Can we only support...

Interesting. Yeah, I had probably settled on representing the durations as `timedelta` instances (since we represent the dates/times as `datetime` instances) before finalizing on using the `units` library. Well, we...

@lwasser , I appreciate the help you've provided on this project. Finding a new maintainer would be great. @yihong0618 if you're interested, I'm happy to set you up with perms...