keeffeoghan.github.io icon indicating copy to clipboard operation
keeffeoghan.github.io copied to clipboard

Console errors

Open Manamama opened this issue 2 years ago • 1 comments

OS: Chromium on Ubuntu

The key "target-densitydpi" is not supported.
api.soundcloud.com/resolve.json?url=https%3A%2F%2Fsoundcloud.com%2Fmax-cooper%2Ftrust-feat-kathrin-deboer&client_id=75aca2e2b815f9f5d4e92916c7b80846:1          Failed to load resource: the server responded with a status of 401 (Unauthorized)
demo.js?5b4c:443 Error loading track, fall back to local Error: {"code":401,"message":"A request must contain the Authorization header. For details please refer to https://developers.soundcloud.com/blog/security-updates-api.","link":"https://developers.soundcloud.com/docs/api/explorer/open-api","status":"401 - Unauthorized","errors":[{"error_message":"A request must contain the Authorization header. For details please refer to https://developers.soundcloud.com/blog/security-updates-api."}],"error":null}
    at load (index.js?5366:84:1)
    at XMLHttpRequest.readystatechange (index.js?5366:71:1)
(anonymous) @ demo.js?5b4c:443
contentScript.bundle.js:1 ------------------------------
contentScript.bundle.js:1 These are all 17 links on the current page that have been printed by the Sample Create React Extension
contentScript.bundle.js:1 Array(17)
contentScript.bundle.js:1 ------------------------------
/favicon.ico:1          Failed to load resource: the server responded with a status of 404 ()
demo.js?5b4c:647 Using deprecated `mediaElement.src = URL.createObjectURL` for legacy browsers.
/favicon.ico:1          Failed to load resource: the server responded with a status of 404 ()
7

when running https://epok.tech/work/tendrils/

Result: silence.

Manamama avatar Jan 29 '23 15:01 Manamama

OK, it works now, there is sound, but FYI, still getting:

The key "target-densitydpi" is not supported.
demo.js?5b4c:304 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
exports.default @ demo.js?5b4c:304
interactive @ tendrils.main.js:24
updateState @ tendrils.main.js:38
api.soundcloud.com/resolve.json?url=https%3A%2F%2Fsoundcloud.com%2Fmax-cooper%2Ftrust-feat-kathrin-deboer&client_id=75aca2e2b815f9f5d4e92916c7b80846:1          Failed to load resource: the server responded with a status of 401 (Unauthorized)
demo.js?5b4c:443 Error loading track, fall back to local Error: {"code":401,"message":"A request must contain the Authorization header. For details please refer to https://developers.soundcloud.com/blog/security-updates-api.","link":"https://developers.soundcloud.com/docs/api/explorer/open-api","status":"401 - Unauthorized","errors":[{"error_message":"A request must contain the Authorization header. For details please refer to https://developers.soundcloud.com/blog/security-updates-api."}],"error":null}
    at load (index.js?5366:84:1)
    at XMLHttpRequest.readystatechange (index.js?5366:71:1)
(anonymous) @ demo.js?5b4c:443
(anonymous) @ index.js?0cf1:37
(anonymous) @ browser.js?7901:16
(anonymous) @ once.js?4327:17
load @ index.js?5366:95
readystatechange @ index.js?5366:71
​ ------------------------------
​ These are all 17 links on the current page that have been printed by the Sample Create React Extension
​ Array(17)
​ ------------------------------
demo.js?5b4c:647 Using deprecated `mediaElement.src = URL.createObjectURL` for legacy browsers.
/favicon.ico:1          Failed to load resource: the server responded with a status of 404 ()
7

Manamama avatar Jan 29 '23 21:01 Manamama