Post
Share your knowledge.
Why does 'sui client verify-source' show an error?
Hey folks, I'm running into a snag with the command sui client verify-source
. It keeps spitting out this error: Invalid module <module name> with error: Can't verify unpublished source
. What could possibly be going wrong here? Is it because of on-chain package issues?
- Sui
- Architecture
Answers
2The error usually means that the source you're trying to verify isn't published on the blockchain yet. This command likely needs the source to be on-chain to verify it properly. Double-check whether the modules involved are published. It might also be related to the inability of the tool to locate on-chain packages, so ensure that all necessary packages are correctly deployed.
Another step you could try is to look at the configuration and ensure everything is properly set up for accessing on-chain data.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.

- 24p30p... SUI+78
1
- MoonBags... SUI+71
2
- Meaning.Sui... SUI+43
3
- ... SUIJojo+34
- ... SUIOpiiii+31
- ... SUI0xduckmove+20
- ... SUIHaGiang+20
- ... SUIfomo on Sui+16
- ... SUI
- ... SUI
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution43
- Sui Transaction Failing: Objects Reserved for Another Transaction25
- How do ability constraints interact with dynamic fields in heterogeneous collections?05