ISFDB banner

All Tags for Christopher Priest

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 (17), england (6), unreliable narrator (4), murder (4), near future (4), time distortion (3), london (3), twins (3), first person point of view (3), alternate history (3), novelization (3), fantasy (2), steampunk (2), dystopia (2), virtual reality (2), first person (2), UK (2), world war ii (2), horror (2), time travel (2), Brian W. Aldiss (2), SF: The 100 Best Novels 1949-1984 (1), moving city (1), perception of reality (1), Kurd Laßwitz Award: Best Foreign Novel (1), Modern Fantasy: The Hundred Best Novels 1946-1987 (1), immortality (1), magician (1), electricity (1), Nicola Tesla (1), Colorado (1), diaries (1), teleportation (1), human duplication (1), into-movie (1), Nikola Tesla (1), British dystopia (1), civil war (1), immigration (1), mars (1), Martians (1), slavery (1), interplanetary travel (1), Wessex (1), mother and son (1), divorcee (1), surveillance (1), government surveillance (1), about authors (1), books-about-authors (1), author protagonist (1), rural England (1), writer (1), writers (1), nuclear accident (1), nuclear disaster (1), nuclear radiation (1), Wiltshire (1), censorship (1), crop circles (1), 2-award-winner (1), Hitler Wins (1), sex (1), decadence (1), time loops (1), anthropology (1), voyeurism (1), ambiguous ending (1), police (1), urban fantasy (1), fragmentary (1), archetypes (1), fugitive (1), crime (1), romance (1), gazeteer (1), Essays on George Hay (1), renunciation (1), quest (1), music (1), redemption (1), peace (1), volcano (1), Essays on Brian Aldiss (1), Ursula K. Le Guin (1), Scotland outside the UK (1), Essays on Christopher Priest (1), Christopher Priest (1), alternating chapter structure (1), brain implant (1), scientists (1), scientist (1), Norway (1), criminal (1), London, England (1), Victorian era (1), Victorian London (1), multiple time periods (1), twin brothers (1), climate change (1), astronomer (1), astronomy (1), airplanes (1), cinema (1), mystery (1) --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sat Apr 27 20:16: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/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 = 336, author_name = 'Christopher Priest'
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=336, displayed_value='Christopher Priest', 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 = 336
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=336)
   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=336'
 /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=336')
    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=336'

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