Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add operator image troubleshooting #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/eigenlayer/operator-guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down