Meeting End Callback request being called but not working

155 views
Skip to first unread message

Vine

unread,
Jan 15, 2019, 7:49:31 AM1/15/19
to BigBlueButton-dev
Hello!

I have set the meta parameter (meta_endCallbackUrl) when creating the meeting and provided a route to it.
However, my code set for that route doesn't run.
For testing purposes, I sent a GET request for that route through a REST client and that worked properly.

When looking through the logs (mainly bbb-web.log) I have two situations:

1) Setting the callback url to USE https:

2019-01-15T10:30:44.282-02:00 ERROR org.bigbluebutton.web.services.callback.CallbackUrlService  - IOException for callback url=[https://example.com/endwebhook?meetingId=44&recordingmarks=true]
2019-01-15T10:30:44.282-02:00 INFO  org.bigbluebutton.web.services.callback.CallbackUrlService  - Calling callback url null

2) NOT using https:

2019-01-15T10:31:50.942-02:00 WARN  org.apache.http.client.protocol.ResponseProcessCookies  - Invalid cookie header: "Set-Cookie: AWSALB=k2Oxi+xY2phjzH8uGMmcXJjQrFTg4nfghTqcH5nL64nGtLp21MtJOhW7/aDiehMThwnc+TrxFPITIelxRQNhAxOD+/v9fT6bsHZ5GT3UIEph6Y1PdlDkMHZLBJgp; Expires=Tue, 22 Jan 2019 12:31:50 GMT; Path=/". Invalid 'expires' attribute: Tue, 22 Jan 2019 12:31:50 GMT

I'm not sure if the log for case 2 helps anything, but it is the only thing related shown there.



Do you have any idea on what is happening?

Thanks!

Vine

unread,
Jan 15, 2019, 8:01:37 AM1/15/19
to BigBlueButton-dev
One thing I forgot to mention is that when setting the callback url to something else, like https://webhook.site (which listens to requests), I could receive the request.
Reply all
Reply to author
Forward
0 new messages