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
{{ message }}
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
When having roboy.dialog.states.ordinaryStates.QuestionAnsweringState in the personality file (even is no transitions to it are defined) the conversation won't start if there's no internet connection, since apparently the state is trying to resolve some http host forever.
The text was updated successfully, but these errors were encountered:
I pulled the Ethernet cable out right before entering input (can't earlier b/c #72 ) and it all seemed to work as expected, throwing UnknownHostException because of the lack of Internet, however it was not blocking/infinite looping and just continued on.
When having
roboy.dialog.states.ordinaryStates.QuestionAnsweringState
in the personality file (even is no transitions to it are defined) the conversation won't start if there's no internet connection, since apparently the state is trying to resolve some http host forever.The text was updated successfully, but these errors were encountered: