tum-esi / wot-system-description

Description for WoT Mashups and automatic conversion to UML Sequence Diagrams and vice versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making it easier to spot TDs.json errors

egekorkan opened this issue · comments

Currently, one needs to put all the TDs of the Things of the system in an array. However, when these TDs are not correct in the sense that an affordance in the plantuml is not found, the following error is generated:

generateSD problem!: TypeError: Cannot read properties of undefined (reading 'forms')

This happens when an affordance cannot be found. It should be easy to log what this affordance is.