nightscout / nightscout-connect

Single entry point for bridging cloud resources containing diabetes data to Nightscout.
GNU Affero General Public License v3.0
31 stars 31 forks source link

Get no data from europe dexcom share connection #33

Open punker76 opened 7 months ago

punker76 commented 7 months ago

Hi, I have a Dexcom account with a connection to another account as the follower. Since nightscout uses now this plugin I get no data anymore for my main account.

INPUT PARAMS { kind: 'dexcomshare' } {
  shareRegion: 'ous',
  shareServer: undefined,
  shareAccountName: 'XYZ',
  sharePassword: 'XYZ',
  baseURL: 'https://shareous1.dexcom.com',
  kind: 'dexcomshare'
}

here is the log output_

Load Complete:
         profiles:1
data loaded: reloading sandbox data and updating plugins
EVENTUALLY FOUND null
FETCHING
{
  context: {
    retries: 0,
    duration: 0,
    session: '57ca4572-c13f-4a75-99c7-e1fa3569cd72',
    last_known: null,
    diagnostics: {},
    started: 1701122421439,
    startedWaiting: 1701122421439,
    endedWaiting: 1701122421440,
    elapsedWaiting: 1,
    data: [],
    transformed: { entries: [] }
  },
  event: {
    type: 'done.invoke.phase.Transforming:invocation[0]',
    data: { entries: [] },
    toString: [Function (anonymous)]
  }
}
INTERNAL PERSISTENCE { entries: [] }
ALL SETTLED INTERNAL PERSIST [ undefined, undefined, undefined, undefined, null ] [Arguments] {
  '0': [ undefined, undefined, undefined, undefined, null ]
}
INSIDE DEXCOM SOURCE DRIVER ALIGNMENT FOR GLUCOSE
FRAME DONE
{
  context: {
    retries: 0,
    duration: 0,
    session: '57ca4572-c13f-4a75-99c7-e1fa3569cd72',
    last_known: null,
    diagnostics: {},
    started: 1701122421439,
    startedWaiting: 1701122421439,
    endedWaiting: 1701122421440,
    elapsedWaiting: 1,
    data: [],
    transformed: { entries: [] },
    persisted: null
  },
  event: {
    type: 'done.invoke.phase.Persisting:invocation[0]',
    data: null,
    toString: [Function (anonymous)]
  }
}
AFTER

Any suggestions for this issue?