valory-xyz / open-aea

A framework for open autonomous economic agent (AEA) development - no package vendor is prioritised over other package vendors
https://open-aea.docs.autonolas.tech
Apache License 2.0
63 stars 14 forks source link

Open aea init appends unwanted string on ipfs-node #719

Closed jmoreira-valory closed 5 months ago

jmoreira-valory commented 6 months ago

Describe the bug

On Windows system, the command

autonomy init --reset --author valory --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https"

produces

cat ~/.aea/cli_config.yaml
author: valory
registry_config:
  default: remote
  settings:
    local:
      default_packages_path: null
    remote:
      default: ipfs
      http:
        auth_token: null
        registry_api_url: null
      ipfs:
        ipfs_node: C:/Program Files/Git/dns/registry.autonolas.tech/tcp/443/https

To Reproduce

Expected behavior

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): i am on OS Window 10 Pro Python version 3.10 Poetry 1.7.1 Docker version 4.26.1 running on Git bash

Additional context Appeared to a Discord participant.

jmoreira-valory commented 6 months ago

Related to https://github.com/valory-xyz/trader-quickstart/issues/34

angrybayblade commented 5 months ago

Addressed https://github.com/valory-xyz/open-aea/pull/725