You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "ERROR Couldn't get blockpeak" and "ERROR failed to submit ticket" are often because the CLI has succeeded and has closed connections, but some other thread is then throwing the error because the connections are closed.
hr@Hs-MacBook-Pro website_dev_2023 % diode time
INFO Diode Client version : v0.13.0 05 Aug 2022
INFO Client address : 0xb6a70432a8bbbcb9ce019c9a9c82fd0f651be121
INFO Fleet address : 0x6000000000000000000000000000000000000000
INFO Network is validated, last valid block: 5767264 0x000038672a09f5b38086d750ad626a45ed6d3dfadbe20bff43f2ca1554de4953
INFO Client name : harnewlaptop.diode
INFO Minimum Time : Wed Jul 19 09:33:25 PDT 2023 (1689784405)
INFO Maximum Time : Wed Jul 19 09:58:25 PDT 2023 (1689785905)
ERROR Couldn't getblockpeak: rpc call has been cancelled server=eu2.prenet.diode.io:41046
ERROR Couldn't download block header rpc call has been cancelled server=eu1.prenet.diode.io:41046
ERROR Couldn't getblockpeak: rpc call has been cancelled server=as2.prenet.diode.io:41046
ERROR failed to submit ticket: rpc call has been cancelled server=as2.prenet.diode.io:41046
The text was updated successfully, but these errors were encountered:
The "ERROR Couldn't get blockpeak" and "ERROR failed to submit ticket" are often because the CLI has succeeded and has closed connections, but some other thread is then throwing the error because the connections are closed.
hr@Hs-MacBook-Pro website_dev_2023 % diode time INFO Diode Client version : v0.13.0 05 Aug 2022 INFO Client address : 0xb6a70432a8bbbcb9ce019c9a9c82fd0f651be121 INFO Fleet address : 0x6000000000000000000000000000000000000000 INFO Network is validated, last valid block: 5767264 0x000038672a09f5b38086d750ad626a45ed6d3dfadbe20bff43f2ca1554de4953 INFO Client name : harnewlaptop.diode INFO Minimum Time : Wed Jul 19 09:33:25 PDT 2023 (1689784405) INFO Maximum Time : Wed Jul 19 09:58:25 PDT 2023 (1689785905) ERROR Couldn't getblockpeak: rpc call has been cancelled server=eu2.prenet.diode.io:41046 ERROR Couldn't download block header rpc call has been cancelled server=eu1.prenet.diode.io:41046 ERROR Couldn't getblockpeak: rpc call has been cancelled server=as2.prenet.diode.io:41046 ERROR failed to submit ticket: rpc call has been cancelled server=as2.prenet.diode.io:41046
We have reduced error messages quite in a bit in v0.13.4 -- addressing the first comment. The second comment though is still valid. We could reduce these errors to warnings though
The "ERROR Couldn't get blockpeak" and "ERROR failed to submit ticket" are often because the CLI has succeeded and has closed connections, but some other thread is then throwing the error because the connections are closed.
hr@Hs-MacBook-Pro website_dev_2023 % diode time
INFO Diode Client version : v0.13.0 05 Aug 2022
INFO Client address : 0xb6a70432a8bbbcb9ce019c9a9c82fd0f651be121
INFO Fleet address : 0x6000000000000000000000000000000000000000
INFO Network is validated, last valid block: 5767264 0x000038672a09f5b38086d750ad626a45ed6d3dfadbe20bff43f2ca1554de4953
INFO Client name : harnewlaptop.diode
INFO Minimum Time : Wed Jul 19 09:33:25 PDT 2023 (1689784405)
INFO Maximum Time : Wed Jul 19 09:58:25 PDT 2023 (1689785905)
ERROR Couldn't getblockpeak: rpc call has been cancelled server=eu2.prenet.diode.io:41046
ERROR Couldn't download block header rpc call has been cancelled server=eu1.prenet.diode.io:41046
ERROR Couldn't getblockpeak: rpc call has been cancelled server=as2.prenet.diode.io:41046
ERROR failed to submit ticket: rpc call has been cancelled server=as2.prenet.diode.io:41046
The text was updated successfully, but these errors were encountered: