Contract deployment interaction is abnormal, but command line tools are working properly

when I use model T to deploy a ERC20 contract, After several successful confirmations during contract deployment, an error message “Sequence #1 on bsc-testnet | retrying transaction Err(received unexpected message type: MessageType_EthereumTxRequest) (attempt 3)” appeared on my macbook terminal. The hardware wallet displayed the error message as shown in the image. I encountered the same error even when using the 5th generation version. the info below

foundryup: 1.0.1;
cast Version: 1.5.1-stable
Firmware:2.11.0
Device:MacbookAir 13-inch, M3, 2024

Deploy Script: forge script script/Deploy_Script.s.sol --rpc-url “$BSC_TEST_RPC” --trezor --hd-paths “m/44’/60’/0’/0/0” --broadcast --slow --legacy --gas-price 5000000000

Same issue here any assistance will be much appreciated.