Skip to content

Besu Update Broken: ERROR: ❌ Couldn't find the latest version tag #188

@iLLNESS

Description

@iLLNESS

ERROR: ❌ Couldn't find the latest version tag

Besu errors with EThPillar update code as the github URL changed for Besu and the code does not handle redirects. Hyperledger/besu https://github.com/hyperledger/besu changed to besu-eth/besu https://github.com/besu-eth/besu which causes this error as the code does not properly redirect to the new URL.

to fix from command line, run the below code in ~/git/ethpillar or wherever your ethpillar is installed to:
sed -i 's|hyperledger/besu|besu-eth/besu|g' update_execution.sh

This replaces the codes reference to the old github address to the new one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions