blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
465 stars 249 forks source link

API call with presentationUploadExternalDescription returns ERROR checksumError #1072

Closed franzl111 closed 1 month ago

franzl111 commented 1 month ago

Describe the bug

API call with presentationUploadExternalDescription parameter send with spaces returns ERROR checksumError

To Reproduce Using on postman with working scalelite server: /create?name=Test 4we12&maxParticipants=5&allowStartStopRecording=false&allowRequestsWithoutSession=true&meetingID=test15511&meetingKeepEvents=true&recordFullDurationMedia=true&duration=0&presentationUploadExternalUrl=https://example.com&presentationUploadExternalDescription=Add PAGES to lesson

Deployment:

2.0 v1.5.2

Used Postman to test API call

Steps to reproduce the behavior: Parameter: presentationUploadExternalDescription=Add PAGES to lesson (WITH SPACES) Returns ERROR checksumError

Parameter: presentationUploadExternalDescription=Add-PAGES-to-lesson (WITHOUT SPACES) Returns SUCCESS

franzl111 commented 1 month ago

The error was on our side… Sorry about that!

franzl111 commented 1 month ago

Confirmed no bug!