bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

404 Not Found - Add Presentation

Open ghost opened this issue 5 years ago • 4 comments

Hello, I Used BigBlueButton PHP API for about 1 Month and everything almost Ok but tonight I tried to create a meeting and my website shows error After that, I understood that in backend, API recieved 404 - Not Found Error finnally I Commented below codes and Website work almost correctly if (!empty($payload)) { //curl_setopt($ch, CURLOPT_HEADER, 0); //curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST'); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $payload); /*curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-type: ' . $contentType, 'Content-length: ' . mb_strlen($payload), ]);*/ } but presentasion slide not showing can I solve this Problem?

ghost avatar Mar 15 '20 00:03 ghost

but presentasion slide not showing

Check the Javascript console and network tab in the developer tools for Chrome for errors.

ffdixon avatar Mar 15 '20 02:03 ffdixon

Log.log Console Log file Attached to this Answer in Network Console, there isn't my presentation All of the Problems are from commenting these codes: 'Content-type: ' . $contentType, 'Content-length: ' . mb_strlen($payload), The error was Suddenly, and before it BBB Works Correctly But Error 404 - Not Found Troubles My Work

ghost avatar Mar 15 '20 11:03 ghost

@pouyaaofficial Did you fix the issue?

The code below is mandatory to make the pre-uploaded documents work.

'Content-type: ' . $contentType,
'Content-length: ' . mb_strlen($payload),

Your error might come from the code executing the library. Are you forwarding the HTTP call to the library?

GhaziTriki avatar Apr 19 '20 11:04 GhaziTriki

join the problem! 404 error when loading the default presentation or any other presentation. The problem is observed in the flash client. everything works fine in html5 image

sazanof avatar May 26 '20 16:05 sazanof