Pythe1337N / garmin-connect

Makes it simple to interface with Garmin Connect to get or set any data point.
MIT License
144 stars 58 forks source link

Custom request required payment ? #62

Open annedenicourt opened 11 months ago

annedenicourt commented 11 months ago

I update the package to new version 1.6.1 to use custom request with the get method but I have this error message in my console "Error: ERROR: (402), Payment Required" We have to pay something to use the custom request ? Thanks

dachia commented 10 months ago

@annedenicourt The reason is: custom get urls changed. Here's an example:

Before I used: https://connect.garmin.com/modern/proxy/activity-service/activity/${act.activityId}/splits Now I use: https://connectapi.garmin.com/activity-service/activity/${activityId}/splits

hope this helps