Skip to content
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

Duckling url with trailing slash leads to parsing failure #5792

Closed
erohmensing opened this issue May 7, 2020 · 1 comment
Closed

Duckling url with trailing slash leads to parsing failure #5792

erohmensing opened this issue May 7, 2020 · 1 comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@erohmensing
Copy link
Contributor

erohmensing commented May 7, 2020

Noticed during rasa workshop setup:

Error (including full traceback):

rasa.nlu.extractors.duckling_http_extractor  - Failed to get a proper response from remote duckling. Status Code: 404. Response: <!DOCTYPE html>
<html>
<head>
<title>Not found</title>
</head>
<body>
<code>No handler accepted "//parse"</code>
</body></html>

Content of configuration file (config.yml) (if relevant):

...
- name: DucklingHTTPExtractor
  url: http://duckling.rasa.com:8000/
...
@erohmensing erohmensing added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels May 7, 2020
@erohmensing
Copy link
Contributor Author

Closed in #5790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant