Author

Topic: Electrum stopped loading on linux system (Read 667 times)

member
Activity: 91
Merit: 10
October 28, 2015, 01:24:20 PM
#10
electrum 1.9.7-1

Then it's normal probably and that's the reason . Make sure you have the seed of electrum so you recover your wallet and do this on the terminal

Install dependencies:

sudo apt-get install python-qt4 python-pip
Install Electrum:

sudo pip install https://download.electrum.org/2.5.2/Electrum-2.5.2.tar.gz

Source : https://www.electrum.org/#download

Thanks!!! Worked! No need to restore wallet, all syncronised and back to normal workings. Phew!
I do notice it can be slow to sync and u need shut down and re-open. But all good!!!
staff
Activity: 3500
Merit: 6152
October 28, 2015, 08:39:19 AM
#9
electrum 1.9.7-1

Then it's normal probably and that's the reason . Make sure you have the seed of electrum so you recover your wallet and do this on the terminal

Install dependencies:

sudo apt-get install python-qt4 python-pip
Install Electrum:

sudo pip install https://download.electrum.org/2.5.2/Electrum-2.5.2.tar.gz

Source : https://www.electrum.org/#download
member
Activity: 91
Merit: 10
October 28, 2015, 08:36:35 AM
#8
electrum 1.9.7-1
staff
Activity: 3500
Merit: 6152
October 28, 2015, 08:19:49 AM
#7
ubuntu 14.04 i think

He meant Electrum version and not Ubuntu version most likely .
hero member
Activity: 672
Merit: 502
October 28, 2015, 08:18:48 AM
#6
If he's using the version which is in Ubuntu repositories then I think he's on 1.9.8 and I have that version too in one of my linux machines and I have no problems loading it up.

BTW thomas, I replied on github, sorry I was not able to respond earlier.
member
Activity: 91
Merit: 10
October 28, 2015, 08:17:36 AM
#5
ubuntu 14.04 i think
legendary
Activity: 1896
Merit: 1353
October 28, 2015, 07:33:48 AM
#4
But linux wud tell me when upgrade is available no? How do i safely install upgrade? Sorry I am no techy. Thanks.

which version are you running?
member
Activity: 91
Merit: 10
October 28, 2015, 07:15:52 AM
#3
But linux wud tell me when upgrade is available no? How do i safely install upgrade? Sorry I am no techy. Thanks.
legendary
Activity: 1896
Merit: 1353
October 28, 2015, 06:47:36 AM
#2
this is a recent issue; a bugfix release will be done today.

edit: sorry, it's not the issue I thought it was. you should probably upgrade Elctrum.
member
Activity: 91
Merit: 10
October 28, 2015, 03:48:06 AM
#1
Can anyone help with my electrum wallet not loading??? Been a while now. I also am not used to linux or not advanced user.

I typed electrum and got the following messege. Basically there is a key error???

~$ electrum
Traceback (most recent call last):
  File "/usr/local/bin/electrum", line 254, in
    gui.main(url)
  File "/usr/local/lib/python2.7/dist-packages/electrum_gui/qt/__init__.py", line 224, in main
    w.load_wallet(wallet)
  File "/usr/local/lib/python2.7/dist-packages/electrum_gui/qt/main_window.py", line 216, in load_wallet
    self.update_history_tab()
  File "/usr/local/lib/python2.7/dist-packages/electrum_gui/qt/main_window.py", line 580, in update_history_tab
    h = self.wallet.get_history(domain)
  File "/usr/local/lib/python2.7/dist-packages/electrum/wallet.py", line 743, in get_history
    c, u = self.get_balance(domain)
  File "/usr/local/lib/python2.7/dist-packages/electrum/wallet.py", line 572, in get_balance
    c, u = self.get_addr_balance(addr)
  File "/usr/local/lib/python2.7/dist-packages/electrum/wallet.py", line 487, in get_addr_balance
    coins = self.get_addr_utxo(address)
  File "/usr/local/lib/python2.7/dist-packages/electrum/wallet.py", line 472, in get_addr_utxo
    coins.pop(txi)
KeyError: u'some key writing here:0'
Jump to: