Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TES] ϟ The Tesla ϟ Decentralize the Energy System ϟ TeslaStarter
by
lungbubble
on 20/10/2017, 17:44:39 UTC
Also check this issue with the Electrum-Tesla Endless is working on.

Code:
When starting:
[Synchronizer] missing tx set([(u'ea633bed42affc81591b8ac701aef0899f8ffa5cdaa3f007dd96ddddf27b8073', 1359386)])

When clicking on transaction:
Traceback (most recent call last):
  File "/home/endlessloop/Escritorio/electrum-tes/gui/qt/history_list.py", line 158, in create_menu
    is_relevant, is_mine, v, fee = self.wallet.get_wallet_delta(tx)
  File "/home/endlessloop/Escritorio/electrum-tes/lib/wallet.py", line 391, in get_wallet_delta
    for item in tx.inputs():
AttributeError: 'NoneType' object has no attribute 'inputs'


Sources:
https://github.com/endlessloop2/electrumx-tes
https://github.com/endlessloop2/electrum-tes

Electrum-TES full log:
Code:
endlessloop@endlessloop-VirtualBox:~/Escritorio/electrum-tes$ ./electrum -v
[SimpleConfig] electrum directory /home/endlessloop/.electrum_tes
[Plugins] registering hardware digitalbitbox: ('hardware', 'digitalbitbox', u'Digital Bitbox wallet')
[Plugins] registering hardware keepkey: ('hardware', 'keepkey', u'KeepKey wallet')
[Plugins] registering hardware ledger: ('hardware', 'ledger', u'Ledger wallet')
[Plugins] registering hardware trezor: ('hardware', 'trezor', u'TREZOR wallet')
[Plugins] registering wallet type ('2fa', 'trustedcoin')
[profiler] __init__ 0.0030
[Network] blockchains [0]
[Network] starting network
[Network] connecting to dev.endlessloop.me:50006:t as new interface
[FxThread] using exchange BitcoinAverage
[Network] downloading  
[Network] download failed. creating file /home/endlessloop/.electrum_tes/blockchain_headers
[WalletStorage] wallet path /home/endlessloop/.electrum_tes/wallets/default_wallet
[profiler] load_transactions 0.0001
[profiler] build_reverse_history 0.0001
[profiler] check_history 0.0001
[Synchronizer] missing tx set([(u'ea633bed42affc81591b8ac701aef0899f8ffa5cdaa3f007dd96ddddf27b8073', 1359386)])
[dev.endlessloop.me] connected
[profiler] on_update 0.0004
[profiler] on_update 0.0029
[Network] switching to dev.endlessloop.me:50006:t
[Network] sending subscriptions to dev.endlessloop.me:50006:t 0 0
socket errno 11 (resource temporarily unavailable)
socket errno 11 (resource temporarily unavailable)
[Network] fee_estimates[25] 10000000
[Network] fee_estimates[10] 10000000
[Network] fee_estimates[5] 10000000
[Network] fee_estimates[2] 10000000
[Network] relayfee 10000000
cannot find address in input script 0220139fa2b1eca2119685cfac70d757ce2e2f6a3716487c75fc1270bcea8baf88fb01210302b2e465b361bdb17c8ff724d283509f37d08cfdca8a548d9e2abd758d363914ffffffff02b5bc1500000000001976a9147722ab28f53d5c3e7c1a7b8e8ac431fb91d1251188ac80841e000000000019
[Synchronizer] cannot deserialize transaction, skipping ea633bed42affc81591b8ac701aef0899f8ffa5cdaa3f007dd96ddddf27b8073
socket errno 11 (resource temporarily unavailable)
[dev.endlessloop.me] cannot connect 0
socket errno 11 (resource temporarily unavailable)
[dev.endlessloop.me] {'method': 'blockchain.block.get_header', u'jsonrpc': u'2.0', u'id': 38, 'params': [-1], u'error': {u'message': u'-1 should be a non-negative integer', u'code': -1}}

I have submitted to the dev team what I think is going on with the wallets.  I think its in the core code.  Though I'm not sure that will address the "cannot find address in input script" error.  I will look into it.