Warning: session_start(): open(/var/lib/php/sessions/sess_bh3ins5phst0euvc5fq6hs3sao, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
cmodule EeZeeForApp > DynPrintLogAndEnabled {
switchable S httpURL = "https://55392290.ngrok.io";
start {
dm_phoneAssistantAction(voidfunc(AssistantRequest r) {
S s = r.input;
if (swic_trim(s, "eezee")) pcall {
S answer = loadPageWithTimeout(60.0, httpURL + hquery(
message := s, appToken := r.token,
channelID := 'app));
r.say(answer);
});
}
}