Created
December 13, 2013 18:31
-
-
Save antoviaque/7948918 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
| 2013-12-10 16:55:25,474 WARNING 12535 [xmodule.modulestore.mongo.base] base.py:211 - Failed to load descriptor | |
| Traceback (most recent call last): | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py", line 206, in load_item | |
| inherit_metadata(module, metadata_to_inherit) | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py", line 86, in inherit_metadata | |
| descriptor.xblock_kvs.inherited_settings = inherited_data | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 203, in xblock_kvs | |
| self.save() | |
| File "/edx/app/edxapp/edx-platform/xblock-mentoring/mentoring/answer.py", line 88, in save | |
| super(AnswerBlock, self).save() | |
| File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/core.py", line 177, in save | |
| self._field_data.set_many(self, fields_to_save) | |
| File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/runtime.py", line 182, in set_many | |
| self._kvs.set_many(updated_dict) | |
| File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/runtime.py", line 68, in set_many | |
| self.set(key, value) | |
| File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py", line 97, in set | |
| raise InvalidScopeError(key) | |
| InvalidScopeError: Key(scope=ScopeBase(user=1, block=0), user_id=None, block_scope_id=Location(u'i4x', u'TestX', u'TST101', u'answer', u'answer1', None), field_name='student_input') | |
| => user_state scope (user=ONE, block=USAGE) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment