Hi! I just upgraded my server to the lastest git version. I'm getting the following error when I try to run the server
Starting Electrum server on uncle-enzo.info
Traceback (most recent call last):
File "/var/bitcoin/bin/electrum-server", line 122, in
chain_proc = backend.BlockchainProcessor(config)
File "/var/bitcoin/src/electrum/server/backends/abe/__init__.py", line 452, in __init__
self.store = AbeStore(config)
File "/var/bitcoin/src/electrum/server/backends/abe/__init__.py", line 39, in __init__
print 'Coin chain_id = %d' % self.chain_id
TypeError: %d format: a number is required, not NoneType
Is there a setting that I need to make the new version work?