bbb-rec-perm icon indicating copy to clipboard operation
bbb-rec-perm copied to clipboard

unsupportedRequest with podcast and screenshare links

Open sbdlt opened this issue 3 years ago • 0 comments

Hi,

I am setting up bbb-rec-perm with Scalelite 1.1.

Getting the nginx to work out of Docker was a bit painful, but i managed to do it.

Problem is only presentations are working as expected. For podcast and screenshare versions, i get this XML response :

<response>
  <returncode>FAILED</returncode>
  <messageKey>unsupportedRequest</messageKey>
  <message>This request is not supported.</message>
<script/></response>

I am using auth-scalelite.py for auth.py. Commenting auth request for podcast or screenshare allow (always, obviously) to access them.

Everything is running on Debian 9, in case this is helpful.

sbdlt avatar May 20 '21 13:05 sbdlt