solana-py icon indicating copy to clipboard operation
solana-py copied to clipboard

get_transaction does not return error.

Open arrowcircle opened this issue 1 year ago • 2 comments

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?

arrowcircle avatar May 20 '24 11:05 arrowcircle

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.

Oridion avatar Jul 30 '24 18:07 Oridion

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

michaelhly avatar Jul 31 '24 00:07 michaelhly