Tezosエラーメッセージ-ブランチが拒否されましたなど
-
-
これは、驚くべき方法で発生する場合があります.あなたがしたこととあなたが観察したことをより詳細に説明することをお勧めします.可能であれば、[サンドボックス環境](http://tezos.gitlab.io/mainnet/user/sandbox.html)で複製するか、必要に応じて実際の詳細をスクラブしてください.また、 `/chains/main/mempool/pending_operations`の内容を調べることは光を当てているかもしれません.私はこれを引き起こす原因について漠然とした考えを持っていますが、より詳細にもっと良い答えを与えることができます.最悪の場合、私が正しければ、問題は約60ブロック後に自動的に解消されるはずです.This can sometimes happen in surprising ways. I recommend describing what you did and what you observe in more detail. Perhaps reproduce in a [sandbox environment](http://tezos.gitlab.io/mainnet/user/sandbox.html), if you can, or scrub out your real details if you like. Also, inspecting the contents of `/chains/main/mempool/pending_operations` might be illuminating. I have a vague idea what causes this but I can give a better answer with more details. Worst case, if I'm right, the problem should go away automatically after ~60 blocks.
- 0
- 2019-06-05
- Tom
-
コメントありがとうございますトム.失敗した前のトランザクションのようでした(成功操作txを受け取った後).料金が低すぎた.よりわかりやすいエラーメッセージに焦点を当てる必要があります.今、私は別のエラーを受け取っています(新しい投稿で).Thanks for your comments Tom. It seemed to be a previous transaction which failed (after receiving a success operation tx). The fee was too low. Friendlier error messages should be a focus. Now im getting another error (in a new post).
- 0
- 2019-06-06
- Vindberg
-
別の更新:eztzjsを使用していて、前のトランザクションがまだブロックにコミットされていない場合に発生します.2番目のトランザクションを次々にすばやく送信したい場合は、eztzでナンスを手動で定義する方法を見つける必要があります.このトムについて何か洞察はありますか?Another update: It happens when using eztz js and the previous transaction hasn't been committed to a block yet. Will have to find a way in eztz to define the nonce manually if I want to send a second transaction quickly after another. Any insight on this Tom?
- 0
- 2019-06-06
- Vindberg
-
そうです、それは2つの別々の原因のように聞こえます.低料金の場合、問題はノードに関係します.ブロックごとに複数の操作がある場合、それは純粋にクライアント(eztz)の問題だと思います.たぶん、答えはこのエラーのすべての一般的な原因を説明しようとするかもしれません...Right, that sounds like two separate causes. In the case of low fees, the problem involves the node. In the case of multiple ops per block, it is purely a client (eztz) problem, I guess. Maybe an answer could try to explain all the common causes of this error...
- 1
- 2019-06-06
- Tom
-
この問題を解決しましたか?複数のtxを次々に送信しようとすると、かなり一般的なようですDid you solved this issue? seems pretty common when trying to send multiple tx, one after the other
- 0
- 2019-07-31
- Rocco Musolino
-
1 回答
- 投票
-
- 2020-06-05
同じエラーに直面しました.tezosネットワークでの契約展開で「ブランチが拒否されました」というエラーが発生することがありました.このエラーは、間違ったネットワークURLを使用した場合に発生します.まず、ネットワークプロバイダーのリンクが正しいことを確認してください.そして、展開中にガス価格と上限値を変更してみてください.これはあなたを助けるかもしれません.
I also faced same error - "Branch refused" sometimes for contract deployment on tezos network. This error occurs when we use wrong network url. First of all make sure your network provider link is correct. And try by changing gas price and maximum limit values while deploying. This might help you out.
いくつかのトランザクションが失敗した後、このエラーメッセージが表示されます.ノンスですか?事前申し込みの電話で対応できると思っていました.
現在、次のメッセージが表示されています:
何かアイデアはありますか?エラーメッセージが説明されている場所はどこですか?Googleは役に立ちません.
更新:エラーメッセージは次のとおりです: https://tezos.gitlab.io/mainnet/api/errors.html リストにないメッセージをいくつか受け取ったため、不完全なようですが.