collective / collective/collective.hello
"The room is full"
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When a second user tries to join the hello room, this user gets an 400 error : "The room is full".
The problem could come from the creation of the room :
https://github.com/collective/collective.hello/blob/master/src/collective/hello/browser/views.py
but we can see that the maximum number of participants is set at 5... :/
Otherwise it is possible that there is a trouble with the shared link (returned by Loop API)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in src/collective/hello/browser/views.py and reproduce a second user joining the hello room. Inspect room creation and the shared link returned by the Loop API, then verify the participant limit behavior: the second user should not receive "The room is full" when the room is configured for five participants.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100