From 7fd2fbbd911d15746de62bb33be85e4cc320f86e Mon Sep 17 00:00:00 2001 From: Thomas Bush Date: Thu, 15 Feb 2024 13:18:03 +0100 Subject: [PATCH] add operator image troubleshooting --- docs/eigenlayer/operator-guides/troubleshooting.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/eigenlayer/operator-guides/troubleshooting.md b/docs/eigenlayer/operator-guides/troubleshooting.md index 3e7029f7..efe3ee5b 100644 --- a/docs/eigenlayer/operator-guides/troubleshooting.md +++ b/docs/eigenlayer/operator-guides/troubleshooting.md @@ -4,7 +4,19 @@ sidebar_position: 5 # Troubleshooting -Before creating an issue with EigenLayer support please check this page to see if you can resolve your issues. If you are still stuck, please create a support ticket +Before creating an issue with EigenLayer support please check this page to see if you can resolve your issues. If you are still stuck, please create a support ticket. + +#### `invalid yaml file: with error invalid image format. only png is supported` + +This error indicates that your operator image is not accessible at the URL provided in your `metadata.json` file or uses the wrong file type. + +To troubleshoot, try these steps: + +* Ensure your `operator.yaml` points to a publicy accessible `metadata.json` file hosted online +* Ensure the `logo` value in your `metadata.json` file points to a publicly accessible PNG image hosted online +* Switch your `logo` out for a different PNG from the web + +If you are using GitHub to host your `metadata.json` and/or `logo`, ensure the repository is public and that you have provided [raw URLs](https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#viewing-or-copying-the-raw-file-content). #### Getting "no contract code at given address"