From faff468b3b13b0a3c779b6b54bbe5d4dc1a81c57 Mon Sep 17 00:00:00 2001 From: Bryan Wilson Date: Fri, 15 Sep 2023 14:37:23 -0700 Subject: [PATCH] Merge pull request #1370 from appsembler/bugfix/ENG-97-catch-and-retry-yt-api-errs ENG-97 Try/Catch around more of the onYouTubeIframeAPIReady code to retry ## Change description > Description here ## Type of change - [ ] Bug fix (fixes an issue) - [ ] New feature (adds functionality) ## Related issues > Fix [#1]() ## Checklists ### Development - [ ] Lint rules pass locally - [ ] Application changes have been tested thoroughly - [ ] Automated tests covering modified code pass ### Security - [ ] Security impact of change has been considered - [ ] Code follows company security practices and guidelines ### Code review - [ ] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary - [ ] "Ready for review" label attached and reviewers assigned - [ ] Changes have been reviewed by at least one other contributor - [ ] Pull request linked to task tracker where applicable --- requirements/edx/appsembler.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/appsembler.txt b/requirements/edx/appsembler.txt index 197d2a6ceb22..063e1b5221d9 100644 --- a/requirements/edx/appsembler.txt +++ b/requirements/edx/appsembler.txt @@ -14,7 +14,7 @@ django-hijack-admin==2.1.10 honeycomb-beeline==2.12.1 # Patched upstream packages -https://github.com/mitodl/edx-sga/archive/refs/tags/v0.22.0.tar.gz +https://github.com/appsembler/edx-sga/archive/v0.11.0.appsembler2.tar.gz https://github.com/edx-solutions/xblock-google-drive/archive/589d9f51f9b.tar.gz # v0.2.0 but the repo has no tags https://github.com/appsembler/edx-ora2/archive/2.7.6-appsembler.1.tar.gz https://github.com/appsembler/edx-proctoring/archive/v2.4.0-appsembler1.tar.gz