AegeusCoin / aegeus-ui

0 stars 2 forks source link

Error when adding content with unregistered address #57

Closed tdiesler closed 5 years ago

tdiesler commented 5 years ago

The UI should not allow to add content when the address is not registered

java.lang.IllegalArgumentException: Cannot obtain encryption key for: [addr=AJG36ywiYJnxJLdRDw8nzHUqKbAujmjvpX, ro=false, labels=[Bob]]
    at io.nessus.utils.AssertArgument.assertTrue(AssertArgument.java:44)
    at io.nessus.core.ipfs.impl.DefaultContentManager.add(DefaultContentManager.java:332)
    at io.nessus.ipfs.jaxrs.JAXRSResource.add(JAXRSResource.java:59)