You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
After accepting, and clicking on a contact, I'm getting errors in the JS console:
fetchUserId XXX@gmail.com with token: undefined
2content.js:11 GET https://www.google.com/m8/feeds/contacts/default/full?alt=json&v=3.0&q=XXX@gmail.com&access_token=undefined
fetchUserId @ content.js:11
div.onclick @ content.js:22
?pli=1:1 Fetch API cannot load https://www.google.com/m8/feeds/contacts/default/full?alt=json&v=3.0&q=XXX@gmail.com&access_token=undefined. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-extension://onifklcfhbdjpkejffijcejbgoipcdmk' is therefore not allowed access. The response had HTTP status code 401. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
content.js:23 => TypeError: Failed to fetch
Although this works on my own computer. (Mac)
The text was updated successfully, but these errors were encountered:
Testing v4.0 on Camille's computer. (Windows)
After accepting, and clicking on a contact, I'm getting errors in the JS console:
Although this works on my own computer. (Mac)
The text was updated successfully, but these errors were encountered: