iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.42k stars 1.42k forks source link

0.5.4 nonfunctional on my airgapped machine #546

Open jbreher opened 2 years ago

jbreher commented 2 years ago

Apologies if this is inappropriate here. Don't know where else to go. I downloaded and authenticated 0.5.4 from here. On an internet attached machine, it seems to run fine. Copied to my airgapped machine. It is nonfunctional there. I see large orange field at the top of the page that says "Loading...", which covers part of the "Mnemonic Code Converter" heading. But inserting a valid BIP39 mnemonic does not result in populating the various lower fields. (I assume just entering a valid BIP39 mnemonic should result in the other fields populating, right?) I assume there is some browser dependency that my airgapped machine does not satisfy. But the machine is arigapped. I can't just connect to the internet and upgrade everything. How do I determine what I need to bring to the airgapped machine in order to implement a fix? OS is Ubuntu 12.04.3 LTS Browser is Firefox 25.0

iancoleman commented 2 years ago

Thanks for reporting this.

It sounds like a javascript error on page load is preventing some later parts of the javascript from running. The loading banner is hidden by javascript, so some some error is probably happening before that part runs preventing the banner from being hidden (and the logic to generate the addresses table etc is also not being run for the same reason).

Can you load the page with developer tools open and see if there's an error in the console? I haven't been able to reproduce this locally.

jbreher commented 2 years ago

Thanks for your quick attention. I'm not a web dev, so I don't know what might be probative. I have attached all the content of the console below ff-wt-console-out-issue-546.txt .