Skip to content

invalid path params ens name resolution errors #4450

@rampall

Description

@rampall

⚠️ Support requests in an issue-format will be closed immediately. For support, go to Swarm's Discord.

Context

bee: 1.17.5

Summary

  1. when the following command is run
    curl localhost:1633/bzz/fairdatasociety.eth/
    the following error is thrown
    {"code":400,"message":"invalid path params","reasons":[{"field":"address","error":"invalid hex byte: U+0069 'i'"}]}
  2. when the following is run
    curl localhost:1633/bzz/octalmage.eth/
    the following error is thrown
    {"code":400,"message":"invalid path params","reasons":[{"field":"address","error":"invalid name or bzz address: 1 error occurred:\n\t* failed parsing CID octalmage.eth err invalid cid: selected encoding not supported: could not parse\n\n"}]}

Expected behavior

error is thrown instead of the ens name getting resolved. likely due to the "fa"

Actual behavior

Steps to reproduce

Possible solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions