ISFDB banner

All Tags for Neal Stephenson

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), nanotechnology (7), near future (7), cyberpunk (6), steampunk (6), fantasy (5), virtual reality (3), historical fantasy (3), computers (2), first person point of view (2), China (2), technology (2), climate change (2), geoengineering (2), neo-victorian (1), postcyberpunk (1), 3-award-winner (1), hard sf (1), sociology (1), education (1), post-cyberpunk (1), matter duplication (1), artificial intelligence (1), satire (1), cryptology (1), Abebooks: 50 Essential SF Books (1), 1001 Books You Must Read Before You Die (1), Manila (1), death (1), jungle warfare (1), Unix (1), hackers (1), computer security (1), entrepreneurs (1), tech startups (1), POWs (1), undersea cables (1), internet (1), submarines (1), Douglas MacArthur (1), Ronald Reagan (1), mining (1), strong female character (1), romance (1), gold (1), Philippines (1), world war ii (1), families (1), cryptography (1), Turing (1), cryptocurrency (1), war (1), postapocalyptic America (1), matter synthesizer (1), espionage (1), space opera (1), generation ship (1), space war (1), philosophy (1), monastic (1), Project Orion (1), strong female characters (1), parallel universes (1), causality (1), Platonism (1), Kurd Laßwitz Award: Best Foreign Novel (1), space station (1), genetic engineering (1), Moon disintegration (1), apocalypse (1), time travel (1), magic (1), technofantasy (1), videogame (1), eschatology (1), immortality (1), cryogenics (1), mind upload (1), singularity (1), technological singularity (1), enhanced senses (1), drones (1), Albania (1), Venice (1), Saudi Arabia (1), border dispute (1), sea level rise (1), Netherlands (1), Texas (1), Houston (1), Sikhism (1), india (1), feral hogs (1), European royalty (1), rising sea level (1), rising seas (1), Punjab (1), martial arts (1), politics (1), disinformation (1), social media (1), Papua New Guinea (1), billionaire (1), climate (1) --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sun Apr 28 16:37:12 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 = 429, author_name = 'Neal Stephenson'
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=429, displayed_value='Neal Stephenson', 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 = 429
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=429)
   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=429'
 /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=429')
    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=429'

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