Post
Topic
Board Electrum
Merits 3 from 3 users
Re: Update check failed?
by
mocacinno
on 20/01/2020, 12:19:41 UTC
⭐ Merited by o_e_l_e_o (1) ,pooya87 (1) ,hugeblack (1)
The url where electrum fetches the latest version is hardcoded:

https://github.com/spesmilo/electrum/blob/a3e522efd968686a32cbf715e4ac91f531c5deca/electrum/gui/qt/update_checker.py#L22

Can you try opening https://electrum.org/version using your normal browser? You should be prompted to download the file 'version'. If you open this file using an ascii editor (like notepad++, vim,...) you should see a json string containing (amonst others) the current latest version.

If this doesn't work, you know what to investigate... If this works properly, the problem must be something else, for example: are you using the tor proxy?