Open afrigeri opened 4 years ago
Hi Alessandro,
thanks for reporting, I will look into it in the next couple of weeks (currently a bit crunched at the job that pays my bills)
From the location of the error, I would guess we need to recompile a new swagger_client that implements low-level strava API calls.
Any update? Same behavior for VirtualRide.
ValueError: Invalid value for
activity_type(VirtualRide), must be one of ['Ride', 'Run']
I had this error as well and updated the relevant swagger_client code to allowed_values = ["Ride", "Run", "VirtualRide"]
Got error when retrieving hiking activity:
is it possible to add other types of activities?