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

Bot is not behaving as expected when run on rasa X but works just fine on shell. #6454

Closed
gaushh opened this issue Aug 20, 2020 · 3 comments
Closed
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework stale type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@gaushh
Copy link

gaushh commented Aug 20, 2020

Rasa version: 1.10.10

Rasa SDK version (if used & relevant):

Rasa X version (if used & relevant): 0.31.5

Python version: 3.6.8

Operating system (windows, osx, ...): Windows 10

Issue: Utterance does not get printed at times on Rasa x. Just the name of the utterance to be printed is shown. It is totally sporadic as it starts behaving as expected when the same message is passed back again.

Error (including full traceback):
action_listen

![action_listen](https://user-images.githubusercontent.com/52091771/90731280-20924100-e2e7-11ea-8c26-771fddc973b2.png)

Command or request that led to error:

It is totally random. 

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

# https://rasa.com/docs/rasa/nlu/components/
language: en
pipeline:
  - name: WhitespaceTokenizer
    case_sensitive: False
  - name: RegexFeaturizer
  - name: LexicalSyntacticFeaturizer
  - name: CountVectorsFeaturizer
  - name: CountVectorsFeaturizer
    analyzer: "char_wb"
    min_ngram: 1
    max_ngram: 4
  - name: DIETClassifier
    batch_strategy: sequence
    epochs: 100
  - name: EntitySynonymMapper
  - name: ResponseSelector
    epochs: 100

# Configuration for Rasa Core.
# https://rasa.com/docs/rasa/core/policies/
policies:
  - name: MemoizationPolicy
  - name: TEDPolicy
    max_history: 5
    epochs: 100
  - name: MappingPolicy
  - name: FormPolicy

Content of domain file (domain.yml) (if relevant):
``
`I don't think it is relevant (Please ask for it in the comment if you think otherwise)

@gaushh gaushh added 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. labels Aug 20, 2020
@gaushh gaushh changed the title Bot is not behaving as exoected when run on rasa X but works just fine on shell. Bot is not behaving as expected when run on rasa X but works just fine on shell. Aug 20, 2020
@sara-tagger
Copy link
Collaborator

Thanks for the issue, @amn41 will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

@stale
Copy link

stale bot commented Dec 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 4, 2020
@stale
Copy link

stale bot commented Dec 19, 2020

This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.

@stale stale bot closed this as completed Dec 19, 2020
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 stale 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

2 participants