NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

[Question] How Configure ms-luis-config node #75

Closed holl59 closed 6 years ago

holl59 commented 6 years ago

Hi,

After publish my app with a good azure key, i configurated the node with :

After test, i have the error message : [ms-luis:Luis] StatusCodeError: 400 - "An item with the same key has already been added."

Can you explain, how have a good configuration ?

Thanks Regards

TothiViseo commented 6 years ago

Hello,

The problem might lie with the host parameter if you gave the whole url. Could you try putting in https://westus.api.cognitive.microsoft.com ?

The node actually builds the complete url from the app Id and the key, so if you put the whole url as host you might be giving twice the same piece of information.

Thank you Best Regards

holl59 commented 6 years ago

Great, it's OK :)