wagtail / wagtail-live

High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.
https://wagtail.github.io/wagtail-live/
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

Error during Event Subscriptions #145

Open Vulum opened 2 years ago

Vulum commented 2 years ago

Hi, I am experiencing the below issue. Am I doing something wrong or missing out some configuration?

Request URL Your URL didn't respond with the value of the challenge parameter.
https://ec9b-124-240-197-215.ngrok.io/wagtail_live/slack/events

Our Request:
POST
"body": { 
     "type": "url_verification",
     "token": "",
     "challenge": ""
}
Your Response:
"code": 
"error": "challenge_failed"
"body": {

}
Tijani-Dia commented 2 years ago

Hey @Vulum, I've recently experienced the same issue and I've submitted a fix here.

However, the fix hasn't been released yet. Meanwhile, you can install wagtail-live from the main branch of this repo to avoid this error: pip install git+https://github.com/wagtail/wagtail-live@main

Vulum commented 2 years ago

Thank you so much @Tijani-Dia , I'll try install as per your instruction.