ISFDB banner

All Tags for Robert J. Sawyer

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

science fiction (22), dinosaurs (6), aliens (6), artificial intelligence (6), internet (4), first contact (4), time travel (3), Earth (3), nanotechnology (3), murder (3), religion (3), alien perspective (3), higher intelligence (3), genocide (3), quantum mechanics (3), United States (3), mass extinction (2), primates (2), aviation (2), interstellar travel (2), genetic engineering (2), psychology (2), surveillance (2), courtroom drama (2), dyson sphere (2), free will (2), Ontario (2), hard sf (2), near future (2), thriller (2), alternate history (2), viruses (1), Martians (1), 2-award-winner (1), afterlife (1), immortality (1), soul (1), mystery (1), telescopes (1), astrology (1), astronomy (1), hunting (1), gas giant (1), alien artifacts (1), Geology (1), paleontology (1), evolution (1), space elevator (1), eclipse (1), set in 1990s (1), into-tv (1), set in 2000s (decade) (1), precognition (1), observer effect (1), suicide (1), switzerland (1), alien contact (1), uploaded personalities (1), Betelgeuse (1), supernova (1), virtual reality (1), paleontologists (1), Fermi paradox (1), Beta Hydri (1), hominins (1), Neanderthals (1), parallel world (1), physicists (1), rape (1), LGBTQ+ (1), smell (1), pheromones (1), population control (1), reproduction (1), Utopia (1), eugenics (1), wolves (1), intelligence (1), magnetic pole reversal (1), language (1), surgery (1), astronomers (1), rejuvenation (1), Sigma Draconis (1), mind transfer (1), punishment (1), set in 2010s (1), blindness (1), pandemic (1), Tokyo (1), China (1), sign language (1), art (1), information theory (1), Essays on Robert Heinlein (1), post-traumatic stress disorder (1), memory (1), assassination (1), Washington DC (1), electromagnetic pulse (1), terrorism (1), private investigators (1), mars (1), set in 2020s (1), politics (1), consciousness (1), Canada (1), empathy (1) --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Mon Apr 29 18:57:41 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/authortags.cgi in <module>()
     43                 print print_string
     44 
=>   45         print '<p><b>Back to the Summary Bibliography page for %s</b>' % ISFDBLink('ea.cgi', author_id, author_name)
     46 
     47         PrintTrailer('authortags', author_id, author_id)
ISFDBLink = <function ISFDBLink>, author_id = 346, author_name = 'Robert J. Sawyer'
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=346, displayed_value='Robert J. Sawyer', 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 = 346
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=346)
   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=346'
 /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=346')
    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=346'

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