-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
ConversationError when retrieving end-to-end story #8114
Comments
Thanks for raising this issue, @koernerfelicia will get back to you about it soon✨ Please also check out the docs and the forum in case your issue was raised there too 🤗 |
Is there anything else in the log messages @nbeuchat ? |
Hi @wochinge ! Ah yes, for some reason I couldn't find them in the log last time. Anyway, here you go:
|
Mhm, how does your NLU pipeline look like? Might be a duplicate of #5263 |
We have a few custom pipeline components but as far as I can see, all of them sets the However, I looked at the json I get from the
which is expected because I'm sending the following as a
|
@wochinge do you know if there is any workaround for this? I basically can't retrieve stories for users for which we used the |
We have the same situation – can't view stories when |
The workaround would be to define some values for |
Doesn't really work for existing conversations, unfortunately 😉 But also, not sure what format we are supposed to send the
I can try a PR, not sure if I'll have much time for it right now. |
@joejuzl Will work on it this week. Good pointer regarding the API spec 🙌🏻 |
That's awesome 🎉! |
@nbeuchat it will be released in 2.4.3 which should be this week |
Fantastic! Thanks a lot for the feedback @joejuzl 😃 |
We are starting to use external intents, too, but mostly for telling the
user something (we call this intent EXTERNAL_forward_custom_message). I am
curious about Nicholas’s use case that needs so many external intents,
would you mind giving some insights, Nicholas?
On Thu, Mar 25, 2021 at 7:40 PM Nicolas Beuchat ***@***.***> wrote:
Fantastic! Thanks a lot for the feedback @joejuzl
<https://github.com/joejuzl> 😃
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8114 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFAJ6ZGMBK646ZIJ7M7RYTTFNRPBANCNFSM4YTNG7CQ>
.
--
…---
Oytun Tez
*O Y T U N . C O* - *What do you want to see? Copy+.*
*M O T A W O R D *- The World's Fastest Human Translation Platform.
*G U Z E L I S L E R D E R N E G I* - *Multidisciplinary workshops in
Bergama.*
|
I'd be happy to @oytuntez! Our chatbot is on Facebook Messenger and we extensively use what they call "webviews" (if you're interested, I had a lighting talk at the Rasa Summit, it's on YouTube here). As part of the interaction is from an "app" within the chatbot, we send information of what the user did within their session through an external intent so that the bot can take it from there and suggest what to do next. We also use external intents to send updates on specific listings that a user had added to their favorites for example. Feel free to reach out to me if you want more details 😃 |
Great, thanks for the details!
And our cases for external intents are 1) notifications, 2) feedback loop
with our decision/workflow management engines.
On Thu, Mar 25, 2021 at 8:47 PM Nicolas Beuchat ***@***.***> wrote:
I'd be happy to @oytuntez <https://github.com/oytuntez>! Our chatbot is
on Facebook Messenger and we extensively use what they call "webviews" (if
you're interested, I had a lighting talk at the Rasa Summit, it's on
YouTube here
<https://www.youtube.com/watch?v=HzXFXxLqtGk&list=PL75e0qA87dlGu_SnqloQXTf-4GGiUsBwJ&index=19>).
As part of the interaction is from an "app" within the chatbot, we send
information of what the user did within their session through an external
intent so that the bot can take it from there and suggest what to do next.
We also use external intents to send updates on specific listings that a
user had added to their favorites for example.
Feel free to reach out to me if you want more details 😃
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8114 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFAJ6ZURSCTHSHRFDDE7RDTFNZMDANCNFSM4YTNG7CQ>
.
--
…---
Oytun Tez
*O Y T U N . C O* - *What do you want to see? Copy+.*
*M O T A W O R D *- The World's Fastest Human Translation Platform.
*G U Z E L I S L E R D E R N E G I* - *Multidisciplinary workshops in
Bergama.*
|
Rasa version: 2.3.4
Python version: 3.7.9
Operating system (windows, osx, ...): Ubuntu
Issue:
When trying to retrieve the end-to-end story through the API, I get a
ConversationError
for several users (but not all). I can get the tracker as JSON without any issue though.Error (including full traceback):
Command or request that led to error:
The text was updated successfully, but these errors were encountered: