michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
1.04k stars 273 forks source link

get_transaction does not return error. #431

Open arrowcircle opened 5 months ago

arrowcircle commented 5 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 3 months 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 3 months 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