michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

get_transaction does not return error. #431

Open arrowcircle opened 3 months ago

arrowcircle commented 3 months ago

Hey! I am trying to get transaction with slippage error with async client, but client returns:

GetTransactionResp(
    None,
)

How can I get error for transaction with get_transaction?

Oridion commented 1 month ago

This is coming up for me as well. Returns none without an error so the rest of the code fails assuming everything went well. So far it only occurs when running from local dev server.

michaelhly commented 1 month ago

I think this is a parsing issue with solders. Would you mind creating an issue here: https://github.com/kevinheavey/solders/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen

cc @kevinheavey