[GH-ISSUE #196] Failed to load contacts, please try again. #60

Closed
opened 2026-02-27 04:58:58 +03:00 by kerem · 2 comments
Owner

Originally created by @noelje on GitHub (Nov 1, 2024).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/196

on localhost

  • authorised google
  • authorised whatsapp

but getting error. this error in console too:

Sync.vue:35 Uncaught ReferenceError: syncProgress is not defined
    at Proxy.checkServerDisconnected (Sync.vue:35:9)
checkServerDisconnected @ Sync.vue:35
data: { error: [Object] },
    headers: {
      'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
      'cache-control': 'private',
      connection: 'close',
      'content-encoding': 'gzip',
      'content-type': 'application/json; charset=UTF-8',
      date: 'Fri, 01 Nov 2024 11:45:59 GMT',
      server: 'ESF',
      'transfer-encoding': 'chunked',
      vary: 'Origin, X-Origin, Referer',
      'x-content-type-options': 'nosniff',
      'x-frame-options': 'SAMEORIGIN',
      'x-xss-protection': '0'
    },
    status: 403,
    statusText: 'Forbidden',
    request: {
      responseURL: 'https://people.googleapis.com/v1/people/me/connections?pageSize=250&personFields=names%2CemailAddresses%2CphoneNumbers%2Cphotos&pageToken='
    }
  },
  error: undefined,
  status: 403,
  code: 403,
  errors: [
    {
      message: 'People API has not been used in project <id> before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/people.googleapis.com/overview?project=<id> then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.',
      domain: 'usageLimits',
      reason: 'accessNotConfigured',
      
      ```
Originally created by @noelje on GitHub (Nov 1, 2024). Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/196 on localhost - [x] authorised google - [x] authorised whatsapp but getting error. this error in console too: ``` Sync.vue:35 Uncaught ReferenceError: syncProgress is not defined at Proxy.checkServerDisconnected (Sync.vue:35:9) checkServerDisconnected @ Sync.vue:35 ``` ``` data: { error: [Object] }, headers: { 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000', 'cache-control': 'private', connection: 'close', 'content-encoding': 'gzip', 'content-type': 'application/json; charset=UTF-8', date: 'Fri, 01 Nov 2024 11:45:59 GMT', server: 'ESF', 'transfer-encoding': 'chunked', vary: 'Origin, X-Origin, Referer', 'x-content-type-options': 'nosniff', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0' }, status: 403, statusText: 'Forbidden', request: { responseURL: 'https://people.googleapis.com/v1/people/me/connections?pageSize=250&personFields=names%2CemailAddresses%2CphoneNumbers%2Cphotos&pageToken=' } }, error: undefined, status: 403, code: 403, errors: [ { message: 'People API has not been used in project <id> before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/people.googleapis.com/overview?project=<id> then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.', domain: 'usageLimits', reason: 'accessNotConfigured', ```
kerem closed this issue 2026-02-27 04:58:58 +03:00
Author
Owner

@noelje commented on GitHub (Nov 1, 2024):

had to enable People API

<!-- gh-comment-id:2451752334 --> @noelje commented on GitHub (Nov 1, 2024): had to enable People API
Author
Owner

@guyzyl commented on GitHub (Nov 2, 2024):

:)

<!-- gh-comment-id:2453053165 --> @guyzyl commented on GitHub (Nov 2, 2024): :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#60
No description provided.