danielpowney / my-chatbot

A artificial intelligent chatbot for WordPress powered by Dialogflow (formerly API.AI)
https://danielpowney.com/my-chatbot-demo
GNU General Public License v2.0
76 stars 37 forks source link

internal error #28

Open LaurentFerr opened 6 years ago

LaurentFerr commented 6 years ago

Hello Daniel, I am using "My chatbot" on 2 wp installations and both of them return me "internal error" on all intents connected to webhook. intents without webhook seems to be ok. This behaviour has started 3 or 4 days ago, first tests was ok. first wp installation is pure wp vanilla without plugins and the other is with divi and some plugins. I have tried both client and developer api. Can you help ?

danielpowney commented 6 years ago

Can you please send me what the debug output looks like? You can grab this by adding debug="true" to the shortcode.

LaurentFerr commented 6 years ago

Unfortunatly i cant enable the debug mode. here is what i have done: Chatbot overlay: disable added [my_chatbot debug="true"] in the content of a page still have internal errors but nothing is displayed in chatbot window as debug

LaurentFerr commented 6 years ago

even modding the shortcodes.php files gives me nothing extract( shortcode_atts( array( 'echo' => false, 'debug' => true ), $atts ) );

dajor commented 6 years ago

I think the error has to do something with your language - did you have dialogflow running in mulit language or use wpml on wordpress?