Elevate: Fitness trend and syncing unstable in 6.15.0

Created on 5 Dec 2019  ·  7Comments  ·  Source: thomaschampagne/elevate

Step 2: Describe your environment

  • Plugin version: 6.15.0
  • Chrome/Opera/Chromium version: 78.0.3904.108
  • OS version: 10.15.1 (19B88)

Step 3: Describe the problem:

When syncing since the latest update, 6.15.0, it only partially syncs, and will not shoe performance data. By deleting the extension and installing the pervious package via npm from GitHub, Full sync and fitness trends are stable and viewable again.

Steps to reproduce:

  1. Install latest Elevate
  2. Sync
  3. See partial sync and no fitness trends

Actual Behavior:

6.15.0

Screenshot 2019-12-05 at 11 55 00

Screenshot 2019-12-05 at 11 56 43

Expected Behavior:

6.14.0

Screenshot 2019-12-05 at 11 55 35

Screenshot 2019-12-05 at 11 57 26

Most helpful comment

@xenius thanks. This is what i expected. Fix has be delivered to google staff... Just wait ;)

All 7 comments

I am also having a problem. the button says synced 2 days ago and recent activities not coming up. I just manually synced and it got my latest activities. But the button still says synced 2days ago... is there a bug going on? Using 6.15.0 Stable - Chrome: 78.0.3904.108

HI did you get the problem on the app installed through the chrome store?

Or you builded the project yourself? Or used builds avaialble here: https://thomaschampagne.github.io/elevate/#/builds ?

Thanks

installed from the chrome store.

I've seen something wrong in my code. I will provide a fix this evening.
Hope google will valid asap the new update

On Thu, Dec 5, 2019 at 2:40 PM xenius notifications@github.com wrote:

installed from the chrome store.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/thomaschampagne/elevate/issues/899?email_source=notifications&email_token=AABFDJIZH6V76I3PYGXHKW3QXEADLA5CNFSM4JVYOJAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGAXL2Q#issuecomment-562132458,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AABFDJM2UDUX3LLPZ3YY3HTQXEADLANCNFSM4JVYOJAA
.

--
Thomas Champagne - http://thomaschampagne.github.io

Inside the App could you:

  • press F12 to display developer console.

  • copy paste this in console:

chrome.storage.local.get(["lastSyncDateTime","syncDateTime" ], r => console.log(r))
  • Then enter
  • And provide me the result :)

chrome.storage.local.get(["lastSyncDateTime","syncDateTime" ], r => console.log(r))

undefined
VM36:1 {lastSyncDateTime: 1575564383085, syncDateTime: 1575407700436}

@xenius thanks. This is what i expected. Fix has be delivered to google staff... Just wait ;)

Was this page helpful?
0 / 5 - 0 ratings