decentralized-identity / decentralized-identity/uni-resolver-driver-did-ion

Can't resolve example DID on dev.uniresolver.io

Open
#30 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
11
Forks
2
PR merge metrics
No merged PRs in 30d

Description

When trying to resolve the example DID `did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w` on dev.uniresolver.io following error is returned:
```
[notFound] 404 Not Found ({"type":"https://tools.ietf.org/html/rfc7231#section-6.5.4","title":"Not Found","status":404,"traceId":"|6909e1e2-4d1fb5f869082fa0."})
```

In the uni-resolver we can see following error:
```
2024-06-03T07:31:40,861 WARN [qtp947437179-54] u.w.s.ResolveServlet: Resolve problem for did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w: 404 Not Found ({"type":"https://tools.ietf.org/html/rfc7231#section-6.5.4","title":"Not Found","status":404,"traceId":"|6909e1a7-4d1fb5f869082fa0."})
uniresolver.ResolutionException: 404 Not Found ({"type":"https://tools.ietf.org/html/rfc7231#section-6.5.4","title":"Not Found","status":404,"traceId":"|6909e1a7-4d1fb5f869082fa0."})
at uniresolver.driver.http.HttpDriver.resolveRepresentation(HttpDriver.java:139)
at uniresolver.local.LocalUniResolver.resolveOrResolveRepresentationWithDrivers(LocalUniResolver.java:167)
at uniresolver.local.LocalUniResolver.resolveOrResolveRepresentation(LocalUniResolver.java:123)
at uniresolver.local.LocalUniResolver.resolveRepresentation(LocalUniResolver.java:73)
at uniresolver.local.LocalUniResolver.resolveRepresentation(LocalUniResolver.java:68)
at uniresolver.web.WebUniResolver.resolveRepresentation(WebUniResolver.java:56)
at uniresolver.web.servlet.ResolveServlet.doGet(ResolveServlet.java:92)
```

The driver logs start with the same error as described in this [issue](#27 )

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.