Bitcoin Forum
May 27, 2024, 04:37:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum Error - Seems to be Encryption related.  (Read 368 times)
eaglejam (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0



View Profile
April 04, 2013, 11:37:29 PM
 #1

First off, I'm on Mac OS X 10.8.3.

So I've been using Electrum 1.7 for a while now (The Executable signed by Animazing is the only one that works), and it has always served me well.
I decided to upgrade to 1.7.2 today. I had problems upgrading in the past, so...
I deleted everything (I backed up my seeds and Label API Key of course), installed Electrum 1.7.2, restored my seeds, and re-inputed my Label API key.
It then said to restart Electrum, I did so, and the GUI errored out, not even to the console like it always points to to find the issue.

I had to open it (Electrum) up in the TERMINAL to this:

Code:
Last login: Thu Apr  4 17:13:57 on ttys000
Eaglejams-MacBook-Pro:~ EJ$ /Applications/Electrum.app/Contents/MacOS/Electrum
Traceback (most recent call last):
  File "/Applications/Electrum.app/Contents/Resources/__boot__.py", line 316, in <module>
    _run()
  File "/Applications/Electrum.app/Contents/Resources/__boot__.py", line 311, in _run
    exec(compile(source, path, 'exec'), globals(), globals())
  File "/Applications/Electrum.app/Contents/Resources/electrum.py", line 185, in <module>
    gui.main(url)
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/gui/gui_classic.py", line 2338, in main
    w = ElectrumWindow(self.wallet, self.config)
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/gui/gui_classic.py", line 344, in __init__
    self.run_hook('init_gui')
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/gui/gui_classic.py", line 378, in run_hook
    apply(f, args)
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/plugins/labels.py", line 65, in init_gui
    self.full_pull()
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/plugins/labels.py", line 158, in full_pull
    if self.do_full_pull(force) and force:
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/plugins/labels.py", line 205, in do_full_pull
    decoded_key = self.decode(label["external_id"])
  File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/plugins/labels.py", line 33, in decode
    decoded_message = aes.decryptData(self.encode_password, base64.b64decode(unicode(message)) )
  File "aes/__init__.pyc", line 632, in decryptData
  File "aes/__init__.pyc", line 29, in strip_PKCS7_padding
ValueError: String ending with '\x7f' can't be PCKS7-padded
2013-04-04 17:27:31.815 Electrum[23076:707] Electrum Error

Can any Electrum programmers give me an idea on where to go from here to get this resolved? Thanks.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!