ISFDB banner

Highest Ranked Collections of the 2020s

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

This report is generated once a day

Note: Some recent awards are yet to be integrated into the database.
Scoring: Wins are worth 50 points, nominations and second places are worth 35 points. For polls, third and lower places are worth (33-poll position) points. --> -->
Place Score Year Title Type Authors
1 166 2021
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sat Apr 27 23:43:11 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_popular.cgi in <module>()
    103                                 display_year = '0000'
    104                         print '<td>%s</td>' % ISFDBconvertYear(display_year)
=>  105                 print '<td>%s</td>' % ISFDBLink('title.cgi', title_id, title_title)
    106                 print '<td>%s</td>' % title_type
    107                 print '<td>'
ISFDBLink = <function ISFDBLink>, title_id = 2812777, title_title = ''
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='title.cgi', record_id=2812777, displayed_value='', brackets=False, argument='', transliterations=None)
    463         # use that function to retrieve transliterations
    464         elif trans_function and str(record_id).isdigit():
=>  465                 trans_values = trans_function(record_id)
    466         # If transliterated values have been found, add them to the link
    467         if trans_values:
trans_values = None, trans_function = <function SQLloadTransTitles>, record_id = 2812777
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransTitles(title_id=2812777)
   1740 def SQLloadTransTitles(title_id):
   1741         query = "select trans_title_title from trans_titles where title_id=%d" % int(title_id)
=> 1742         db.query(query)
   1743         result = db.store_result()
   1744         row = result.fetch_row()
global db = <_mysql.connection open to '127.0.0.1'>, db.query = <bound method Connection.query of <_mysql.connection open to '127.0.0.1'>>, query = 'select trans_title_title from trans_titles where title_id=2812777'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_title_title from trans_titles where title_id=2812777')
    237         if isinstance(query, bytearray):
    238             query = bytes(query)
=>  239         _mysql.connection.query(self, query)
    240 
    241     def _bytes_literal(self, bs):
global _mysql = <module 'MySQLdb._mysql' from '/usr/lib64/python2.7/site-packages/MySQLdb/_mysql.so'>, _mysql.connection = <type '_mysql.connection'>, _mysql.connection.query = <method 'query' of '_mysql.connection' objects>, self = <_mysql.connection open to '127.0.0.1'>, query = 'select trans_title_title from trans_titles where title_id=2812777'

<class 'MySQLdb._exceptions.ProgrammingError'>: (1146, "Table 'isfdb.trans_titles' doesn't exist")
      args = (1146, "Table 'isfdb.trans_titles' doesn't exist")
      message = ''