Proven always returns `unsuccessful response 422`
Closed this issue · 2 comments
imduchuyyy commented
Hi Taiko team,
I have run the Taiko proposal node from this script https://github.com/taikoxyz/simple-taiko-node. And I try to connect to all of the proven listed on Proven Market.
All the node return unsuccessful response 422
.
Logs:
simple-taiko-node-taiko_client_proposer-1 | INFO [12-13|04:03:50.671] Attempting to assign prover endpoint=http://109.123.252.29:9876 fee=110 expiry=1,702,442,030
simple-taiko-node-taiko_client_proposer-1 | WARN [12-13|04:03:50.724] Failed to assign prover endpoint=http://109.123.252.29:9876 error="unsuccessful response 422"
simple-taiko-node-taiko_client_proposer-1 | INFO [12-13|04:03:50.724] Attempting to assign prover endpoint=http://107.167.95.10:9876 fee=110 expiry=1,702,442,030
simple-taiko-node-taiko_client_proposer-1 | WARN [12-13|04:03:51.030] Failed to assign prover endpoint=http://107.167.95.10:9876 error="unsuccessful response 422"
simple-taiko-node-taiko_client_proposer-1 | INFO [12-13|04:03:51.030] Attempting to assign prover endpoint=http://213.133.100.172:9876 fee=110 expiry=1,702,442,030
simple-taiko-node-taiko_client_proposer-1 | WARN [12-13|04:03:51.479] Failed to assign prover endpoint=http://213.133.100.172:9876 error="unsuccessful response 422"
simple-taiko-node-taiko_client_proposer-1 | INFO [12-13|04:03:51.498] Attempting to assign prover endpoint=http://109.123.252.29:9876 fee=120 expiry=1,702,442,031
simple-taiko-node-taiko_client_proposer-1 | WARN [12-13|04:03:51.585] Failed to assign prover endpoint=http://109.123.252.29:9876 error="unsuccessful response 422"
simple-taiko-node-taiko_client_proposer-1 | INFO [12-13|04:03:51.594] Attempting to assign prover endpoint=http://107.167.95.10:9876 fee=120 expiry=1,702,442,031
simple-taiko-node-taiko_client_proposer-1 | WARN [12-13|04:03:51.910] Failed to assign prover endpoint=http://107.167.95.10:9876 error="unsuccessful response 422"
simple-taiko-node-taiko_client_proposer-1 | INFO [12-13|04:03:51.912] Attempting to assign prover endpoint=http://213.133.100.172:9876 fee=120 expiry=1,702,442,031
simple-taiko-node-taiko_client_proposer-1 | WARN [12-13|04:03:52.347] Failed to assign prover endpoint=http://213.133.100.172:9876 error="unsuccessful response 422"
simple-taiko-node-taiko_client_proposer-1 | ERROR[12-13|04:03:52.348] Proposing operation error error="failed to propose transactions: failed to propose transactions: unable to find prover"
airdrop-monster commented
Hi,
I was experiencing the same issue, and it was resolved as follows:
You can add all the provers in the prover market (https://taiko.xyz/docs/reference/prover-market-page) separated by commas. Then, you can increase the BLOCK_PROPOSAL_FEE parameter. For example: 50
imduchuyyy commented
Thanks, I already fixed the problem.