holgern/beem

Custom jsons are broken post version .24.21

Closed this issue · 3 comments

The custom_json op post release 24.21 is broken and always comes back with the exception "Missing posting authoriy"

Try to upgrade to version 0.24.26

For the last couple of hours I've been sending multiple custom json's onto the chain rotating through ever node using Beem 0.24.26 and can report near perfect success.

I've had a very few "normal" errors such as:

2021-06-27 08:06:57,789 WARNING beemapi.node MainThread : Error: Internal Error
2021-06-27 08:06:57,789 WARNING beemapi.node MainThread : Retry RPC Call on node: https://hived.privex.io (1/5)                                                                                  
2021-06-27 08:06:57,790 WARNING beemapi.node MainThread : Retrying in 0 seconds

or

2021-06-27 08:02:34,920 INFO root MainThread : Size of Urls: 214
2021-06-27 08:02:35,524 WARNING beemapi.node MainThread : Error: Bad Gateway
2021-06-27 08:02:35,524 WARNING beemapi.node MainThread : Retry RPC Call on node: https://hive.roelandp.nl (1/5) 

2021-06-27 08:02:35,525 WARNING beemapi.node MainThread : Retrying in 0 seconds

2021-06-27 08:02:36,128 WARNING beemapi.node MainThread : Error: Bad Gateway
2021-06-27 08:02:36,129 WARNING beemapi.node MainThread : Retry RPC Call on node: https://hive.roelandp.nl (2/5) 

2021-06-27 08:02:36,129 WARNING beemapi.node MainThread : Retrying in 2 seconds

2021-06-27 08:02:38,228 WARNING beemapi.node MainThread : Error: Bad Gateway
2021-06-27 08:02:38,228 WARNING beemapi.node MainThread : Retry RPC Call on node: https://hive.roelandp.nl (3/5) 

2021-06-27 08:02:38,228 WARNING beemapi.node MainThread : Retrying in 3 seconds

2021-06-27 08:02:41,832 WARNING beemapi.node MainThread : Error: Bad Gateway
2021-06-27 08:02:41,833 WARNING beemapi.node MainThread : Retry RPC Call on node: https://hive.roelandp.nl (4/5) 

2021-06-27 08:02:41,834 WARNING beemapi.node MainThread : Retrying in 5 seconds

2021-06-27 08:02:46,936 WARNING beemapi.node MainThread : Error: Bad Gateway
2021-06-27 08:02:46,937 WARNING beemapi.node MainThread : Retry RPC Call on node: https://hive.roelandp.nl (5/5) 

2021-06-27 08:02:46,937 WARNING beemapi.node MainThread : Retrying in 6 seconds

2021-06-27 08:02:53,444 WARNING beemapi.node MainThread : Error: Could not receive answer for get_config
2021-06-27 08:02:53,444 WARNING beemapi.node MainThread : Lost connection or internal error on node: https://hive.roelandp.nl (1/100) 

2021-06-27 08:02:54,263 INFO root MainThread : ---------------> Using Main Hive Chain 
2021-06-27 08:02:54,263 INFO root MainThread : New Hive Nodes in use: <Hive node=https://rpc.ausbit.dev, nobroadcast=False>

But all of which my code can recover from.

So I'm saying that 24.26 has fixed things.