openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Search error on private room #209

Open ncasnap opened 1 year ago

ncasnap commented 1 year ago

Bug Report

Problematic behavior When I try to add a user in the private room. The search bar is sometimes working well and sometimes not.

image

And another time : image

Expected behavior/code It should alway prints the message below image

Steps to Reproduce

  1. type some letters
  2. add or remove some letters

Sometimes it appears the first time and sometimes after few search.

I stay available if you need more information. Regards, Nathan

sampaccoud commented 1 year ago

can you post the error. If 400, post the error returned by the server. If 500, post the output of the command:

$ docker compose logs app
ncasnap commented 1 year ago

Hello,

Here is the issue : image

let me know if it's enough

Regards, Nathan

sampaccoud commented 1 year ago

Yes it's enough:

429 Too Many Requests

So this is the result of throttling. Probably the result of your testing and not going to happen on a real site in production under a normal use...

sampaccoud commented 1 year ago

@PanchoutNathan In oder to improve the Ux, we should show a relevant message and ask the user to try again in a while?

ncasnap commented 1 year ago

Hello, Since new update, I cannot add anyone and the error message is always present. Do you have the same issue ?