Being unable to find a favicon file is irrelevant. This is simply the little logo icon that different websites use.
In the absence of any other errors, something is stopping your browser from correctly fetching the balances. Your browser can visit other websites normally? You don't have any firewall or similar running?
The first thing I would try would be to open a terminal in the usual multisig tool directory, and then run the following two commands:
The first will delete the multisig.js file (which is responsible for this look up); the second will recompile it from scratch. This is to rule out any error in the file.
If that doesn't work then I'm afraid I'm running out of ideas...
-Firewall is inactive.
-I am connected to a VPN however.
-Tried both Firefox and Chrome.
After the make clean & make compile command, I did the "python3 -m http.server" again but this time got this error: BrokenPipeError: [Errno 32] Broken pipe
Also Chrome's F12 now shows 165 issues:
-
-
Failed to load resource: net::ERR_FAILED insight.bitpay.com/a…YGno8MTeLYGM/utxo:1
(Changed the address in the error code just in case it's not safe to share publicly).
The other issues are basically a repeat of the above but with all the other addresses in the list.
Btw, user "HCP" also mentioned something about the "Insight API" missing in this thread:
https://bitcointalksearch.org/topic/--5316286If that doesn work post your permission sets of the folders/files which cause issues.
Not sure if ChatGPT explained correctly on how to do this but I typed "ls -l" in the multisig-tool directory and got the following:
total 572
-rw-rw-r-- 1 revived revived 2265 mrt 12 18:12 CONTRIBUTING.md
drwxrwxr-x 2 revived revived 4096 mrt 12 18:12 css
drwxrwxr-x 4 revived revived 4096 mrt 12 19:01 env
-rw-rw-r-- 1 revived revived 4610 mrt 12 18:12 index.html
drwxrwxr-x 3 revived revived 4096 mrt 12 18:12 lib
-rw-rw-r-- 1 revived revived 11344 mrt 12 18:12 LICENSE
-rw-rw-r-- 1 revived revived 428 mrt 12 18:12 Makefile
-rw-rw-r-- 1 revived revived 421914 mrt 17 23:00 multisig.js
-rw-rw-r-- 1 revived revived 181 mrt 12 18:12 multisig-tool.sublime-project
drwxrwxr-x 142 revived revived 4096 mrt 13 21:17 node_modules
-rw-rw-r-- 1 revived revived 704 mrt 12 18:52 package.json
-rw-rw-r-- 1 revived revived 100713 mrt 13 21:20 package-lock.json
-rw-rw-r-- 1 revived revived 3734 mrt 12 18:12 README.md