ethereum / staking-launchpad

The deposit launchpad for staking on Ethereum 🦏
Creative Commons Zero v1.0 Universal
276 stars 196 forks source link

Error Uploading Validator Keys: deposit_data-[timestamp].json Upload Failure #680

Closed dante4rt closed 7 months ago

dante4rt commented 7 months ago

Hello,

I've encountered an issue while attempting to upload my validator keys using the staking-deposit-cli. Specifically, I'm facing a problem with the deposit_data-[timestamp].json file located in the /staking-deposit-cli/validator_keys directory.

Issue Description: While trying to upload deposit_data-1708148730.json, I received an error message indicating the upload could not be completed. The exact error message was: "Couldn't upload deposit_data-1708148730.json due to an error."

Steps to Reproduce:

  1. Generate the deposit data file using staking-deposit-cli.
  2. Attempt to upload the deposit_data-1708148730.json file to the specified platform (please specify the platform if relevant, e.g., a specific staking service or website).
  3. Encounter the error message preventing the upload.

Expected Behavior: The deposit_data-[timestamp].json file should upload successfully without errors, allowing me to proceed with the validator key registration process.

Actual Behavior: An error message is displayed, and the upload process does not complete. The error message provided is not descriptive enough to diagnose the issue on my end.

Additional Information:

I would appreciate any assistance or guidance on how to resolve this issue. If there are any logs or additional information required, please let me know, and I will provide them as soon as possible.

Thank you for your time and help.

PizBernina commented 7 months ago

Works for me. Not sure, but is the launchpad on the same network as the Validator you want to fund? How is the structure in the json file? Something invalid in there? Maybe if you click inspect on the UI and then click to the console it will reveal more reg. the error

dante4rt commented 7 months ago

Works for me. Not sure, but is the launchpad on the same network as the Validator you want to fund? How is the structure in the json file? Something invalid in there? Maybe if you click inspect on the UI and then click to the console it will reveal more reg. the error

Thank you for the response. It was working yesterday, but upon rechecking my JSON file as you suggested, I discovered an invalid entry. After fixing that, everything is now functioning correctly. I appreciate your help in pointing me in the right direction!