Skip to content

Instantly share code, notes, and snippets.

@usernamenumber
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usernamenumber/e51ebb0093c354807fff to your computer and use it in GitHub Desktop.
Save usernamenumber/e51ebb0093c354807fff to your computer and use it in GitHub Desktop.
/**
*
* This is the result of writing to an XBlock with a superclass of the Dict field, each of which have a bunch of
* logging/debug wrappers built into them. The result is somewhere between a confusing mess and an informative trip
* down the rabbit hole that is XBlock field internals. Enter if you dare. :)
*
* The code that produced this log is here:
https://github.com/usernamenumber/xb_scorm/blob/logging/xb_scorm/xb_scorm.py
* And this log is the result of running the following from the JS console:
var data = [["one","uno"],["one","eins"],["one","eens"],["two","dos"],["one","wa'"]]
for (var i in data) { API.LMSSetValue(data[i][0],data[i][1]) } ;
* The resulting value in the field is a single one of those k/v pairs. Which one
* depends on which instance syncs last (note that the logging data does not
* include the actual sync operation.
* The format of each log line is:
history->of->callers->which->can->get->really->really->really->long
B `id(xblock instance)` F `id(field instance)` @ time.time() MESSAGE
FIELD CONTENTS (if applicable)
* TIPS: Try saving this to a file and running commands like the following...
# All save and cache save operations
grep -A1 -B1 SAVE logfile
# A single instance in isolation (much easier to follow!)
grep -A1 -B1 $block_id logfile
*
**/
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->load_classes->_load_class_entry_point->load-><module>-><module>->__new__->__new__->__get__
B 4364948792 F no field yet @ 1415773128.31 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->load_classes->_load_class_entry_point->load-><module>-><module>->__new__->__new__->__get__
B 4364948792 F no field yet @ 1415773128.39 FIELD GET returning <LoggingDict unknown>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->add_class_scenarios->add_xml_scenario->parse_xml_string->parse_xml_file->_usage_id_from_node->parse_xml->add_node_as_child->_usage_id_from_node->mix->__new__->__new__->__get__
B 4364948792 F no field yet @ 1415773128.98 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->add_class_scenarios->add_xml_scenario->parse_xml_string->parse_xml_file->_usage_id_from_node->parse_xml->add_node_as_child->_usage_id_from_node->mix->__new__->__new__->__get__
B 4364948792 F no field yet @ 1415773128.98 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->add_class_scenarios->add_xml_scenario->parse_xml_string->parse_xml_file->_usage_id_from_node->parse_xml->add_node_as_child->_usage_id_from_node->mix->__new__->__new__->__get__
B 4364948792 F no field yet @ 1415773128.98 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->add_class_scenarios->add_xml_scenario->parse_xml_string->parse_xml_file->_usage_id_from_node->parse_xml->add_node_as_child->_usage_id_from_node->mix->__new__->__new__->__get__
B 4364948792 F no field yet @ 1415773128.98 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->add_class_scenarios->add_xml_scenario->parse_xml_string->parse_xml_file->_usage_id_from_node->parse_xml->add_node_as_child->_usage_id_from_node->save
B 4434166096 F no field yet @ 1415773128.98 SAVE START
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->resolve->url_patterns->urlconf_module->import_module-><module>->init_scenarios->add_class_scenarios->add_xml_scenario->parse_xml_string->parse_xml_file->_usage_id_from_node->parse_xml->add_node_as_child->_usage_id_from_node->save
B 4434166096 F no field yet @ 1415773128.99 SAVE END
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434611024 F no field yet @ 1415773129.01 SCORM SET for {u'one': u'uno'} starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434661520 F no field yet @ 1415773129.02 SCORM SET for {u'two': u'dos'} starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434663312 F no field yet @ 1415773129.02 SCORM SET for {u'one': u'eens'} starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662672 F no field yet @ 1415773129.02 SCORM SET for {u'one': u"wa'"} starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662992 F no field yet @ 1415773129.02 SCORM SET for {u'one': u'eins'} starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434663312 F 4433380880 @ 1415773129.03 FIELD GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434662672 F 4433380880 @ 1415773129.03 FIELD GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434611024 F 4433380880 @ 1415773129.02 FIELD GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434662992 F 4433380880 @ 1415773129.03 FIELD GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434661520 F 4433380880 @ 1415773129.02 FIELD GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434662672 F 4433380880 @ 1415773129.04 FIELD CACHE GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434611024 F 4433380880 @ 1415773129.04 FIELD CACHE GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434663312 F 4433380880 @ 1415773129.04 FIELD CACHE GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434662992 F 4433380880 @ 1415773129.05 FIELD CACHE GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434661520 F 4433380880 @ 1415773129.05 FIELD CACHE GET starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434662672 F 4433380880 @ 1415773129.06 FIELD CACHE GET returning fields.NO_CACHE_VALUE
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434663312 F 4433380880 @ 1415773129.06 FIELD CACHE GET returning fields.NO_CACHE_VALUE
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434662992 F 4433380880 @ 1415773129.06 FIELD CACHE GET returning fields.NO_CACHE_VALUE
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434611024 F 4433380880 @ 1415773129.06 FIELD CACHE GET returning fields.NO_CACHE_VALUE
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_get_cached_value
B 4434661520 F 4433380880 @ 1415773129.06 FIELD CACHE GET returning fields.NO_CACHE_VALUE
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.07 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.08 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.08 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.07 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.08 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.09 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.08 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.08 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.09 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->has->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.09 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.1 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.1 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.1 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.1 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.11 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.11 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.11 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.11 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.12 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->default->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.12 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434662992 F 4433380880 @ 1415773129.12 FIELD CACHE SET for {} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434611024 F 4433380880 @ 1415773129.12 FIELD CACHE SET for {} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434662672 F 4433380880 @ 1415773129.12 FIELD CACHE SET for {} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434663312 F 4433380880 @ 1415773129.13 FIELD CACHE SET for {} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434661520 F 4433380880 @ 1415773129.14 FIELD CACHE SET for {} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434662992 F 4433380880 @ 1415773129.14 FIELD CACHE SET for {} returning
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434662672 F 4433380880 @ 1415773129.14 FIELD CACHE SET for {} returning
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434611024 F 4433380880 @ 1415773129.14 FIELD CACHE SET for {} returning
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434663312 F 4433380880 @ 1415773129.14 FIELD CACHE SET for {} returning
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434662672 F 4433380880 @ 1415773129.15 FIELD GET returning {}
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434611024 F 4433380880 @ 1415773129.15 FIELD GET returning {}
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434662992 F 4433380880 @ 1415773129.15 FIELD GET returning {}
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__->__get__->_set_cached_value
B 4434661520 F 4433380880 @ 1415773129.15 FIELD CACHE SET for {} returning
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434663312 F 4433380880 @ 1415773129.15 FIELD GET returning {}
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662672 F no field yet @ 1415773129.16 SCORM SET for {u'one': u"wa'"} copied {}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434611024 F no field yet @ 1415773129.16 SCORM SET for {u'one': u'uno'} copied {}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662992 F no field yet @ 1415773129.16 SCORM SET for {u'one': u'eins'} copied {}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__get__
B 4434661520 F 4433380880 @ 1415773129.16 FIELD GET returning {}
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662672 F no field yet @ 1415773129.16 SCORM SET for {u'one': u"wa'"} updated to {u'one': u"wa'"}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434611024 F no field yet @ 1415773129.17 SCORM SET for {u'one': u'uno'} updated to {u'one': u'uno'}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434663312 F no field yet @ 1415773129.16 SCORM SET for {u'one': u'eens'} copied {}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434661520 F no field yet @ 1415773129.17 SCORM SET for {u'two': u'dos'} copied {}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662992 F no field yet @ 1415773129.17 SCORM SET for {u'one': u'eins'} updated to {u'one': u'eins'}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434662672 F 4433380880 @ 1415773129.17 FIELD SET for {u'one': u"wa'"} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434663312 F no field yet @ 1415773129.17 SCORM SET for {u'one': u'eens'} updated to {u'one': u'eens'}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434661520 F no field yet @ 1415773129.17 SCORM SET for {u'two': u'dos'} updated to {u'two': u'dos'}
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434662992 F 4433380880 @ 1415773129.17 FIELD SET for {u'one': u'eins'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434611024 F 4433380880 @ 1415773129.17 FIELD SET for {u'one': u'uno'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434663312 F 4433380880 @ 1415773129.18 FIELD SET for {u'one': u'eens'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434662672 F 4433380880 @ 1415773129.18 FIELD CACHE SET for {u'one': u"wa'"} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434662992 F 4433380880 @ 1415773129.18 FIELD CACHE SET for {u'one': u'eins'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434661520 F 4433380880 @ 1415773129.18 FIELD SET for {u'two': u'dos'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434611024 F 4433380880 @ 1415773129.18 FIELD CACHE SET for {u'one': u'uno'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434663312 F 4433380880 @ 1415773129.18 FIELD CACHE SET for {u'one': u'eens'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434662992 F 4433380880 @ 1415773129.19 FIELD CACHE SET for {u'one': u'eins'} returning
FIELD CONTENTS: one = eins
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434662672 F 4433380880 @ 1415773129.19 FIELD CACHE SET for {u'one': u"wa'"} returning
FIELD CONTENTS: one = wa'
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434661520 F 4433380880 @ 1415773129.19 FIELD CACHE SET for {u'two': u'dos'} starting
FIELD CONTENTS: EMPTY
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434611024 F 4433380880 @ 1415773129.19 FIELD CACHE SET for {u'one': u'uno'} returning
FIELD CONTENTS: one = uno
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434663312 F 4433380880 @ 1415773129.19 FIELD CACHE SET for {u'one': u'eens'} returning
FIELD CONTENTS: one = eens
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434662992 F 4433380880 @ 1415773129.19 FIELD SET for {u'one': u'eins'} returning
FIELD CONTENTS: one = eins
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__->__set__->_set_cached_value
B 4434661520 F 4433380880 @ 1415773129.2 FIELD CACHE SET for {u'two': u'dos'} returning
FIELD CONTENTS: two = dos
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434662672 F 4433380880 @ 1415773129.2 FIELD SET for {u'one': u"wa'"} returning
FIELD CONTENTS: one = wa'
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434611024 F 4433380880 @ 1415773129.2 FIELD SET for {u'one': u'uno'} returning
FIELD CONTENTS: one = uno
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434663312 F 4433380880 @ 1415773129.2 FIELD SET for {u'one': u'eens'} returning
FIELD CONTENTS: one = eens
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662992 F no field yet @ 1415773129.2 SCORM SET for {u'one': u'eins'} done
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434662672 F no field yet @ 1415773129.2 SCORM SET for {u'one': u"wa'"} done
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value->__set__
B 4434661520 F 4433380880 @ 1415773129.2 FIELD SET for {u'two': u'dos'} returning
FIELD CONTENTS: two = dos
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434662992 F no field yet @ 1415773129.21 SAVE START
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434611024 F no field yet @ 1415773129.21 SCORM SET for {u'one': u'uno'} done
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434663312 F no field yet @ 1415773129.21 SCORM SET for {u'one': u'eens'} done
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434662672 F no field yet @ 1415773129.21 SAVE START
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->wrapper->scorm_set_value
B 4434661520 F no field yet @ 1415773129.21 SCORM SET for {u'two': u'dos'} done
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434611024 F no field yet @ 1415773129.22 SAVE START
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434663312 F no field yet @ 1415773129.22 SAVE START
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.22 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.22 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434661520 F no field yet @ 1415773129.22 SAVE START
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.23 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.23 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.23 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.23 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.23 FIELD GET starting
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.23 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.24 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save->save->set_many->_key->_getfield->__get__
B 4364948792 F no field yet @ 1415773129.24 FIELD GET returning <LoggingDict scorm_data>
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434662992 F no field yet @ 1415773129.26 SAVE END
[12/Nov/2014 01:18:49] "POST /handler/xblockscorm.xb_scorm.d0.u0/scorm_set_value/?student=student_1& HTTP/1.1" 200 1169

__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434662672 F no field yet @ 1415773129.26 SAVE END
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434611024 F no field yet @ 1415773129.27 SAVE END
[12/Nov/2014 01:18:49] "POST /handler/xblockscorm.xb_scorm.d0.u0/scorm_set_value/?student=student_1& HTTP/1.1" 200 1164
[12/Nov/2014 01:18:49] "POST /handler/xblockscorm.xb_scorm.d0.u0/scorm_set_value/?student=student_1& HTTP/1.1" 200 1174

__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434663312 F no field yet @ 1415773129.28 SAVE END
__bootstrap->__bootstrap_inner->run->process_request_thread->finish_request->__init__->__init__->handle->run->__call__->__call__->get_response->handler->handle->save
B 4434661520 F no field yet @ 1415773129.28 SAVE END
[12/Nov/2014 01:18:49] "POST /handler/xblockscorm.xb_scorm.d0.u0/scorm_set_value/?student=student_1& HTTP/1.1" 200 1169
[12/Nov/2014 01:18:49] "POST /handler/xblockscorm.xb_scorm.d0.u0/scorm_set_value/?student=student_1& HTTP/1.1" 200 1164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment