翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
コマンドラインでの変換のトラブルシューティング
以下の情報は、Amazon Q Developer でコマンドラインでアプリケーションを変換する際の一般的な問題のトラブルシューティングに役立ちます。
ベアラートークンが更新されないのはなぜですか?
次のエラーが表示される場合は、認証に使用されるベアラートークンを更新する必要があることを意味します。
Refreshing bearer token ('Error refreshing bearer token due to: ', InvalidGrantException('An error occurred (InvalidGrantException) when calling the CreateToken operation: ')) ('Error getting bearer token due to: ', RuntimeError(('Error refreshing bearer token due to: ', InvalidGrantException('An error occurred (InvalidGrantException) when calling the CreateToken operation: '))))
このエラーに対処するには、次のコマンドを実行します。
rm ~/.aws/qcodetransform/credentials.json
古い認証情報ファイルを削除したら、 qct transform
を再度実行して変換を再開します。