-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing transferType in sample transfer/streaming/streaming-01-http-to-http #334
Comments
Thanks for your contribution 🔥 We will take a look asap 🚀 |
Hi @klumbe thanks for raising this, indeed the I tried with |
Interesting that tests are still passing. |
Yeah they pass but we build the request manually in code We probably just have to update the |
definitely my fault 🥲 test should use the |
Hi @wolf4ood,
Hi @ndr-brt, |
Bug Report
Describe the Bug
Sample:
Action:
Explanation:
When trying to start the transfer, the returned JSON states that the
transferType
is missing or blank.No transfer process is started.
Error:
Expected Behavior
The transfer-process is started on both the consumer and provider end and an id for the transfer is returned:
Observed Behavior
Error:
Steps to Reproduce
Steps to reproduce the behavior:
Context Information
Detailed Description
Things I tried to solve it:
transferType
of various kinds:HttpData-Push
HttpStreaming
Http Streaming
i.e.:
-> For
HttpData-PUSH
returns a proper ID, but on the provider, the following error is shown:The transfer-process is terminated shortly after.
-> The others claim an invalid
transferType
(expected):dataDestination/type
toHttpStreaming
having the same issuesPossible Implementation
The text was updated successfully, but these errors were encountered: