wagtail/wagtail-live

Error during Event Subscriptions

Vulum opened this issue · 2 comments

Vulum commented

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": {
  
}

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

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