Skip to content
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

Interaction input schema check #136

Merged

Conversation

hasanheroglu
Copy link
Collaborator

Closes #36.

@hasanheroglu hasanheroglu self-assigned this Mar 25, 2023
@egekorkan
Copy link
Member

Somethings are not working. I take the test thing td from http://plugfest.thingweb.io:8083/testthing

  • If I try to select true or false for bool property write, the pop up menu freezes
  • If I select the num property and put a number, I cannot select
  • the same behavior does NOT happen in actions

@hasanheroglu
Copy link
Collaborator Author

Somethings are not working. I take the test thing td from http://plugfest.thingweb.io:8083/testthing

  • If I try to select true or false for bool property write, the pop up menu freezes
  • If I select the num property and put a number, I cannot select
  • the same behavior does NOT happen in actions

I fixed the boolean problem but could not recreate num property issue. Could you give more details to recreate it?

@egekorkan
Copy link
Member

egekorkan commented Mar 31, 2023

Both issues fixed somehow, at least I cannot reproduce the number problem. However, now none of the interactions that need an input work. I cannot write to any property: I see internal server error which is wrong since curl works. E.g.:

curl --location --request PUT 'http://plugfest.thingweb.io:8083/testthing/properties/bool' \
--header 'Content-Type: application/json' \
--data 'false'

@egekorkan egekorkan merged commit f4f67a9 into tum-esi:master Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Selection] Show error if input is not in correct format
2 participants