Replies: 1 comment 4 replies
-
hi, you should take a look at the logs, because the state should move from |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to add the eu-policy from the policy sample into the transfer sample but I am stuck at the contract negotiation. I set the eu-policy equal to the contract policy. If I try to curl the negotiation status, I get this:
{
"@type": "ContractNegotiation",
"@id": "29959b5b-d086-4895-9cb1-7e1097e0e5eb",
"type": "CONSUMER",
"protocol": "dataspace-protocol-http",
"state": "REQUESTED",
"counterPartyId": "provider",
"counterPartyAddress": "http://localhost:19194/protocol",
"callbackAddresses": [],
"createdAt": 1714678339218,
"@context": {
"@vocab": "https://w3id.org/edc/v0.0.1/ns/",
"edc": "https://w3id.org/edc/v0.0.1/ns/",
"odrl": "http://www.w3.org/ns/odrl/2/"
}
}
The state is on "requested" and how do I get "finalized"?
How do I get the contract agreement id to perform a data exchange?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions