Unable to import Open edX course into Nutmeg

Hi all,
On importing my course from EDX onto a local development Nutmeg server, at the “Updating Course” stage, I am getting the following error:

Traceback (most recent call last):
File “/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py”, line 1087, in init
if not getattr(self, “tabs”, ):
File “/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/xblock/fields.py”, line 511, in get
value = self.from_json(field_data.get(xblock, self.name))
File “/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py”, line 561, in from_json
self.validate_tabs(values)
File “/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py”, line 512, in validate_tabs
raise InvalidTabsException(
xmodule.tabs.InvalidTabsException: Expected first tab to have type ‘course_info’. tabs: ‘[{‘course_staff_only’: False, ‘name’: ‘Course’, ‘type’: ‘courseware’}, {‘course_staff_only’: False, ‘name’: ‘Progress’, ‘type’: ‘progress’}, {‘course_staff_only’: False, ‘name’: ‘Dates’, ‘type’: ‘dates’}, {‘course_staff_only’: False, ‘name’: ‘Discussion’, ‘type’: ‘discussion’}, {‘course_staff_only’: False, ‘is_hidden’: True, ‘name’: ‘Wiki’, ‘type’: ‘wiki’}, {‘course_staff_only’: False, ‘name’: ‘Syllabus’, ‘type’: ‘static_tab’, ‘url_slug’: ‘5be6850f6c4a4d9bb3211ac4df723ba6’}, {‘course_staff_only’: False, ‘name’: ‘FAQ’, ‘type’: ‘static_tab’, ‘url_slug’: ‘e0c0de01f6374f90a83542fb219368be’}, {‘course_staff_only’: False, ‘name’: ‘Textbooks’, ‘type’: ‘textbooks’}]’

Please suggest right way to solve this issue.
Thanks in Advance :slightly_smiling_face:

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