Jacco
Jacco
I have the same issues, no new activities were synced from Garmin Connect to any other connected services since December 25, 2017. In the activities list past GC activities are...
I couldn't solve the issue so I connected [Endomondo with Garmin](https://support.endomondo.com/hc/en-us/articles/115003632833-Automatic-upload-from-Garmin-Connect-) and Endomondo with Tapiriik, which seems to work syncing to all other services.
@jbtibor No but [Garmin can sync to Endomondo](https://support.endomondo.com/hc/en-us/articles/115003632833-Automatic-upload-from-Garmin-Connect-), and from Endomondo you can sync to any other service using Tapiriik. So just to be clear this works only for getting...
@jschram thanks for opening the issue. I have spent the day updating nokia.py to OAuth 2.0. It seems to work great for me. **Updating** It is important for everyone that...
Hi @ltgustavsen you should input the url you were redirected to after you authorized the application. It is your callback url with some additional parameters: https://localhost/?code=[code]&state=[state] I have just made...
Hmm I'll have a look at it later why you got the 401. The last message is a result of the access and refresh tokens both expired. The new refresh...
@ltgustavsen @jschram thanks a lot for your reports. I'll look into it on a very short basis. @jschram The refreshing of the access token is actually [setup correctly](https://github.com/magnific0/nokia-weight-sync/blob/master/nokia.py#L119-L128) and handled...
@ltgustavsen @jschram I have just pushed a new update. The problem was that the config was never updated with the new tokens after refresh. This only happened during "sync" mode....
@ltgustavsen thanks for reporting back. If you got the error 401 again I can understand the refresh also failed. I hadn't started investigating 401 yet, but if the program throws...
@fernat @ltgustavsen thanks. I have been looking into this and it is clear to me what is going on: it is still attempting to make the original request with the...