-
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
Type error in facebook.py #5657
Comments
Thanks for raising the issue @wavymazy. What is your current workaround? |
Hello, Since the issue was that .pop("sender", {}) is expecting the json to be a dict, I just put in place a check to handle the case when it's a list.
|
Great! As you already have a solution, do you want to contribute and create a PR? |
I am interested in working on this issue, is it still valid? |
@silvasara I think it is. Feel free to pick it up 🚀 |
Hello, I checked the missing tests for the correction, can I implement and send the pr? @tabergma |
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. |
Is this issue still a problem ? |
Solved by #9692 PR |
Hi,
I tried deploying the bot with Facebook and one error appears when I start a form:
TypeError: pop() takes at most 1 argument (2 given) (in rasa/core/channels/facebook.py : line 229).
I did a workaround but I thought you guys might want to take a look at this.
Cheers.
The text was updated successfully, but these errors were encountered: