Author

Topic: Electrum 2.3 error on Mac OS. Does not open. Absolutely. Please, help. (Read 1212 times)

full member
Activity: 260
Merit: 100
https://i.imgur.com/anpUpg7.jpg
Version 2.6.3 dont works on Mac OS 10.10.5  Angry
newbie
Activity: 7
Merit: 0
Many thanks for prompt reaction.

Version 2.2 seems to work. When the OS X binary is available, I'll pick it up.

Once again - thanks and good luck.
legendary
Activity: 1896
Merit: 1353
sorry, I will fix that asap.

Edit:
I just made a new release (2.3.1) that fixes that bug.
Thanks for reporting it.
Hold on until osx and win binaries are available.
hero member
Activity: 672
Merit: 504
a.k.a. gurnec on GitHub
Appears to be a minor bug.

Easiest solution would be to install v2.2 from here: https://download.electrum.org/electrum-2.2.dmg

As an alternative, you can open ~/.electrum/config in TextEdit, and then on the second line, insert this new line:

Code:
"requests_dir": "",

(just do one or the other, not both)

Fixes on the way shortly (or already here), see below....
newbie
Activity: 7
Merit: 0
A Mac Mini with OS X Yosemite 10.10.3 with all latest updates and patches.

Just installed Electrum. Never used it before. No wallets on this mac. Created a wallet, everything is fine.

Transferred 0.5 BTC to the new wallet. Received nicely, waiting for confirmation.

Closed Electrum.

After 5 minutes tried to open Electrum again. Got a message box: "Electrum error" with 2 buttons: "Open Console" and "Terminate". No error number, no error description.

Below is a copy of latest Electrum messages from Console.

Is it normal for a freshly released version? Will I ever see my half-bitcoin again?

Please, help.


12/06/15 18:49:14,504 Electrum[435]: Traceback (most recent call last):
12/06/15 18:49:14,504 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/__boot__.py", line 125, in
12/06/15 18:49:14,504 Electrum[435]:     _run()
12/06/15 18:49:14,504 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/__boot__.py", line 62, in _run
12/06/15 18:49:14,504 Electrum[435]:     exec(compile(source, path, 'exec'), globals(), globals())
12/06/15 18:49:14,504 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/electrum.py", line 410, in
12/06/15 18:49:14,504 Electrum[435]:     args.func(config)
12/06/15 18:49:14,505 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/electrum.py", line 129, in run_gui
12/06/15 18:49:14,505 Electrum[435]:     gui.main(url)
12/06/15 18:49:14,505 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/gui/qt/__init__.py", line 219, in main
12/06/15 18:49:14,505 Electrum[435]:     w.load_wallet(wallet)
12/06/15 18:49:14,505 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/gui/qt/main_window.py", line 236, in load_wallet
12/06/15 18:49:14,505 Electrum[435]:     self.update_receive_tab()
12/06/15 18:49:14,505 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/gui/qt/main_window.py", line 810, in update_receive_tab
12/06/15 18:49:14,505 Electrum[435]:     for req in self.wallet.get_sorted_requests(self.config):
12/06/15 18:49:14,506 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/lib/wallet.py", line 1318, in get_sorted_requests
12/06/15 18:49:14,506 Electrum[435]:     return sorted(map(lambda x: self.get_payment_request(x, config), self.receive_requests.keys()), key=itemgetter('timestamp'))
12/06/15 18:49:14,506 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/lib/wallet.py", line 1318, in
12/06/15 18:49:14,506 Electrum[435]:     return sorted(map(lambda x: self.get_payment_request(x, config), self.receive_requests.keys()), key=itemgetter('timestamp'))
12/06/15 18:49:14,506 Electrum[435]:   File "/Applications/Electrum.app/Contents/Resources/lib/python2.7/lib/wallet.py", line 1245, in get_payment_request
12/06/15 18:49:14,506 Electrum[435]:     path = os.path.join(rdir, key + '.bip70')
12/06/15 18:49:14,506 Electrum[435]:   File "posixpath.pyc", line 77, in join
12/06/15 18:49:14,506 Electrum[435]: AttributeError: 'NoneType' object has no attribute 'endswith'
12/06/15 18:49:14,523 Electrum[435]: Electrum Error
12/06/15 18:49:14,523 Electrum[435]: 2015-06-12 18:49:14.522 Electrum[435:69930] Electrum Error
12/06/15 18:49:16,158 Console[441]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
Jump to: