OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
205 stars 49 forks source link

plz help jamus-proxy server error #26

Closed kofsitho87 closed 2 years ago

kofsitho87 commented 2 years ago

I have 3 janus-gateway-server , 3 janus-sentinel server, 1 janus-proxy-server

I try to join video room with over 20 members for one room. when I try to join 20 user, I got error like this.

Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.8/site-packages/januscloud/proxy/plugin/videoroom.py", line 2481, in _handle_async_message raise JanusCloudError('No such feed ({})'.format(feed_id), januscloud.common.error.JanusCloudError: No such feed (397335007101711) 2021-09-23 06:46:20,414 [74514] [januscloud.proxy.core.frontend_session] [DEBUG] - an asynchronous event messge ({'janus': 'event', 'session_id': 4664431968098588, 'transaction': 'MhTSs4JWaQd6', 'plugindata': {'plugin': 'janus.plugin.videoroom', 'data': {'videoroom': 'event', 'error_code': 428, 'error': 'No such feed (397335007101711)', 'traceback': [' File "/home/ubuntu/.local/lib/python3.8/site-packages/januscloud/proxy/plugin/videoroom.py", line 2481, in _handle_async_message\n raise JanusCloudError(\'No such feed ({})\'.format(feed_id),\n']}}, 'sender': 2371321868134035, 'opaque_id': 'videoroomtest-C5iYNyro5sMT'}) is sent back asynchronous for session "4664431968098588"

Can anyone let me know, what the problem is...

jamken commented 2 years ago

from the return result, janus-gateway found such participent(as is publisher) whose id is 397335007101711 in the room, please check the list of the particpents (publisher) of the room