Beitrag
Teile dein Wissen.
How to fix 'could not find valid Walrus config file' error?
I'm having trouble publishing examples with my Snake game on Walrus sites using the 'site-builder' tool. I keep getting an error that states 'could not find a valid Walrus configuration file'. I've tried setting up everything as the documentation suggests. Can someone guide me on how to resolve this?
- Walrus
- Typescript SDK
Antworten
1It appears that the error you are facing is because the 'site-builder' tool requires a 'sites-config.yaml' file to function properly. This configuration file specifies package information for the Sui blockchain and other necessary operational details.. Ensure that this configuration file is located in one of the default locations (e.g., '$XDG_HOME/walrus/' or '$HOME/.config/walrus/') or specify the path explicitly with the '--config' flag. Additionally, make sure that your Sui wallet is correctly configured with the proper RPC settings for either Testnet or Mainnet. You might also want to check if your Walrus and binary versions are up-to-date as incompatible versions can lead to similar issues. For more details, you can refer to the setup instructions provided in the official Walrus documentation here: https://docs.walrus.site/usage/setup.html.
Weißt du die Antwort?
Bitte melde dich an und teile sie.