You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a probelm with adding an agent into a queue, with send_action() not returning back a message. Dug deeper and found that this line is causing the issue:
This causes multi to be true, but len(self.responses) is still one, and add_message will return false. I have temporarly disabled that check and everything is running fine.
The text was updated successfully, but these errors were encountered:
Hello,
I had a probelm with adding an agent into a queue, with
send_action()
not returning back a message. Dug deeper and found that this line is causing the issue:panoramisk/panoramisk/actions.py
Line 67 in 2ccb5d1
This causes
multi
to be true, butlen(self.responses)
is still one, andadd_message
will return false. I have temporarly disabled that check and everything is running fine.The text was updated successfully, but these errors were encountered: