Created
January 18, 2014 22:44
-
-
Save antoviaque/8497860 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2014-01-18 17:42:21,194 ERROR 7642 [xmodule.seq_module] seq_module.py:144 - Unable to load child when parsing Sequence. Continuing... | |
| Traceback (most recent call last): | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py", line 141, in definition_from_xml | |
| child_block = system.process_xml(etree.tostring(child, encoding='unicode')) | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py", line 176, in process_xml | |
| id_generator, | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py", line 307, in create_block_from_xml | |
| xblock = xblock_class.parse_xml(node, system, scope_ids, id_generator) | |
| File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/core.py", line 340, in parse_xml | |
| block.runtime.add_node_as_child(block, child, id_generator) | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py", line 242, in add_node_as_child | |
| child_block = self.process_xml(etree.tostring(node)) | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py", line 176, in process_xml | |
| id_generator, | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py", line 307, in create_block_from_xml | |
| xblock = xblock_class.parse_xml(node, system, scope_ids, id_generator) | |
| TypeError: parse_xml() takes exactly 4 arguments (5 given) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment