blocto / solana-go-sdk

Solana Golang SDK
https://blocto.github.io/solana-go-sdk/
MIT License
385 stars 101 forks source link

GetTransaction: err: failed to cast raw response to []interface{} #32

Closed omarkilani closed 2 years ago

omarkilani commented 2 years ago

Hi again :)

This transaction:

4ukCKQhgsXhQmb1boELCmNSyD7w9rCcP5UxYexU6xrg1AMZTH7EMWFKhhAgCH3XGwkZEtGxbMRHtF82ZZKzRffKJ

Throws this error in GetTransaction:

failed to cast raw response to []interface{}

It works in explorer.solana.com

Thanks!

omarkilani commented 2 years ago

Ah -- this one was an RPC provider issue.

Tried with another one and it worked.

Closing.