ISFDB banner

Publisher Eos / HarperCollins / SFBC: Books Published in 2000

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

View covers for this yearReturn to the publisher page

--> -->
Title Date Author/Editor Publication series ISBN/Catalog ID Price Pages Format Type Cover Artist Verif
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Tue Apr 30 08:13:59 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/publisheryear.cgi in <module>()
     55                 print ISFDBLinkNoName('publisher.cgi', publisher_id, 'Return to the publisher page')
     56                 print '<p>'
=>   57                 PrintPubsTable(pubs, 'publisher')
     58 
     59         PrintTrailer('publisheryear', publisher_id, publisher_id)
PrintPubsTable = <function PrintPubsTable>, pubs = [(265629, 'Eater', 'TRSLSCSQPS2000', '2000-05-00', 25271, '340', 'hc', 'NOVEL', None, 'http://www.isfdb.org/wiki/images/b/bb/TRSLSCSQPS2000.jpg', '$11.98', 139682, None, None, '10855'), (271522, 'Fortress of Dragons', 'FRTRSSFDRG2000', '2000-06-00', 25271, '422', 'hc', 'NOVEL', None, 'https://m.media-amazon.com/images/P/0061050555.jpg', '$12.50', 146479, None, None, '11245'), (305622, 'Wheel of the Infinite', 'WHLFTHNFNT2000', '2000-07-00', 25271, '355', 'hc', 'NOVEL', None, None, '$11.98', 196689, None, None, '11539'), (122471, 'Hunted', 'HNTDQVRRBZ2000', '2000-08-00', 25271, '327', 'hc', 'NOVEL', '0739411705', 'http://www.isfdb.org/wiki/images/f/fa/HNTDQVRRBZ2000.jpg', '$9.98', 28481, None, None, '11602'), (296655, "Acorna's World", 'CRNSWRLDZC2000', '2000-08-00', 25271, '306', 'hc', 'NOVEL', None, 'https://m.media-amazon.com/images/I/51ZR1WJV3FL.jpg', '$11.98', 204809, None, None, '12392'), (305906, "The Swordsman's Oath", 'THSWRDSMNB2000', '2000-10-00', 25271, '528', 'hc', 'NOVEL', '0739412736', None, '$9.98', 197033, None, None, '10481'), (305930, 'Well of Darkness', 'WLLFDRKNSD2000', '2000-10-00', 25271, '450', 'hc', 'NOVEL', None, 'https://m.media-amazon.com/images/P/0061020575.jpg', '$12.50', 197055, None, None, '12448')]
 /home/stoecker/isfdb/install/cgi-bin/common.py in PrintPubsTable(pubs=[(265629, 'Eater', 'TRSLSCSQPS2000', '2000-05-00', 25271, '340', 'hc', 'NOVEL', None, 'http://www.isfdb.org/wiki/images/b/bb/TRSLSCSQPS2000.jpg', '$11.98', 139682, None, None, '10855'), (271522, 'Fortress of Dragons', 'FRTRSSFDRG2000', '2000-06-00', 25271, '422', 'hc', 'NOVEL', None, 'https://m.media-amazon.com/images/P/0061050555.jpg', '$12.50', 146479, None, None, '11245'), (305622, 'Wheel of the Infinite', 'WHLFTHNFNT2000', '2000-07-00', 25271, '355', 'hc', 'NOVEL', None, None, '$11.98', 196689, None, None, '11539'), (122471, 'Hunted', 'HNTDQVRRBZ2000', '2000-08-00', 25271, '327', 'hc', 'NOVEL', '0739411705', 'http://www.isfdb.org/wiki/images/f/fa/HNTDQVRRBZ2000.jpg', '$9.98', 28481, None, None, '11602'), (296655, "Acorna's World", 'CRNSWRLDZC2000', '2000-08-00', 25271, '306', 'hc', 'NOVEL', None, 'https://m.media-amazon.com/images/I/51ZR1WJV3FL.jpg', '$11.98', 204809, None, None, '12392'), (305906, "The Swordsman's Oath", 'THSWRDSMNB2000', '2000-10-00', 25271, '528', 'hc', 'NOVEL', '0739412736', None, '$9.98', 197033, None, None, '10481'), (305930, 'Well of Darkness', 'WLLFDRKNSD2000', '2000-10-00', 25271, '450', 'hc', 'NOVEL', None, 'https://m.media-amazon.com/images/P/0061020575.jpg', '$12.50', 197055, None, None, '12448')], display_type='publisher', user=<login.User instance>, limit=100000)
   1080         index = 1
   1081         for pub in pubs:
