facing issue while calling the entry function using go sdk #587
Unanswered
juliansharon-kgen
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
sometimes i am getting this error from aptos go sdk failed to submit transaction: submit transaction api err: HttpError POST "https://api.testnet.aptoslabs.com/v1/transactions" -> "400 Bad Request" "{"message":"Invalid transaction: Type: Validation Code: INVALID_SIGNATURE","error_code":"vm_error","vm_error_code":1}" {"requestId": "186816b7-c8e0-4604-b2a4-dc2abb95191b"} can someone help why this is happening , and its happening intermediately
Describe your question in detail.
sometime i am getting the error invalid signature from go sdk
What error, if any, are you getting?
failed to submit transaction: submit transaction api err: HttpError POST "https://api.testnet.aptoslabs.com/v1/transactions" -> "400 Bad Request" "{"message":"Invalid transaction: Type: Validation Code: INVALID_SIGNATURE","error_code":"vm_error","vm_error_code":1}" {"requestId": "186816b7-c8e0-4604-b2a4-dc2abb95191b"}
What have you tried or looked at? Or how can we reproduce the error?
i tried with new client initialization, it didn't work
the entry function is working fine untill i do another transaction with the same client both belongs to different contract
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
N/A
Describe your environment or tooling in detail
GO SDK
Beta Was this translation helpful? Give feedback.
All reactions