blindsidenetworks / mattermost-plugin-bigbluebutton

BigBlueButton plugin for Mattermost :electric_plug:
Apache License 2.0
89 stars 43 forks source link

CREATE MEETINGROOM FAILD #190

Open seventhsite opened 2 years ago

seventhsite commented 2 years ago

Yes, with a mistake. I installed a plugin, configure it with url and secret of my BBB on another server. BBB is working by itself. So, I have a button in mattermost chat, but when I push the "Join meeting" button nothing is happen. In logs I see:

Nov 09 20:35:25 mattermost mattermost[698]: {"timestamp":"2021-11-09 20:35:25.777 +02:00","level":"error","msg":"CREATE MEETINGROOM FAILD: <Map><timestamp>1636482925747</timestamp><status>404</status><error>Not Found</error><message>No message available</message><path>/bigbluebutton/create</path></Map>","caller":"app/plugin_api.go:898","plugin_id":"bigbluebutton"}

What can I check?

seventhsite commented 2 years ago

bigbluebutton plugin - 4.1.0 BigBlueButton Server 2.3.15 Mattermost release-6.0

H-B-Schmidt commented 2 years ago

Did you configure the URL with /api tailing? Like https://my.bbb.com/bigbluebutton/api

mppg99 commented 2 years ago

Same issue with us. we tried several URL configurations with /api tailing and without. Even the demo URL (http://test-install.blindsidenetworks.com/bigbluebutton/api) isn't working...

Mattermost 5.39.0 bigbluebutton plugin 4.2.0

harshilsharma63 commented 2 years ago

@seventhsite @mppg99 can you verify that your Mattermost SiteURL is configured correctly? I'm able to successfully create and join meetings with the default test-install URL and secret.

harshilsharma63 commented 2 years ago

Same issue with us. we tried several URL configurations with /api tailing and without. Even the demo URL (http://test-install.blindsidenetworks.com/bigbluebutton/api) isn't working...

Mattermost 5.39.0 bigbluebutton plugin 4.2.0

@mppg99 I've created #195 to separately track your issue.