Learning MFE and CDN

I made some progress on the Learning MFE with the static assets located in S3 behind a Fastly CDN, however i’m now getting a spinning wheel and not having the course info fully loaded. Below is the error generated on the LMS.

2021-06-21 21:35:09,046 ERROR 237366 [lms.djangoapps.courseware.module_render] [user 15662] [ip 73.59.244.159] module_render.py:1203 - XBlock <SequenceBlockWithMixins @9775 parent=BlockUsageLocator(CourseLocator('MITx', '6.036', '2020_Fall', None, None), 'chapter', 'welcome'), name=None, tags=[], display_name='Announcements', course_edit_method='Studio', days_early_for_beta=240000.0, due=None, edxnotes=False, edxnotes_visibility=True, giturl=None, graceperiod=datetime.timedelta(seconds=18300), graded=False, group_access={}, in_entrance_exam=False, matlab_api_key=None, max_attempts=None, rerandomize='once', self_paced=False, show_correctness='always', show_reset_button=False, showanswer='finished', start=datetime.datetime(2020, 1, 1, 0, 0, tzinfo=<UTC>), static_asset_path='', use_latex_compiler=False, user_partitions=[], video_auto_advance=False, video_bumper={}, video_speed_optimizations=True, visible_to_staff_only=False, xqa_key=None, chrome=None, default_tab=None, format=None, hide_from_toc=False, source_file=None, children=[BlockUsageLocator(CourseLocator('MITx', '6.036', '2020_Fall', None, None), 'vertical', 'announcements_vert'), BlockUsageLocator(CourseLocator('MITx', '6.036', '2020_Fall', None, None), 'vertical', 'archived_announcements_vert')], default_time_limit_minutes=None, exam_review_rules='', hide_after_due=False, is_entrance_exam=False, is_onboarding_exam=False, is_practice_exam=False, is_proctored_enabled=False, is_time_limited=False, position=1, xml_attributes={'linenum': '4', 'refnum': '1', 'tex_filename': './announcements.tex', 'filename': ['', None]}> attempted to access missing handler 'goto_position'
Traceback (most recent call last):
  File "/edx/app/edxapp/edx-platform/lms/djangoapps/courseware/module_render.py", line 1194, in _invoke_xblock_handler
    resp = handler_instance.handle(handler, req, suffix)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/xblock/mixins.py", line 85, in handle
    return self.runtime.handle(self, handler_name, request, suffix)
  File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1450, in handle
    return super().handle(block, handler_name, request, suffix=suffix)
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/xblock/runtime.py", line 1067, in handle
    raise NoSuchHandlerError("Couldn't find handler %r for %r" % (handler_name, block))
xblock.exceptions.NoSuchHandlerError: Couldn't find handler 'goto_position' for <SequenceBlockWithMixins @9775 parent=BlockUsageLocator(CourseLocator('MITx', '6.036', '2020_Fall', None, None), 'chapter', 'welcome'), name=None, tags=[], display_name='Announcements', course_edit_method='Studio', days_early_for_beta=240000.0, due=None, edxnotes=False, edxnotes_visibility=True, giturl=None, graceperiod=datetime.timedelta(seconds=18300), graded=False, group_access={}, in_entrance_exam=False, matlab_api_key=None, max_attempts=None, rerandomize='once', self_paced=False, show_correctness='always', show_reset_button=False, showanswer='finished', start=datetime.datetime(2020, 1, 1, 0, 0, tzinfo=<UTC>), static_asset_path='', use_latex_compiler=False, user_partitions=[], video_auto_advance=False, video_bumper={}, video_speed_optimizations=True, visible_to_staff_only=False, xqa_key=None, chrome=None, default_tab=None, format=None, hide_from_toc=False, source_file=None, children=[BlockUsageLocator(CourseLocator('MITx', '6.036', '2020_Fall', None, None), 'vertical', 'announcements_vert'), BlockUsageLocator(CourseLocator('MITx', '6.036', '2020_Fall', None, None), 'vertical', 'archived_announcements_vert')], default_time_limit_minutes=None, exam_review_rules='', hide_after_due=False, is_entrance_exam=False, is_onboarding_exam=False, is_practice_exam=False, is_proctored_enabled=False, is_time_limited=False, position=1, xml_attributes={'linenum': '4', 'refnum': '1', 'tex_filename': './announcements.tex', 'filename': ['', None]}>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.