A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/home/sandbox/public_html/cgi-bin/Story01.py in main() |
509 if ( NetworkLimit < 1 ): NetworkLimit = 100
|
510
|
=> 511 displayData( db, project, account, pwd, node, NetworkLimit )
|
512
|
513
|
global displayData = <function displayData>, db = 'hanyang2022', project = 'hanyang2022', account = 'guest', pwd = 'guest', node = '\xea\xb3\xa0\xec\xa2\x85\xed\x99\xa9\xec\xa0\x9c_\xec\x96\xb4\xec\xb0\xa8 ', NetworkLimit = 100 |
/home/sandbox/public_html/cgi-bin/Story01.py in displayData(database='hanyang2022', project='hanyang2022', account='guest', password='guest', node='\xea\xb3\xa0\xec\xa2\x85\xed\x99\xa9\xec\xa0\x9c_\xec\x96\xb4\xec\xb0\xa8 ', NetworkLimit=100) |
483
|
484 if( count <= NetworkLimit ):
|
=> 485 displayNetwork( nodelist, edgelist, database, project, account, password, node )
|
486 else:
|
487 displayList( nodelist, edgelist, database, project, account, password, node )
|
global displayNetwork = <function displayNetwork>, nodelist = [{'class': u'Multimedia', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/3DModel.png', 'id': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...y?url=dh.aks.ac.kr/hanyang2/glb/\ubb3c\ud488/3D-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.glb', 'label': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28 3D \ubaa8\ub378'}, {'class': u'Object', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/image/2021/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.jpg', 'id': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'label': u'\uace0\uc885\ud669\uc81c \uc5b4\ucc28'}], edgelist = [{'attribute': None, 'relation': u'hasReferenceNote', 'source': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'target': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28'}, {'attribute': None, 'relation': u'isShownBy', 'source': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'target': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28'}], database = 'hanyang2022', project = 'hanyang2022', account = 'guest', password = 'guest', node = '\xea\xb3\xa0\xec\xa2\x85\xed\x99\xa9\xec\xa0\x9c_\xec\x96\xb4\xec\xb0\xa8 ' |
/home/sandbox/public_html/cgi-bin/Story01.py in displayNetwork(nodelist=[{'class': u'Multimedia', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/3DModel.png', 'id': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...y?url=dh.aks.ac.kr/hanyang2/glb/\ubb3c\ud488/3D-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.glb', 'label': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28 3D \ubaa8\ub378'}, {'class': u'Object', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/image/2021/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.jpg', 'id': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'label': u'\uace0\uc885\ud669\uc81c \uc5b4\ucc28'}], edgelist=[{'attribute': None, 'relation': u'hasReferenceNote', 'source': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'target': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28'}, {'attribute': None, 'relation': u'isShownBy', 'source': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'target': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28'}], database='hanyang2022', project='hanyang2022', account='guest', password='guest', node='\xea\xb3\xa0\xec\xa2\x85\xed\x99\xa9\xec\xa0\x9c_\xec\x96\xb4\xec\xb0\xa8 ') |
342 if not line: break
|
343 if( '#YourData' == line.strip()):
|
=> 344 printNodes( nodelist, database, project, account, password, node )
|
345 printLinks( edgelist, node, account )
|
346 else:
|
global printNodes = <function printNodes>, nodelist = [{'class': u'Multimedia', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/3DModel.png', 'id': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...y?url=dh.aks.ac.kr/hanyang2/glb/\ubb3c\ud488/3D-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.glb', 'label': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28 3D \ubaa8\ub378'}, {'class': u'Object', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/image/2021/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.jpg', 'id': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'label': u'\uace0\uc885\ud669\uc81c \uc5b4\ucc28'}], database = 'hanyang2022', project = 'hanyang2022', account = 'guest', password = 'guest', node = '\xea\xb3\xa0\xec\xa2\x85\xed\x99\xa9\xec\xa0\x9c_\xec\x96\xb4\xec\xb0\xa8 ' |
/home/sandbox/public_html/cgi-bin/Story01.py in printNodes(nodelist=[{'class': u'Multimedia', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/3DModel.png', 'id': u'3d-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...y?url=dh.aks.ac.kr/hanyang2/glb/\ubb3c\ud488/3D-\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.glb', 'label': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28 3D \ubaa8\ub378'}, {'class': u'Object', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/image/2021/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28.jpg', 'id': u'\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\uace0\uc885\ud669\uc81c_\uc5b4\ucc28', 'label': u'\uace0\uc885\ud669\uc81c \uc5b4\ucc28'}], database='hanyang2022', project='hanyang2022', account='guest', password='guest', subject='\xea\xb3\xa0\xec\xa2\x85\xed\x99\xa9\xec\xa0\x9c_\xec\x96\xb4\xec\xb0\xa8 ') |
225
|
226 #add show-all-story-nodes button
|
=> 227 if( subjectClass == 'Story' ) :
|
228 print " nodesArray.push({"
|
229 print " id: 'switch1',"
|
subjectClass undefined |