ryanmark1867 / chatbot

chatbot 2H 2019
0 stars 1 forks source link

context shift from buttons to typed in queries breaks #33

Closed ryanmark1867 closed 4 years ago

ryanmark1867 commented 4 years ago

@lchamber-luc carrying forward issue #1 from https://github.com/ryanmark1867/chatbot/issues/31

I will work on this post completion of demo 1.

ryanmark1867 commented 4 years ago

One way from button script path to interactive queries works - for example, this screen shot shows successful interactive query after several steps of button queries. However, there is a problem with entering these queries rapid fire - the server won't accept them that quickly - getting "The requested URL returned error: 429 Too Many Requests" errors in the Facebook app webhook error log. The query eventually runs, but exhibits the kind of perf issue that you reported for one of your queries.

image