=> 1082                 PrintOnePub(pub, pub_authors, pub_publishers, pub_series, cover_artists, bgcolor, display_type, user, index)
   1083                 bgcolor ^= 1
   1084                 index += 1
global PrintOnePub = <function PrintOnePub>, pub = (265629, 'Eater', 'TRSLSCSQPS2000', '2000-05-00', 25271, '340', 'hc', 'NOVEL', None, 'http://www.isfdb.org/wiki/images/b/bb/TRSLSCSQPS2000.jpg', '$11.98', 139682, None, None, '10855'), pub_authors = {122471: [(3155, 'James Alan Gardner', 'Gardner')], 265629: [(109, 'Gregory Benford', 'Benford')], 271522: [(16, 'C. J. Cherryh', 'Cherryh')], 296655: [(176, 'Anne McCaffrey', 'McCaffrey'), (1460, 'Elizabeth Ann Scarborough', 'Scarborough')], 305622: [(2625, 'Martha Wells', 'Wells')], 305906: [(1949, 'Juliet E. McKenna', 'McKenna')], 305930: [(1464, 'Tracy Hickman', 'Hickman'), (671, 'Margaret Weis', 'Weis')]}, pub_publishers = {25271: 'Eos / HarperCollins / SFBC'}, pub_series = {}, cover_artists = {}, bgcolor = 1, display_type = 'publisher', user = <login.User instance>, index = 1
 /home/stoecker/isfdb/install/cgi-bin/common.py in PrintOnePub(pub=(265629, 'Eater', 'TRSLSCSQPS2000', '2000-05-00', 25271, '340', 'hc', 'NOVEL', None, 'http://www.isfdb.org/wiki/images/b/bb/TRSLSCSQPS2000.jpg', '$11.98', 139682, None, None, '10855'), pub_authors={122471: [(3155, 'James Alan Gardner', 'Gardner')], 265629: [(109, 'Gregory Benford', 'Benford')], 271522: [(16, 'C. J. Cherryh', 'Cherryh')], 296655: [(176, 'Anne McCaffrey', 'McCaffrey'), (1460, 'Elizabeth Ann Scarborough', 'Scarborough')], 305622: [(2625, 'Martha Wells', 'Wells')], 305906: [(1949, 'Juliet E. McKenna', 'McKenna')], 305930: [(1464, 'Tracy Hickman', 'Hickman'), (671, 'Margaret Weis', 'Weis')]}, pub_publishers={25271: 'Eos / HarperCollins / SFBC'}, pub_series={}, cover_artists={}, bgcolor=1, display_type='publisher', user=<login.User instance>, index=1)
   1105 
   1106         # Publication title
=> 1107         print '<td dir="ltr">%s</td>' % ISFDBLink('pl.cgi', pub[PUB_PUBID], pub[PUB_TITLE], argument=getStylePub(pub[PUB_PUBID]))
   1108 
   1109         # Publication date unless this is a Publication Series, in which case we have already displayed the date
global ISFDBLink = <function ISFDBLink>, pub = (265629, 'Eater', 'TRSLSCSQPS2000', '2000-05-00', 25271, '340', 'hc', 'NOVEL', None, 'http://www.isfdb.org/wiki/images/b/bb/TRSLSCSQPS2000.jpg', '$11.98', 139682, None, None, '10855'), global PUB_PUBID = 0, global PUB_TITLE = 1, argument undefined, global getStylePub = <function getStylePub>
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='pl.cgi', record_id=265629, displayed_value='Eater', 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 SQLloadTransPubTitles>, record_id = 265629
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransPubTitles(pub_id=265629)
   1806 def SQLloadTransPubTitles(pub_id):
   1807         query = "select trans_pub_title from trans_pubs where pub_id=%d" % int(pub_id)
=> 1808         return _OneField(query)
   1809 
   1810 def SQLLoadTransPubTitlesList(pub_ids):
global _OneField = <function _OneField>, query = 'select trans_pub_title from trans_pubs where pub_id=265629'
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in _OneField(query='select trans_pub_title from trans_pubs where pub_id=265629')
     53 
     54 def _OneField(query):
=>   55         db.query(query)
     56         result = db.store_result()
     57         record = 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_pub_title from trans_pubs where pub_id=265629'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_pub_title from trans_pubs where pub_id=265629')
    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_pub_title from trans_pubs where pub_id=265629'

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