RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.84k stars 4.62k forks source link

Request URL Your URL didn't respond with the value of the challenge parameter. #3690

Closed tiwo19 closed 5 years ago

tiwo19 commented 5 years ago

Rasa version: rasa-core 0.14.4 rasa-core-sdk 0.14.0 rasa-nlu 0.15.0

Python version: python 3.7

Operating system (windows, osx, ...): windows10 Issue: When i try to integrate my rasa bot to slack , I try to do Event Subscriptions it does not work. so i try to view the log using heroku logs --tail i get this message. Any help?

Error (including full traceback):

019-06-04T00:11:49.465060+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/webhooks/slack/webhook" host=jabu1234.herokuapp.com request_id=a66010d7-1918-4c52-aad9-e72bee75d540 fwd="34.204.52.96" dyno= connect= service= status=503 bytes= protocol=https

Command or request that led to error:

when i try to enable event in slack api it give me this error

Request URL Your URL didn't respond with the value of the challenge parameter.
https://jabu1234.herokuapp.com/webhooks/slack/webhook

Content of configuration file (config.yml) (if relevant):


pipeline: "tensorflow_embedding"
training_data,
            augmentation_factor=50,
            epochs=500,
            batch_size=10,
            validation_split=0.2

Content of domain file (domain.yml) (if relevant):

slots:
  group:
    type: text

intents:
 - greeting
 - get_jabu

entities:
 - product
 - jabuinfo

templates:
  utter_greet:
    - "Hello! What can I do for you?"
  utter_JABU:
   - "The Joseph Ayo Babalola University (JABU) is a private Nigerian university located in Ikeji-Arakeji in Osun State, established by the Christ Apostolic Church (CAC) Worldwide. The university is named after the first Spiritual leader of Christ Apostolic Church, Joseph Ayo Babalola (1904–1959); it is located at the place where he was called by God to slay the Ogobungo ogre in 1928. Joseph Ayo Babalola University is a fully residential institution. The university offers courses in the following colleges; Agricultural Sciences, Environmental Sciences, Humanities, Law, Management Sciences, Natural Sciences and Social Sciences. Due to its Christian foundations, male and female in the school are enjoined to adopt an extremely modest mode of dressing while on campus"
actions:
 - utter_greet
 - utter_JABU

Capture Screen shot of my log g Screenshot of my slack event sub

tiwo19 commented 5 years ago

pls help @akelad @rasa

akelad commented 5 years ago

what does your credentials.yml look like?

tiwo19 commented 5 years ago

facebook: verify: "horoscope-bot" secret: "28651269458eef5dd17d6460b506b6d2" page-access-token: "EAAJiUznmFTcBAJCx99XQc3UZBFvpaMGWYzq50p6yp8uXapRF2jJs9sSGMEMCYicrnXNhIDGmCfMMWnMN6FG3CzPNiPs53jDVqGfLgJ3Py7tWYaAzLBZC8Qip4Hr5jM4ohh63TiCaVukNGHo8XYjv3HvYZCUQLKeFY8EC8HF8gZDZD"

am new am using a book i got online to do this please this is credentials.yml please correct me please

On Tue, Jun 4, 2019 at 9:24 AM Akela Drissner-Schmid < notifications@github.com> wrote:

what does your credentials.yml look like?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RasaHQ/rasa/issues/3690?email_source=notifications&email_token=AHG4DAVGKITI2TR4RPIPPFTPYYRCNA5CNFSM4HSWDOOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW3Z7LQ#issuecomment-498573230, or mute the thread https://github.com/notifications/unsubscribe-auth/AHG4DAR7RGUC3O4OVRWZOOLPYYRCNANCNFSM4HSWDOOA .

akelad commented 5 years ago

This is a facebook access token, that's not the configuration for the slack channel. Please take a look here about how to set it up: http://rasa.com/docs/rasa/user-guide/connectors/slack/ And please post any future usage questions you have in the forum