I have created custom connector by using rasa docs and using RestInput class as template. It’s giving me empty response when I type any message in front end. I am not able to trace what exactly happening.
All message from front end are coming but response is empty from bot.
sorry, I cannot go through your code files. I’d recommend adding some print statements to trace your message and pinpoint location where the problem is
Yeah @Ghostvv What the issue is I am getting empty array in response. And I have also checked in My MyIo.py file I am not getting any response from collector.messages attribute.