Azure-Samples / cognitive-services-language-understanding

Samples for the Language Understanding Intelligent Service (LUIS)
MIT License
85 stars 139 forks source link

LUIS Programmatic APIs v2.0 returns error #41

Open jpd21122012 opened 3 years ago

jpd21122012 commented 3 years ago

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5be313cec181ae720aa2b26c/console Entering the right credentials to retrieve info of our registered applications

Any log messages given by the failure

{ "error": { "code": "BadArgument", "message": "The source completed without providing data to receive." } }

OS and Version?

Windows 10

Versions

Mention any other details that might be useful

I need help of LUIS API Team to solve this problem, I'm trying to use Bot Composer to publish an update with LUIS Service, but it fails, the reason: API of LUIS v2 and v3.0 preview.

jpd21122012 commented 3 years ago

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5be313cec181ae720aa2b26c/console Entering the right credentials to retrieve info of our registered applications

Any log messages given by the failure

{ "error": { "code": "BadArgument", "message": "The source completed without providing data to receive." } }

OS and Version?

Windows 10

Versions

Mention any other details that might be useful

I need help of LUIS API Team to solve this problem, I'm trying to use Bot Composer to publish an update with LUIS Service, but it fails, the reason: API of LUIS v2 and v3.0 preview.

Someone can Help me ?