tum-esi / wade

WoT API Development Environment built on top of thingweb.node-wot
https://www.ei.tum.de/en/esi/home/
MIT License
26 stars 6 forks source link

[URI Bar] CoAP TDs cannot be fetched #71

Closed egekorkan closed 3 years ago

egekorkan commented 4 years ago

As the is fetched using the fetch function at this line, it does not use the node-wot's fetch function that is actually protocol independent, see here ( https://github.com/eclipse/thingweb.node-wot/blob/6b207b0029654055f170f83dc94443cc8c94f956/packages/core/src/helpers.ts#L122 )

Also, there is no error displayed since there is no catch for the fetch function but only for the TD parsing. This is related to #40

egekorkan commented 4 years ago

Also valid for any other protocol

FadySalama commented 3 years ago

Fixed in PR #98