-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Service Unavailable in 'http://localhost:5005/webhooks/rest/webhook?stream=true&token=' #11110
Comments
Thanks for the issue, @b-quachtran will get back to you about it soon! You may find help in the docs and the forum, too 🤗 |
I got the same error. Looking for an answer. |
I actually found the solution I guess, Try having the right pipelines and policies in the config file, that solved me the issue. Example file: The config recipe.https://rasa.com/docs/rasa/model-configuration/recipe: default.v1 Configuration for Rasa NLU.https://rasa.com/docs/rasa/nlu/components/language: en pipeline: # No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.# If you'd like to customize it, uncomment and adjust the pipeline.# See https://rasa.com/docs/rasa/tuning-your-model for more information.
- name: FallbackClassifierthreshold: 0.3ambiguity_threshold: 0.1
# No configuration for the NLU pipeline was provided. The following default pipeline was used to train your model.# If you'd like to customize it, uncomment and adjust the pipeline.# See https://rasa.com/docs/rasa/tuning-your-model for more information.- name: WhitespaceTokenizer- name: RegexFeaturizer- name: LexicalSyntacticFeaturizer- name: CountVectorsFeaturizer- name: CountVectorsFeaturizeranalyzer: char_wbmin_ngram: 1max_ngram: 4- name: DIETClassifierepochs: 100constrain_similarities: true- name: EntitySynonymMapper- name: ResponseSelectorepochs: 100constrain_similarities: true- name: FallbackClassifierthreshold: 0.3ambiguity_threshold: 0.1Configuration for Rasa Core.https://rasa.com/docs/rasa/core/policies/policies: # No configuration for policies was provided. The following default policies were used to train your model.# If you'd like to customize them, uncomment and adjust the policies.# See https://rasa.com/docs/rasa/policies for more information.
|
Please refer the above, if u need a sample project, tell me your email address I will share a sample working project with you. |
thanks @HariharanMiracle for posting your solution, I'll close this issue then |
So the solution is to just uncomment default pipeline in |
@Nummulit yes, to give you an explanation: |
Unfortunately, it doesn't work for me. Honestly, I doubted changes in pipeline would change anything regarding this error. It seems it has to do something with the |
was this ever fixed @Nummulit ? I'm running across the same issue. |
I am facing the same issue. Has anyone been able to resolve it? |
I had the same problem as the OP. Uncommented the lines under the pipeline heading in my config.yml file, ran rasa train, then ran rasa actions and rasa shell again, and it worked! What he wrote in: #11110 (comment) seems to be spot on. It's beyond frustrating to follow a project's documentation (in this case, https://rasa.com/docs/rasa/fallback-handoff/#fallbacks) and find out that a pretty important part is missing. |
Rasa Open Source version
3.1
Rasa SDK version
No response
Rasa X version
No response
Python version
3.8
What operating system are you using?
Windows
What happened?
Hi Getting similar error in rasa 3.1 version, I tried pip install sanic==19.9.0, but did not work. Any help?
Found a similar issue: #5019
.ClientResponseError: 503, message='Service Unavailable', url=URL('http://localhost:5005/webhooks/rest/webhook?stream=true&token=')
Command / Request
Step: Install rasa Train Added fallback according to https://rasa.com/docs/rasa/fallback-handoff/ -> NLU Fallback After rasa shell it did not work
Relevant log output
The text was updated successfully, but these errors were encountered: