-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bug with prefixes #15
Comments
Thx, If you have other queries error pls report them here. There are some bugs on the QueryParser (and in others components) in the current version, that I'm fixing in the last PR #13. (maybe is the same bug-source) Can you post here the output of your error? What do you mean by "does not work"? Are you using the DApp on the Iexec workerpool or in your local machine? |
I cannot give you any other detail on the error because it does not give me any, it just doesn't give any response. I am using the DApp on the Iexec workerpool. |
oks, so we should have the log on the online Logger, I will check if I find something here Edit:
We have 400 errors on Zion some times, but your report seem to be that one:
So the problem is in the QueryParser, I will try the same query on the branch of PR #7 that have some fix already on the QueryParser |
Let's wait for the merge of PR #7 , because in that branch it seems to work:
P.S. I don't understand why the 4 Zion are not reachable |
I would bet is something related to vaimee/zion#11 |
Sending the following query works and return a result:
{ "prefixList": [ { "abbreviation": "desmo", "completeURI": "https://desmo.vaimee.it/" }, { "abbreviation": "qudt", "completeURI": "http://qudt.org/schema/qudt/" }, { "abbreviation": "xsd", "completeURI": "http://www.w3.org/2001/XMLSchema/" }, { "abbreviation": "monas", "completeURI": "https://pod.dasibreaker.vaimee.it/monas/" } ], "property": { "identifier": "value", "unit": "qudt:DEG_C", "datatype": 1 }, "staticFilter": "$[?(@['type']=='Sensor')]" }
while the following query, that has been modify only by removing the not useful prefixes does not work
{ "prefixList": [ { "abbreviation": "qudt", "completeURI": "http://qudt.org/schema/qudt/" } ], "property": { "identifier": "value", "unit": "qudt:DEG_C", "datatype": 1 }, "staticFilter": "$[?(@['type']=='Sensor')]" }
The text was updated successfully, but these errors were encountered: