Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postback Persistent Menu Connection error #23

Closed
bitcoinvsalts opened this issue Mar 19, 2017 · 1 comment
Closed

Postback Persistent Menu Connection error #23

bitcoinvsalts opened this issue Mar 19, 2017 · 1 comment

Comments

@bitcoinvsalts
Copy link

I am getting this connection error when I click on the postback call from the persistent menu, here is my menu code:

 setMenu(pageId) {
    this.setPersistentMenu({
      pageId: pageId,
      menu: [
            {
               "locale":"default",
               "composer_input_disabled":false,
               "call_to_actions":[
                  {
                    "title": "ℹ️  Menu",
                    "type": "postback",
                    "payload": "MENU",
                  },
                  {
                    "title": '💬  Contact Us',
                    "type": "web_url",
                    "url": "https://m.me/jsapp",
                  },
               ]
             },
           ]
    }, (err, body) => {
      console.log("MENU " + JSON.stringify(err))
      console.log("MENU " + JSON.stringify(body))
    })
  }

At first it works fine but after a while it keeps sending me this error. Anybody else had this issue?

try_again

No error log.

@miki2826
Copy link
Owner

miki2826 commented Apr 1, 2017

@jsappme - This is not related to botly - this is on facebook end and is happening sometimes.

@miki2826 miki2826 closed this as completed Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants