ISFDB banner

ISFDB Name search

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

A search for 'Dan DoboČ™' found 2 matches

--> -->

 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sun Apr 28 00:28:22 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/se.cgi in <module>()
    277                         PrintSummary(arg, len(results), 300, 'Author', 'author')
    278                         if results:
=>  279                                 PrintAuthorTable(results, 0, 300)
    280                         else:
    281                                 PrintGoogleSearch(arg, 'name')
PrintAuthorTable = <function PrintAuthorTable>, results = [(140888, 'Dan Dobos', None, None, None, None, None, None, 602, None, 0, None, 602, 'Dobos', 54, None), (303311, 'Dan Dobo\xc8\x99', 'Dobo\xc8\x99, Dan Nicolae', None, '1970-07-31', None, None, None, 459, None, 0, None, 459, 'Dobos', 54, None)]
 /home/stoecker/isfdb/install/cgi-bin/common.py in PrintAuthorTable(authors=[(140888, 'Dan Dobos', None, None, None, None, None, None, 602, None, 0, None, 602, 'Dobos', 54, None), (303311, 'Dan Dobo\xc8\x99', 'Dobo\xc8\x99, Dan Nicolae', None, '1970-07-31', None, None, None, 459, None, 0, None, 459, 'Dobos', 54, None)], merge=0, limit=300, user=None)
   1420         for author in authors:
   1421                 author_ids.append(author[AUTHOR_ID])
=> 1422         trans_names = SQLLoadTransAuthorNamesList(author_ids)
   1423         trans_legal_names = SQLtransLegalNames(author_ids)
   1424 
trans_names undefined, global SQLLoadTransAuthorNamesList = <function SQLLoadTransAuthorNamesList>, author_ids = [140888, 303311]
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLLoadTransAuthorNamesList(author_ids=[140888, 303311])
   1791                   where a.author_id = at.author_id
   1792                   and a.author_id in (%s)""" % author_ids_string
=> 1793         db.query(query)
   1794         result = db.store_result()
   1795         results = {}
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 a.author_id, at.trans_author_name\n ... and a.author_id in ('140888','303311')"
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query="select a.author_id, at.trans_author_name\n ... and a.author_id in ('140888','303311')")
    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 a.author_id, at.trans_author_name\n ... and a.author_id in ('140888','303311')"

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