<type 'exceptions.IndexError'> | Python 2.7.12: /usr/bin/python Thu Nov 28 11:18:30 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/webuser/wwwhome/cgi-bin/wikiGraph2.py in |
562 |
563 #https://dh.aks.ac.kr/cgi-bin/wikiGraph2.py?account=edu&script=Celery4.lst |
564 #https://dh.aks.ac.kr/cgi-bin/wikiGraph2.py?url=dh.aks.ac.kr/Edu/wiki&script=Celery4.lst |
565 |
=> 566 main() |
main = <function main> |
/home/webuser/wwwhome/cgi-bin/wikiGraph2.py in main() |
556 if direction=="RL": direction="LR" |
557 |
=> 558 displayNetwork( account, guestUrl, script, direction ) |
559 #displayNetwork( 'tutor', 'sov_help.lst', 'NORMAL' ) |
560 #displayNetwork( 'tutor', 'sov_help.lst', 'UD' ) |
global displayNetwork = <function displayNetwork>, account = '', guestUrl = 'dh.aks.ac.kr/~nkh/wiki/index.php', script = '\xeb\xaf\xbc\xeb\xb3\x91\xed\x83\x9c.lst', direction = 'NORMAL' |
/home/webuser/wwwhome/cgi-bin/wikiGraph2.py in displayNetwork(account='', guestUrl='dh.aks.ac.kr/~nkh/wiki/index.php', script='\xeb\xaf\xbc\xeb\xb3\x91\xed\x83\x9c.lst', directionType='NORMAL') |
455 |
456 #---------------------------- |
=> 457 drawGraph( account, guestUrl, script ) |
458 #---------------------------- |
459 |
global drawGraph = <function drawGraph>, account = '', guestUrl = 'dh.aks.ac.kr/~nkh/wiki/index.php', script = '\xeb\xaf\xbc\xeb\xb3\x91\xed\x83\x9c.lst' |
/home/webuser/wwwhome/cgi-bin/wikiGraph2.py in drawGraph(account='', guestUrl='dh.aks.ac.kr/~nkh/wiki/index.php', script='\xeb\xaf\xbc\xeb\xb3\x91\xed\x83\x9c.lst') |
291 i = 0 |
292 while i < valid: |
=> 293 list[i] = row[i] |
294 i += 1 |
295 nodes.append( {'id':list[0], 'category':list[1], 'label':list[2], 'url1':list[3], 'url3':list[4], 'option':list[5]} ) |
list = ['\xea\xb8\xb0\xea\xb4\x802', 'Institution', '\xec\x9d\xbc\xeb\xb3\xb8', '\xea\xb2\x8c\xec\x9d\xb4\xec\x98\xa4\xeb\x8c\x80\xed\x95\x99(\xe6\x85\xb6\xe6\x87\x89\xe5\xa4\xa7\xe5\xad\xb8)', '\xeb\xb2\x95\xed\x95\x99\xeb\xb6\x80', '\xec\xa0\x95\xec\xb9\x98\xed\x95\x99\xea\xb3\xbc'], i = 6, row = ['\xea\xb8\xb0\xea\xb4\x802', 'Institution', '\xec\x9d\xbc\xeb\xb3\xb8', '\xea\xb2\x8c\xec\x9d\xb4\xec\x98\xa4\xeb\x8c\x80\xed\x95\x99(\xe6\x85\xb6\xe6\x87\x89\xe5\xa4\xa7\xe5\xad\xb8)', '\xeb\xb2\x95\xed\x95\x99\xeb\xb6\x80', '\xec\xa0\x95\xec\xb9\x98\xed\x95\x99\xea\xb3\xbc', 'null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1'] |
<type 'exceptions.IndexError'>: list assignment index out of range
args =
('list assignment index out of range',)
message =
'list assignment index out of range'