ISFDB banner

Titles marked with tag female warrior

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

This tag is currently marked Public

Users of this Tag:

BenFPrishpreed (14) , MLB (4) , Gzuckier (3) , Hyju (2)

Titles Marked With This Tag:

--> -->
Date Type Language Title Authors Parent Title Parent Authors Tags
1985-05-00 NOVEL English
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sun Apr 28 06:33:30 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/tag.cgi in <module>()
     84         print '<h3>Titles Marked With This Tag:</h3>'
     85         titles = SQLgetTitlesForTag(tag_id, start)
=>   86         PrintTitleTable(titles, 0, 100, current_user)
     87 
     88         if len(titles) > 100:
PrintTitleTable = <function PrintTitleTable>, titles = [(1, 'The Warrior Who Carried Life', None, 917728, None, None, None, '1985-05-00', None, 'NOVEL', None, 4037, 0, None, 3471, 0, 17, None, 'No', 'No', ...)], current_user = <login.User instance>
 /home/stoecker/isfdb/install/cgi-bin/common.py in PrintTitleTable(titles=[(1, 'The Warrior Who Carried Life', None, 917728, None, None, None, '1985-05-00', None, 'NOVEL', None, 4037, 0, None, 3471, 0, 17, None, 'No', 'No', ...)], merge=0, limit=100, user=<login.User instance>)
   1268         bgcolor = 1
   1269         for title in titles:
=> 1270                 PrintTitleRecord(title, merge, limit, bgcolor, user)
   1271                 bgcolor ^= 1
   1272                 counter += 1
global PrintTitleRecord = <function PrintTitleRecord>, title = (1, 'The Warrior Who Carried Life', None, 917728, None, None, None, '1985-05-00', None, 'NOVEL', None, 4037, 0, None, 3471, 0, 17, None, 'No', 'No', ...), merge = 0, limit = 100, bgcolor = 1, user = <login.User instance>
 /home/stoecker/isfdb/install/cgi-bin/common.py in PrintTitleRecord(title=(1, 'The Warrior Who Carried Life', None, 917728, None, None, None, '1985-05-00', None, 'NOVEL', None, 4037, 0, None, 3471, 0, 17, None, 'No', 'No', ...), merge=0, limit=100, bgcolor=1, user=<login.User instance>)
   1291                 print "<td>&nbsp;</td>"
   1292 
=> 1293         displayed_title = ISFDBLink('title.cgi', title_id, title[TITLE_TITLE], argument=getStyle(title[TITLE_PUBID],''))
   1294         print '<td dir="ltr">%s</td>' % displayed_title
   1295 
displayed_title undefined, global ISFDBLink = <function ISFDBLink>, title_id = 1, title = (1, 'The Warrior Who Carried Life', None, 917728, None, None, None, '1985-05-00', None, 'NOVEL', None, 4037, 0, None, 3471, 0, 17, None, 'No', 'No', ...), global TITLE_TITLE = 1, argument undefined, global getStyle = <function getStyle>, global TITLE_PUBID = 0
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='title.cgi', record_id=1, displayed_value='The Warrior Who Carried Life', 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 SQLloadTransTitles>, record_id = 1
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransTitles(title_id=1)
   1740 def SQLloadTransTitles(title_id):
   1741         query = "select trans_title_title from trans_titles where title_id=%d" % int(title_id)
=> 1742         db.query(query)
   1743         result = db.store_result()
   1744         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_title_title from trans_titles where title_id=1'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_title_title from trans_titles where title_id=1')
    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_title_title from trans_titles where title_id=1'

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