-
Notifications
You must be signed in to change notification settings - Fork 0
Registered transformer UI is not correct #8
Comments
Fix with latest commit. |
I just tried the latest version on Sandbox (timestamp
No matter what I try this URI does not work. When I manually look it up in the LDP UI and execute it against
It works |
@gaborremenyi any updates to this? The issue is still not fixed and we have final review meeting in a few weeks. |
Sorry for the late response. However I think that the URI generated by the UI is correct. There was a problem a month ago where the pipeline transformer could not decode URL encoded config URIs. So my guess would be that playground is not using the latest the version of pipeline transformer, which would be this: https://github.com/fusepoolP3/p3-pipeline-transformer/releases/tag/v1.0.0-20151216 Can you update it on playground? Or should I ask Reto? I'll leave the issue open until then. |
I didn't mention that but it doesn't seem to make a difference if I do it on sandbox, which is from this year. |
But it does make a difference, because the error messages are not the same. On playground you get a MalformedURLException which was fixed in the latest pipeline. On sandbox the pipeline transformer simply just cannot establish a connection to http://playg I still don't see any problem with the pipeline URI created by the UI.
|
So I re-setup data.fusepool.info with latest versions of everything and indeed in here it seems to work! I close this as it looks fine so far, thanks! |
I'm confused, does it work on sandbox? |
I need to try it on sandbox, never did a full pipeline there. What I did was using the sandbox UI with playground platform and that didn't work. I assume this was because playground was running an old version of the platform. |
I'm glad it's working now, let me know if you have any other issues with the UI. |
The dashboard does not get the correct URI of a registered pipeline, all it sees is the base URI of the pipeline transformer. In the test-dialog of the pipeline UI the full URI is present and if I manually register a widget with this transformer URI it is fine.
The text was updated successfully, but these errors were encountered: