承認者による繰り返しの「元帳が見つかりません」エラー
-
-
UbuntuとWindowsの両方でこのエラーが発生していますか?また、tezos-clientはあなたの元帳を認識しますか?are you seeing this error both in Ubuntu and in Windows ? also does the tezos-client recognize your ledger ?
- 0
- 2019-03-15
- Ezy
-
はい、はい.(迅速な回答がないことをお詫び申し上げます.)yes and yes. ( I am sorry for not prompt answer. )
- 0
- 2019-03-16
- tzUserABC
-
Tezos Bakingv2.0.0を使用したUbuntu18.04との元帳の互換性を確認しましたが、正常に機能しているようです.問題を抱えているのは承認者だけであり、パン屋ではないことを確認しますか?「tezos-clientlistconnected ledgers」のように、元帳との他の通信は正常に機能しますか?承認者だけが問題を抱えている場合は、正しいエイリアスを使用したことを再確認しましたか?We've done a check for ledger compatibility with Ubuntu 18.04 with Tezos Baking v2.0.0 and things seem to be working fine. Confirming it is only the endorser having issues and not the baker? Other communications with the ledger work fine, like `tezos-client list connected ledgers`? If only the endorser is having issues, have you double checked you used the right alias?
- 0
- 2019-03-18
- mikereinhart
-
tzscan.ioによると-はい、問題があるのは承認者だけです.ベイカー/ベーキングは問題ありません.「tezos-clientlistconnectedledgers」は私の元帳を認識します.私が使用したエイリアスは正しいものです.エラーが発生すると、「abc-def-ghi-jkl/ed25519の元帳が見つかりません」というメッセージに、承認が成功した場合の出力が出力されるエイリアス「元帳」の元帳が一覧表示されます->> Mar ## --client.endorsement:ブロック '##'(レベル3#、契約元帳) '###' @mikereinhartに挿入された承認According to tzscan.io - yes it is only endorser having issues, baker/baking is fine. `tezos-client list connected ledgers` recognizes my ledger. Alias I used is the correct one. When the error occurs its message " No Ledger found for abc-def-ghi-jkl/ed25519" lists the ledger for the alias "ledger" with which output for successful endorsement is printed -->> Mar ## - client.endorsement: Injected endorsement for block '##' (level 3#, contract ledger) '###' @mikereinhart
- 0
- 2019-03-20
- tzUserABC
-
@tzUserABC追加情報をありがとう!私があなたの最近のコメントを正しく読んでいるなら、あなたの支持者は*時々*失敗しているだけで、いつもではありません.そうですか?元帳は一度に1つのものにしか署名できません.元帳がすでにブロックなどの他の何かに署名しているときに、このエラーが表示されます.これは、ノードが追いついていて、元帳がキューに入れられた一連のブロックに署名し、承認者がビジー状態の元帳デバイスを見つけられない場合に非常に一般的です.@tzUserABC thanks for the additional information! If I'm reading your recent comment correctly, your endorser is only failing *sometimes*, not all the time. Is that right? The ledger can only sign one thing at a time. I see this error when the ledger is already signing something else, like a block. This can be very common if the node is catching up and the ledger signs a string of queued blocks, preventing the endorser from finding the busy ledger device
- 0
- 2019-03-20
- mikereinhart
-
@mikereinhart掘り下げてくれてありがとう!はい、承認者は_時々_失敗しますが、常に失敗するわけではありません.Ubuntuノートブックのメインネットベッドでもう一度測定/テストさせてください.できるだけ早く報告します.いいえ、-ノードは追いつくことなく更新されているように見えますが、誰が知っていますか.TY.しかし、tzscan.ioによると、ブロックを見逃すことはなく、承認のみです.//連絡を取り合う@mikereinhart thank you for digging in! Yes endorser fails _sometimes_ , not all the time. Let me measure / test things again in mainnet bed on Ubuntu notebook. I will report to you ASAP. No, - the node looks like is being updated without catching up, but who knows. TY. Yet according tzscan.io no blocks missed, only endorsements. // staying in touch
- 0
- 2019-03-20
- tzUserABC
-
素晴らしい@tzUserABCに聞こえます-デバッグログを設定することもお勧めします-https://github.com/obsidiansystems/ledger-app-tezos#display-debug-logs.これにより、操作中に元帳との間で送受信されるバイトが出力され、問題のデバッグ時に非常に役立ちます.Sounds great @tzUserABC - I also recommend setting up debug logs - https://github.com/obsidiansystems/ledger-app-tezos#display-debug-logs. This will print the bytes being sent to and from the ledger during an operation, and can be very helpful when debugging issues
- 0
- 2019-03-20
- mikereinhart
-
ここで運が良かったですか?Did you end up having any luck here?
- 0
- 2019-05-30
- mikereinhart
-
@tzUserABC何らかの方法で質問を解決した場合は、質問への回答を投稿してください.ありがとう!@tzUserABC could you please post an answer to your question if you ended up solving it one way or another ? thanks!
- 0
- 2019-12-24
- Ezy
-
1 回答
- 投票
-
- 2020-01-23
ベーキング/承認時に元帳をポーリングする他のコマンドはありますか?たとえば、実行する場合
tezos-client list connected ledgers
これにより通信がブロックされ、ベイク/承認が失敗する可能性があります.
承認やベーキングを待たずにtezosクライアントと元帳の間の通信を再確認したい場合は、透かし(HWM)を現在のブロックの高さに設定するだけです.
tezos-client set ledger high watermark for "ledger://your-address" to <level>
Are there any other commands polling the ledger at the time of baking/endorsement? For example if you run
tezos-client list connected ledgers
this will block the communication and could cause the baking/endorsement to fail.
If you want to double check the communication between tezos client and ledger without waiting for an endorsement or baking, just set the watermark (HWM) to the current block height:
tezos-client set ledger high watermark for "ledger://your-address" to <level>
ノートブックとWindowsVMwareWorkstationの両方でUbuntu18.04.2LTSをソロでベイクしようとしています.
すべてが最新です-Tezosノード、Ledger Nano Sファームウェア、LedgerLiveによってインストールされたTezosBakingアプリ.
UbuntuとUbuntuの両方で、tezos-endorser-003-PsddFKi3によるこの「元帳が見つかりません」というエラーが繰り返し発生します. VMWare Ubuntu:
どうすればこれを修正できますか?