Error after 3.3.0 / 3.3.1 Updates
This topic was forked from Greenlight - Package Updates
girish
-
[1.3.1]
- Update Greenlight to 3.3.1
- Full changelog
- Enabling “All users join as moderators” will now disable “Require moderator approval before joining” since the 2 settings enabled together does not work (#5741)
- All users join as moderator no longer allows anyone to start the meeting (#5740)
- Fixed small issues with the maintenance banner (#5746)
-
@girish Log-file (via cloudron) ends every time with this:
2024-03-13T20:52:40.000Z I, [2024-03-13T20:52:40.706072 #1] INFO -- : [87e28110-3202-42ad-9e17-1b04a3d53420] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=1438 duration=5.74 view=0.46 db=3.08 time=2024-03-13 20:52:40 UTC host=greenlight 2024-03-13T20:52:41.000Z I, [2024-03-13T20:52:41.172068 #1] INFO -- : [46d03e22-78e1-4d3a-8ab5-d71ea46dd614] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=547 duration=3.24 view=0.56 db=1.14 time=2024-03-13 20:52:41 UTC host=greenlight 2024-03-13T20:52:41.000Z I, [2024-03-13T20:52:41.237855 #1] INFO -- : [725b3243-09d6-424f-a0c9-322a87c54cb7] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=2919 duration=9.25 view=0.64 db=5.11 time=2024-03-13 20:52:41 UTC host=greenlight 2024-03-13T20:52:41.000Z I, [2024-03-13T20:52:41.239881 #1] INFO -- : [9295b247-0506-4ef8-bd78-249b956bba29] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=2076 duration=7.63 view=0.43 db=4.97 time=2024-03-13 20:52:41 UTC host=greenlight Error comes when calling the site (no login) after some seconds.
-
@girish Log-file (via cloudron) ends every time with this:
2024-03-13T20:52:40.000Z I, [2024-03-13T20:52:40.706072 #1] INFO -- : [87e28110-3202-42ad-9e17-1b04a3d53420] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=1438 duration=5.74 view=0.46 db=3.08 time=2024-03-13 20:52:40 UTC host=greenlight 2024-03-13T20:52:41.000Z I, [2024-03-13T20:52:41.172068 #1] INFO -- : [46d03e22-78e1-4d3a-8ab5-d71ea46dd614] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=547 duration=3.24 view=0.56 db=1.14 time=2024-03-13 20:52:41 UTC host=greenlight 2024-03-13T20:52:41.000Z I, [2024-03-13T20:52:41.237855 #1] INFO -- : [725b3243-09d6-424f-a0c9-322a87c54cb7] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=2919 duration=9.25 view=0.64 db=5.11 time=2024-03-13 20:52:41 UTC host=greenlight 2024-03-13T20:52:41.000Z I, [2024-03-13T20:52:41.239881 #1] INFO -- : [9295b247-0506-4ef8-bd78-249b956bba29] method=GET path=/api/v1/site_settings.json format=json controller=Api::V1::SiteSettingsController action=index status=200 allocations=2076 duration=7.63 view=0.43 db=4.97 time=2024-03-13 20:52:41 UTC host=greenlight Error comes when calling the site (no login) after some seconds.
-
The error you got displayed is from the BigBlueButton Server and not the Greenlight directly.
So maybe something went wrong when creating the room via the API.I will also check this out just in case.