# Use sui\_dryRunTransactionBlock or sui\_devInspectTransactionBlock in graphql

**URL:** https://forums.sui.io/t/use-sui-dryruntransactionblock-or-sui-devinspecttransactionblock-in-graphql/48990
**Category:** Sui Network
**Created:** [August 8, 2025, 10:01am UTC](https://forums.sui.io/t/use-sui-dryruntransactionblock-or-sui-devinspecttransactionblock-in-graphql/48990 "2025-08-08T10:01:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mukhamux](https://avatars.discourse-cdn.com/v4/letter/m/e47c2d/32.png) [@mukhamux](https://forums.sui.io/u/mukhamux)
#### Post date: [August 8, 2025, 10:01am UTC](https://forums.sui.io/t/use-sui-dryruntransactionblock-or-sui-devinspecttransactionblock-in-graphql/48990/1 "2025-08-08T10:01:40Z")

</div>

Hey, I need to push transaction in blockchain which can failed, so first of all I want to check is it failed or not. I found that I can achieve it by call sui\_dryRunTransactionBlock or sui\_devInspectTransactionBlock, but when I try to call this methods I receive invalid response:

`Internal error occurred while processing request: Error resolving Move location: Linkage not found for package: 0x67b34b728c4e28e704dcfecf7c5cf55c7fc593b6c65c20d1836d97c209c1928a`

But if I just push same transaction in blockchain I don’t receive errors related with `resolving Move location.` Everywhere I use mainnet graphql endpoint from mystenlabs

---

<div class="post-metadata">

### Author: ![taki](https://dub1.discourse-cdn.com/sui/user_avatar/forums.sui.io/taki/32/30736_2.png) [@taki](https://forums.sui.io/u/taki)
#### Post date: [August 12, 2025, 2:23am UTC](https://forums.sui.io/t/use-sui-dryruntransactionblock-or-sui-devinspecttransactionblock-in-graphql/48990/2 "2025-08-12T02:23:47Z")

</div>

Hi! Could you share the transaction you’re trying to dry run?
