ISFDB banner

All Tags for Peter F. Hamilton

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 (35), space opera (31), nanotechnology (19), war with aliens (10), aliens (10), mind augmentation (9), possession (8), colony (7), transhuman (6), alien artifact (5), genetic engineering (5), wormholes (5), artificial intelligence (5), far future (4), juvenile fantasy (3), near future (2), england (2), deus ex machina (2), megastructure (2), transdimensional (2), non-planetary life (2), dyson sphere (2), mystery (2), cloning (2), alien invasion (2), attack by aliens (2), portal-gates (2), interplanetary portal (2), London, England (2), london (2), climate change (1), precognition (1), psi powers (1), billionaire (1), corporate (1), corporate CEO (1), corporate espionage (1), corporate skullduggery (1), Cambridgeshire (1), UK (1), Scotland outside the UK (1), national politics (1), politics (1), gangs (1), military veteran (1), brain implant (1), first contact (1), military sf (1), rejuvenation (1), wormhole (1), contemporary (1), family (1), emigration (1), colonization of other planets (1), multiple points of view (1), reference (1), hard sf (1), time travel (1), into-tv (1), Love Death + Robots (1), posthuman (1), criminals (1), criminal gang (1), slow time (1), time accelerated (1), time control (1), message from the future (1), religious aliens (1), gestalt entity (1) --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sun Apr 28 11:29:39 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 = 2079, author_name = 'Peter F. Hamilton'
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=2079, displayed_value='Peter F. Hamilton', 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 = 2079
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=2079)
   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=2079'
 /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=2079')
    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=2079'

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