-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
binance signtransaction error ios 17 #7008
Comments
https://bsc-dataseed.binance.org - Request timeout error only in ios 17 devices. convertToUserFriendlyError URL: https://bsc-dataseed.binance.org error: connectionError(Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x10951cad0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <9A26F30F-242E-4051-BB66-A63EA51E6236>.<565>, _NSURLErrorRelatedURLSessionTaskErrorKey=( |
This is due to different address is for unsigned transaction. Each time its changes. @hboon |
signedTransaction: "0xf8cb30850218711a00830134ce946a6118ea4ff6792c6e6ecc50dfb6282801845ae880b864969e3756000000000000000000000000b59f91ee125d1ab802444e57fb50131ffe9cc6dd00000000000000000000000055d398326f99059ff775485246999027b31979550000000000000000000000000000000000000000000000008ac7230489e800008194a06932f8c2857fc6ec29e4defc1c88a28e62bc8b8d7d5054d6704d9e7934ef16b6a06932f8c2857fc6ec29e4defc1c88a28e62bc8b8d7d5054d6704d9e7934ef16b6" After creating signedTransaction from address is different. This is the reason for the issue. I think its signing error. but it is happening only device above ios 17. @hboon |
Duplicate of #7020 |
In browser section while interacts to smart contract signing transaction fail. But it works in ios 17 lower versions, in BNB Chain.
The text was updated successfully, but these errors were encountered: