ISFDB banner

Highest Ranked Non-Fiction Authors of the 2010s

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. Only title-based awards are used for ranking purposes.
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 Author
1 457 --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sat Apr 27 19:21:53 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/popular_authors.cgi in <module>()
    115                 print '<th>Editor</th>'
    116         print '</tr>'
=>  117         printTableBody(author_dict)
    118         print '</table>'
    119         
printTableBody = <function printTableBody>, author_dict = {12: 47, 22: 46, 23: 85, 28: 28, 37: 319, 48: 30, 54: 85, 82: 1, 104: 35, 109: 1, ...}
 /home/stoecker/isfdb/install/cgi-bin/popular_authors.cgi in printTableBody(author_dict={12: 47, 22: 46, 23: 85, 28: 28, 37: 319, 48: 30, 54: 85, 82: 1, 104: 35, 109: 1, ...})
     27                 print '<td>'
     28                 author_data = SQLloadAuthorData(author_id)
=>   29                 print ISFDBLink('ea.cgi', author_data[AUTHOR_ID], author_data[AUTHOR_CANONICAL])
     30                 print '</td>'
     31                 print '</tr>'
global ISFDBLink = <function ISFDBLink>, author_data = (160175, 'Alexandra Pierce', None, None, None, None, None, None, 1800, None, 0, None, 1800, 'Pierce', 17, None), global AUTHOR_ID = 0, global AUTHOR_CANONICAL = 1
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=160175, displayed_value='Alexandra Pierce', 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 SQLloadTransAuthorNames>, record_id = 160175
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=160175)
   1773 def SQLloadTransAuthorNames(author_id):
   1774         query = "select trans_author_name from trans_authors where author_id=%d" % int(author_id)
=> 1775         db.query(query)
   1776         result = db.store_result()
   1777         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_author_name from trans_authors where author_id=160175'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_author_name from trans_authors where author_id=160175')
    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_author_name from trans_authors where author_id=160175'

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