explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Uncaught (in promise) Error: Failed to set icon 'icon/dark/32.png': Failed to fetch

Open weimeme opened this issue 1 year ago • 0 comments

OS: Mac

step:

git submodule update --init --recursive
cp explorer-ui-config.json explorer-ui/src/assets/config.json
cp explorer-ui-privacy-policy.html explorer-ui/src/assets/privacy-policy.html
docker-compose up --build

http://172.0.0.1:8080/

image

error:

Uncaught SyntaxError: Cannot use import statement outside a moduleUnderstand this errorAI
builder.js:3 Uncaught ReferenceError: require is not defined
    at builder.js:3:30Understand this errorAI
11fa540a2bb6f574a617888deb070a9f.js:1 TypeError: Cannot read properties of undefined (reading 'name')
    at ge.__ (f663d11856022e8ce76b5f9505d73844.js:1:62401)
    at Proxy.__ (73ca4d879a02116e9d389c1c227fc2a8.js:36:130854)
    at Proxy.ea (73ca4d879a02116e9d389c1c227fc2a8.js:40:33297)
    at On (11fa540a2bb6f574a617888deb070a9f.js:1:67385)
    at Fn.l [as fn] (11fa540a2bb6f574a617888deb070a9f.js:1:59238)
    at Fn.run (11fa540a2bb6f574a617888deb070a9f.js:1:5496)
    at P (11fa540a2bb6f574a617888deb070a9f.js:1:59612)
    at N (11fa540a2bb6f574a617888deb070a9f.js:1:58276)
    at D (11fa540a2bb6f574a617888deb070a9f.js:1:58068)
    at g (11fa540a2bb6f574a617888deb070a9f.js:1:54993)
Yl @ 11fa540a2bb6f574a617888deb070a9f.js:1Understand this errorAI
main.d6fb65d0806d3996.js:1 ERROR TypeError: Cannot read properties of undefined (reading 'local')
    at t.ngOnInit (656.e91d7d3bdfcd34d2.js:1:8999)
    at zi (main.d6fb65d0806d3996.js:1:1243393)
    at Ro (main.d6fb65d0806d3996.js:1:1243540)
    at bo (main.d6fb65d0806d3996.js:1:1243297)
    at ko (main.d6fb65d0806d3996.js:1:1243022)
    at Eb (main.d6fb65d0806d3996.js:1:1282469)
    at Tb (main.d6fb65d0806d3996.js:1:1283526)
    at Sb (main.d6fb65d0806d3996.js:1:1283359)
    at Eb (main.d6fb65d0806d3996.js:1:1282620)
    at Tb (main.d6fb65d0806d3996.js:1:1283526)
handleError @ main.d6fb65d0806d3996.js:1Understand this errorAI
contentScript.js:1 Uncaught (in promise) Error: Failed to set icon 'icon/dark/16.png': Failed to fetch
    at extensions::setIcon:149:17
    at extensions::setIcon:37:5Understand this errorAI

weimeme avatar Jan 07 '25 08:01 weimeme