ISFDB banner

Publication Series: Gollancz SF Series (6)

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

Note: There are other publication series with the same name: --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sun Apr 28 08:22:44 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/pubseries.cgi in <module>()
     42         if other_series:
     43                 print '<h3>Note: There are other publication series with the same name:'
=>   44                 displayRecordList('pub_series', other_series)
     45                 print '</h3>'
     46         print '<ul>'
displayRecordList = <function displayRecordList>, other_series = [(11988, 'Gollancz SF Series (1)', None, None), (12002, 'Gollancz SF Series (2)', None, None), (11989, 'Gollancz SF Series (3)', None, None), (12005, 'Gollancz SF Series (4)', None, None), (11990, 'Gollancz SF Series (5)', None, None), (12003, 'Gollancz SF Series (7)', None, None)]
 /home/stoecker/isfdb/install/cgi-bin/common.py in displayRecordList(record_type='pub_series', records=[(11988, 'Gollancz SF Series (1)', None, None), (12002, 'Gollancz SF Series (2)', None, None), (11989, 'Gollancz SF Series (3)', None, None), (12005, 'Gollancz SF Series (4)', None, None), (11990, 'Gollancz SF Series (5)', None, None), (12003, 'Gollancz SF Series (7)', None, None)])
    818 
    819 def displayRecordList(record_type, records):
=>  820         print LIBbuildRecordList(record_type, records)
    821 
    822 def displayAuthorById(id, name, trans_authors = None):
global LIBbuildRecordList = <function LIBbuildRecordList>, record_type = 'pub_series', records = [(11988, 'Gollancz SF Series (1)', None, None), (12002, 'Gollancz SF Series (2)', None, None), (11989, 'Gollancz SF Series (3)', None, None), (12005, 'Gollancz SF Series (4)', None, None), (11990, 'Gollancz SF Series (5)', None, None), (12003, 'Gollancz SF Series (7)', None, None)]
 /home/stoecker/isfdb/install/cgi-bin/library.py in LIBbuildRecordList(record_type='pub_series', records=[(11988, 'Gollancz SF Series (1)', None, None), (12002, 'Gollancz SF Series (2)', None, None), (11989, 'Gollancz SF Series (3)', None, None), (12005, 'Gollancz SF Series (4)', None, None), (11990, 'Gollancz SF Series (5)', None, None), (12003, 'Gollancz SF Series (7)', None, None)])
   1943                         output += ', '
   1944                 else:
   1945                         first = 0
=> 1946                 output += ISFDBLink(cgi_script, record_id, record_name, False, '')
   1947         return output
output = '', global ISFDBLink = <function ISFDBLink>, cgi_script = 'pubseries.cgi', record_id = 11988, record_name = 'Gollancz SF Series (1)', builtin False = False
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='pubseries.cgi', record_id=11988, displayed_value='Gollancz SF Series (1)', 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 SQLloadTransPubSeriesNames>, record_id = 11988
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransPubSeriesNames(pub_series_id=11988)
   1663 def SQLloadTransPubSeriesNames(pub_series_id):
   1664         query = "select trans_pub_series_name from trans_pub_series where pub_series_id=%d" % int(pub_series_id)
=> 1665         db.query(query)
   1666         result = db.store_result()
   1667         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_pub_series_name from trans_pub_series where pub_series_id=11988'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_pub_series_name from trans_pub_series where pub_series_id=11988')
    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_series_name from trans_pub_series where pub_series_id=11988'

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