<type 'exceptions.UnboundLocalError'>
Python 2.7.12: /usr/bin/python
Fri May 24 06:06:06 2024

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 ()
    510 
    511         displayData( db, project, account, pwd, node, NetworkLimit  )
    512 
    513 
=>  514 main()
main = <function main>
 /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 = '3D-\xeb\x8d\x95\xec\x88\x98\xea\xb6\x81_\xec\x9b\x90\xec\x88\x98\xeb\xb6\x801 ', NetworkLimit = 100
 /home/sandbox/public_html/cgi-bin/Story01.py in displayData(database='hanyang2022', project='hanyang2022', account='guest', password='guest', node='3D-\xeb\x8d\x95\xec\x88\x98\xea\xb6\x81_\xec\x9b\x90\xec\x88\x98\xeb\xb6\x801 ', 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-\ub355\uc218\uad81_\uc6d0\uc218\ubd801', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...?url=dh.aks.ac.kr/hanyang2/glb/\uac74\ubb3c/3D-\ub355\uc218\uad81_\uc6d0\uc218\ubd801.glb', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd801 3D \ubaa8\ub378'}, {'class': u'Architecture', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/architecture.png', 'id': u'\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd80'}], edgelist = [{'attribute': None, 'relation': u'isShownBy', 'source': u'\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'target': u'3d-\ub355\uc218\uad81_\uc6d0\uc218\ubd801'}], database = 'hanyang2022', project = 'hanyang2022', account = 'guest', password = 'guest', node = '3D-\xeb\x8d\x95\xec\x88\x98\xea\xb6\x81_\xec\x9b\x90\xec\x88\x98\xeb\xb6\x801 '
 /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-\ub355\uc218\uad81_\uc6d0\uc218\ubd801', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...?url=dh.aks.ac.kr/hanyang2/glb/\uac74\ubb3c/3D-\ub355\uc218\uad81_\uc6d0\uc218\ubd801.glb', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd801 3D \ubaa8\ub378'}, {'class': u'Architecture', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/architecture.png', 'id': u'\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd80'}], edgelist=[{'attribute': None, 'relation': u'isShownBy', 'source': u'\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'target': u'3d-\ub355\uc218\uad81_\uc6d0\uc218\ubd801'}], database='hanyang2022', project='hanyang2022', account='guest', password='guest', node='3D-\xeb\x8d\x95\xec\x88\x98\xea\xb6\x81_\xec\x9b\x90\xec\x88\x98\xeb\xb6\x801 ')
    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-\ub355\uc218\uad81_\uc6d0\uc218\ubd801', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...?url=dh.aks.ac.kr/hanyang2/glb/\uac74\ubb3c/3D-\ub355\uc218\uad81_\uc6d0\uc218\ubd801.glb', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd801 3D \ubaa8\ub378'}, {'class': u'Architecture', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/architecture.png', 'id': u'\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd80'}], database = 'hanyang2022', project = 'hanyang2022', account = 'guest', password = 'guest', node = '3D-\xeb\x8d\x95\xec\x88\x98\xea\xb6\x81_\xec\x9b\x90\xec\x88\x98\xeb\xb6\x801 '
 /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-\ub355\uc218\uad81_\uc6d0\uc218\ubd801', 'infoUrl': u'http://dh.aks.ac.kr/~sandbox/cgi-bin/3dm/ModelVi...?url=dh.aks.ac.kr/hanyang2/glb/\uac74\ubb3c/3D-\ub355\uc218\uad81_\uc6d0\uc218\ubd801.glb', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd801 3D \ubaa8\ub378'}, {'class': u'Architecture', 'iconUrl': u'http://dh.aks.ac.kr/hanyang2/icon/architecture.png', 'id': u'\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'infoUrl': u'http://dh.aks.ac.kr/hanyang2/wiki/index.php/\ub355\uc218\uad81_\uc6d0\uc218\ubd80', 'label': u'\ub355\uc218\uad81 \uc6d0\uc218\ubd80'}], database='hanyang2022', project='hanyang2022', account='guest', password='guest', subject='3D-\xeb\x8d\x95\xec\x88\x98\xea\xb6\x81_\xec\x9b\x90\xec\x88\x98\xeb\xb6\x801 ')
    225         
    226         #add show-all-story-nodes button
=>  227         if( subjectClass == 'Story' ) :
    228                 print "                 nodesArray.push({"
    229                 print "                         id: 'switch1',"
subjectClass undefined

<type 'exceptions.UnboundLocalError'>: local variable 'subjectClass' referenced before assignment
      args = ("local variable 'subjectClass' referenced before assignment",)
      message = "local variable 'subjectClass' referenced before assignment"