ISFDB banner

All Tags for Greg Bear

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 (45), nanotechnology (9), fantasy (8), aliens (7), artificial intelligence (7), Earth (5), space opera (5), cosmology (4), music (4), mars (4), hard sf (4), robots (4), far future (3), first contact (3), Seattle (3), alien invasion (3), asteroid (3), parallel universe (3), End of the Universe (3), time travel (3), religion (3), cyberpunk (3), evolution (3), first person point of view (3), Entropy (2), tsunami (2), magic (2), consciousness (2), 2-award-winner (2), california (2), war with machines (2), space war (2), mind control (2), terraforming (2), neutronium (2), antimatter (2), near future (2), genetic engineering (2), generation ship (2), mathematics (2), dreams (2), retrovirus (2), mutation (2), parallel universes (2), terrorism (2), world war ii (1), Japan (1), Islam inspired (1), artificial life (1), cyclic time (1), mega engineering (1), force field (1), time stasis (1), Alpha Centauri (1), detective (1), murder (1), neurology (1), psychology (1), voodoo (1), interplanetary war (1), teleportation (1), interplanetary travel (1), moon (1), moving planets (1), loss (1), politicians (1), Washington, DC (1), set in 1990s (1), Pacific Ocean (1), von Neumann probes (1), nuclear weapons (1), earthquake (1), San Francisco (1), Geology (1), geologists (1), Fermi paradox (1), end of the world (1), plate tectonics (1), Australia (1), postapocalyptic (1), transdimensional (1), artifact (1), exploration (1), nuclear warfare (1), mind augmentation (1), military sf (1), Big Dumb Object (1), strange physics (1), terraformed asteroid (1), cold war (1), cold war politics (1), HumbleBundle (1), neutrinos (1), strategy (1), ansible (1), force fields (1), LGBTQ (1), smell (1), love (1), berserkers (1), Von Neumann machines (1), supernova (1), education (1), transmutation (1), deception (1), planetary engineering (1), genocide (1), alien artifacts (1), interstellar war (1), guilt (1), revenge (1), interstellar travel (1), ethics (1), alternate history (1), Venezuela (1), dinosaurs (1), psychohistory (1), galactic empire (1), disease (1), telepathy (1), abortion (1), reproduction (1), epidemic (1), Georgia (1), twins (1), insanity (1), deepsea (1), longevity (1), concentration camp (1), fourth dimension (1), into-tv (1), children (1), 4th dimension (1), tesseracts (1), homophobia (1), Ultra (1), Enigma (1), christianity (1), cathedral (1), gargoyles (1), hive mind (1), regeneration of the universe (1), distant future (1), evolved humanity (1), marriage (1), original sin (1), predation (1), teachers (1), students (1), stored personality (1), no aliens (1), SF (1), ghosts (1), bioterrorism (1), kinetic weapons (1), Saudi Arabia (1), Iraq (1), Israel (1), United States (1), universal library (1), cosmological weapons (1), Jorge Luis Borges (1), Hitler Wins (1), Essays on Robert Heinlein (1), Arthur C. Clarke (1), comet impact (1), original anthology (1), 2015 Best Anthology (1) --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sun Apr 28 18:23:33 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 = 9, author_name = 'Greg Bear'
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='ea.cgi', record_id=9, displayed_value='Greg Bear', 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 = 9
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransAuthorNames(author_id=9)
   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=9'
 /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=9')
    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=9'

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