Hi there,
since today, electrum has some strange output on the console when I start it:
$ electrum -w wallet.dat
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/electrum/exchange_rate.py", line 28, in run
self.discovery()
File "/usr/local/lib/python2.7/dist-packages/electrum/exchange_rate.py", line 39, in discovery
response = json.loads(response.read())
File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
I used V1.6.1 and saw this, then I updated to 1.6.2. The error still occurs. I tried starting electrum with my usual wallet (without arguments). I also tried to start with no wallet or other data at all (renamed the .electrum directory in case some of the data in there got corrupted) and then, the error appears right after the creation of the new wallet. Everything else seems OK. If I start electrum with my usual wallet, the transactions and addresses are displayed normally. I didn't try to make any transaction because I'm kind of sceptical what will happen (don't want to lose any of my hardly earned bitcoins...).
I use Ubuntu Linux 12.04 as operating system. Has anybody seen this message and/or knows what's it all about or how to get rid of it?