serial group task AudioVideoStart
See original GitHub issueHi, we’re running chime 1.7 in production and use Google stackdriver to catch our frontend issues.
An issue that came up quite frequently is the following:
Error: serial group task AudioVideoStart/beee6853-894d-4910-9f2f-761d4725df76/7209b253-bbfd-4975-9161-8973dd10f690/Timeout15000ms/Media/Setup/Signaling was canceled due to subtask AudioVideoStart/beee6853-894d-4910-9f2f-761d4725df76/7209b253-bbfd-4975-9161-8973dd10f690/Timeout15000ms/Media/Setup/Signaling/OpenSignalingConnectionTask error: WebSocket connection failed
at SerialGroupTask.BaseTask.logAndThrow (BaseTask.ts:66)
at SerialGroupTask.eval (webpack://app_meeting/./amazon-chime-sdk-js-master/src/task/SerialGroupTask.ts:128)
at step (webpack://app_meeting/./amazon-chime-sdk-js-master/src/task/SerialGroupTask.ts:48)
at Object.eval (webpack://app_meeting/./amazon-chime-sdk-js-master/src/task/SerialGroupTask.ts:29)
at rejected (webpack://app_meeting/./amazon-chime-sdk-js-master/src/task/SerialGroupTask.ts:21)
I have not found this issue using search and do not find release notes mentioning a fix. We will update to version 1.9 shortly.
Also, are there release notes explaining the changes made? I have not found them yet.
Stackdriver currently reports that 55 users are having this issue.
All the best
Jannik
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top Results From Across the Web
AWS Chime not working on Xamarin webview? - Stack Overflow
I have a web app packaged in Xamarin Webview. The app uses AWS Chime Javascript SDK and works properly in Mobile Chrome.
Read more >CY 2021 Payment Policies Under the Physician Fee Schedule ...
This major final rule addresses: Changes to the physician fee schedule (PFS); other changes to Medicare Part B payment policies to ensure ...
Read more >Untitled
Apoorva raagangal serial episode 111, Stuart mowling. ... Life after death hindu philosophy, Fibromyalgia action group, Maria font maristany, Vettore italia ...
Read more >Meeting Management Method and System - Google Patents
This document describes a meeting management (MM) system and method for managing meetings and their output. The MM system is an easy to...
Read more >Unable to join meeting with Samsung Galaxy Tab A7 Lite, SM ...
... reconnecting to VPN. due to error Error: serial group task AudioVideoStart/b3c9c43d-6657-48d3-9466-9bc346bf0706/5a3902c8-0714-627d-9d88-3f18beebd0ba was ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @anuranduttaroy. I verified and this works fine. The callback was executed instantly with TURNMeetingEnded and I could reconnect with new Meeting details successfully.
@JannikSt @yusufali2205 the reconnection issue while trying to join a meeting which has ended should be solved with the latest PR https://github.com/aws/amazon-chime-sdk-js/pull/575
Summary: We introduced a new error code
TURNMeetingEnded = 24
and marked it aterminal
error which prevents the reconnection attempt.Feel free to re-open if you still see the issue happening on your end.