ISFDB banner

Most-Reviewed Titles Details

You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed.

Most-Reviewed Titles of 1969

This report is generated once a day

--> -->
Count Reviews Title Type Authors
1 40
 
 
<type 'exceptions.IndexError'>
Python 2.7.18: /usr/bin/python
Thu May 2 19:52:49 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/stoecker/isfdb/install/cgi-bin/most_reviewed.cgi in <module>()
     79                         # Retrieve this record's title and type
     80                         title_data = SQLloadTitle(title_id)
=>   81                         print '<td>%s</td>' % ISFDBLink('title.cgi', title_id, title_data[TITLE_TITLE])
     82                         print '<td>%s</td>' % title_data[TITLE_TTYPE]
     83                         print '<td>'
ISFDBLink = <function ISFDBLink>, title_id = 7662, title_data = [], TITLE_TITLE = 1

<type 'exceptions.IndexError'>: list index out of range
      args = ('list index out of range',)
      message = 'list index out of range'