Bitcoin Forum
May 25, 2024, 02:39:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / Re: Electrum 4.0.2 keeps Synchronizing on: July 21, 2020, 04:54:03 AM
Thanks! I'll try that.
2  Bitcoin / Electrum / Re: Electrum 4.0.2 keeps Synchronizing on: July 21, 2020, 12:50:19 AM
oops this is the complete error section from the log:

20200721T003507.793687Z |   ERROR | interface.[localhost:50001] | Exception in wrapper_func: RequestCorrupted("required field 'fee' missing from dict")
Traceback (most recent call last):
  File "/home/go/.local/lib/python3.8/site-packages/electrum/util.py", line 1037, in wrapper
   return await func(*args, **kwargs)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 466, in wrapper_func
   return await func(self, *args, **kwargs)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 490, in run
   await self.open_session(ssl_context)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 630, in open_session
   await group.spawn(self.monitor_connection)
  File "/home/go/.local/lib/python3.8/site-packages/aiorpcx/curio.py", line 242, in __aexit__
   await self.join()
  File "/home/go/.local/lib/python3.8/site-packages/aiorpcx/curio.py", line 211, in join
   raise task.exception()
  File "/home/go/.local/lib/python3.8/site-packages/electrum/synchronizer.py", line 82, in _start_tasks
   await group.spawn(self.main())
  File "/home/go/.local/lib/python3.8/site-packages/aiorpcx/curio.py", line 242, in __aexit__
   await self.join()
  File "/home/go/.local/lib/python3.8/site-packages/aiorpcx/curio.py", line 211, in join
   raise task.exception()
  File "/home/go/.local/lib/python3.8/site-packages/electrum/synchronizer.py", line 171, in _on_address_status
   result = await self.interface.get_history_for_scripthash(h)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 922, in get_history_for_scripthash
   assert_dict_contains_field(tx_item, field_name='fee')
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 118, in assert_dict_contains_field
   raise RequestCorrupted(f'required field {field_name!r} missing from dict')
electrum.interface.RequestCorrupted: required field 'fee' missing from dict
3  Bitcoin / Electrum / Re: Electrum 4.0.2 keeps Synchronizing on: July 21, 2020, 12:40:27 AM
The console shows an endless:

  Welcome to electrs 0.8.3 (Electrum Rust Server)!
  /Satoshi:0.20.0
  >>
The moment that you've seen a server message means that you've just connected to that server.
It's displaying that message in repeat because you've been connecting to and disconnecting from that server again and again.

There's probably something in your client that keeps booting you out of the server.

Your logs (%appdata%/electrum/logs) should provide sufficient info about the issue (Enable in: Tools->Preference->Write log to file).


I'll look at the logs as soon as I am back home. Thanks.
The weird thing is that it was working perfectly before the Electrum 4.0.2 update and just after until I broadcast the first transaction (moved a specific coinjoined coin to HW)

So here is the error logged, the rest look fine to me:

20200721T003507.793687Z |   ERROR | interface.[localhost:50001] | Exception in wrapper_func: RequestCorrupted("required field 'fee' missing from dict")
Traceback (most recent call last):
  File "/home/go/.local/lib/python3.8/site-packages/electrum/util.py", line 1037, in wrapper
   return await func(*args, **kwargs)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 466, in wrapper_func
   return await func(self, *args, **kwargs)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 490, in run
   await self.open_session(ssl_context)
  File "/home/go/.local/lib/python3.8/site-packages/electrum/interface.py", line 630, in open_session
   await group.spawn(self.monitor_connection)
  File "/home/go/.local/lib/python3.8/site-packages/aiorpcx/curio.py", line 242, in __aexit__
   await self.join()
  File "/home/go/.local/lib/python3.8/site-packages/aiorpcx/curio.py", line 211, in join
   raise task.exception()
  File "/home/go/.local/lib/python3.8/site-packages/electrum/synchronizer.py", line 82, in _start_tasks
   await group.spawn(self.main())
4  Bitcoin / Electrum / Re: Electrum 4.0.2 keeps Synchronizing on: July 21, 2020, 12:19:54 AM
The console shows an endless:

  Welcome to electrs 0.8.3 (Electrum Rust Server)!
  /Satoshi:0.20.0
  >>
The moment that you've seen a server message means that you've just connected to that server.
It's displaying that message in repeat because you've been connecting to and disconnecting from that server again and again.

There's probably something in your client that keeps booting you out of the server.

Your logs (%appdata%/electrum/logs) should provide sufficient info about the issue (Enable in: Tools->Preference->Write log to file).


I'll look at the logs as soon as I am back home. Thanks.
The weird thing is that it was working perfectly before the Electrum 4.0.2 update and just after until I broadcast the first transaction (moved a specific coinjoined coin to HW)
5  Bitcoin / Electrum / Re: Electrum 4.0.2 keeps Synchronizing on: July 20, 2020, 05:18:31 PM
Are you running your own server? What happens with the previous version of Electrum? Does it connect flawlessly to that server?

Yes I am running Electrs and until the update it worked perfectly.
It still connects and it seems it is synchronizing but after reaching the  314/314 it starts all over again...

6  Bitcoin / Electrum / Electrum 4.0.2 keeps Synchronizing on: July 20, 2020, 03:59:52 AM
Hi!
I just updated to Electrum 4.0.2 on Ubuntu connected to Electrs 0.8.3.

After broadcasting correctly a transaction from an imported Wasabi Wallet, it gets stuck in an endless loop "Synchronizing... (n/314)" over and over.

The console shows an endless:

  Welcome to electrs 0.8.3 (Electrum Rust Server)!
  /Satoshi:0.20.0
  >>

I had no problems before the update and nothing else changed but Electrum.

Any idea?

Thanks!!!

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!