-
Notifications
You must be signed in to change notification settings - Fork 138
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
Provider failed to return /conversational_skills #316
Comments
Logs: Nov 29 09:50:04 Code Engine niklas-conversational-00001-deployment-xxx Running locally: niklasheidloff@MBP-von-Niklas procode-skill-sdk-js % podman ps Via curl: niklasheidloff@MBP-von-Niklas procode-skill-sdk-js % curl -X GET 'https://api.us-south.assistant.watson.cloud.ibm.com/instances/xxx/v2/providers?version=2021-11-27' niklasheidloff@MBP-von-Niklas procode-skill-sdk-js % curl -X POST 'https://api.us-south.assistant.watson.cloud.ibm.com/instances/xxx/v2/assistants/xxx/skills/7a161635-fc8b-420b-8112-dbd742131390?version=2021-11-27' \ |
Will take a look |
Hi YuQiu, is there an update? |
Hey Niklas, apologies for the delay. This is what I see in our backend logs matching that transactionID
and
Seems like the response that is being returned is not JSON, hence the 503. Could you do one thing for me? Can you construct the curl for your pro-code provider, and then try hitting it from your local machine Something like:
Thanks |
Hi, I've followed these instructions: https://github.com/watson-developer-cloud/assistant-toolkit/tree/master/conversational-skills/procode-skill-sdk-js
I've deployed the code to Code Engine, registered the provider and get registered providers when running GET /v2/providers.
In the UI "Skill-based" action option. When trying to create an action I get the error: "Provider failed to return /conversational_skills". I've tried Dallas and FRA.
Could you please help?
Thanks
The text was updated successfully, but these errors were encountered: