DisplayBug:20104 Tête-à-Tête interview

From ISFDB
Jump to navigation Jump to search

DisplayBug:20104 Tête-à-Tête interview On page 23 of publication 161261 (Journal Wired, Spring 1990) is a Tête-à-Tête interview where Colin Greenland and Lisa Tuttle interviewed each other and co-wrote the article. ISFDB used to have this as

  • Interviewer: Colin Greenland+Lisa Tuttle
  • Interviwee: Colin Greenwood+Lisa Tuttle
I changed [1] this to make the first Interviwee Greenland. Integration seemed ok (I did not save the SQL though and the browser session's lost) but now
  • Title 434601 gets a python error (see the details page for this bug report)
  • Publication 161261 shows "23 • Tête-à-Tête • interview of Colin Greenland and Lisa Tuttle • interview by" and does not show who did the interviews.
  • Author Lisa Tuttle shows a link to 434601 under Interviewee (top of page) which is expected but not under Interviewer (bottom of page).
  • Author Colin Greenland shows a link to 434601 under Interviewee (top of page) which is expected but not under Interviewer (bottom of page).
  • Author Colin Greenwood shows a blank page (no works) and I'd expect "author not found." There are no awards, no titles, and no publications for this author. I suspect there's an edit bug involved too and that something gets scrambled when we have a Tête-à-Tête interview. Marc Kupper (talk) 14:23, 3 Apr 2007 (CDT)
Title: Tête-à-Tête
Author:
Year: 1990
Type: INTERVIEW
User Rating: This title has fewer than 5 votes. VOTE
Popular Tags: None Add Tags

Publications:

    * Journal Wired, Spring 1990, (1990 , Mark V. Ziesing, Andy Watson, Andy Watson & Mark V. Ziesing, 0-929480-24-4, $10.00, v+175pp, tp, magazine) Cover: Bob Haas 

--> -->
 
 
IndexError	Python 2.4.2: /usr/local/bin/python
Tue Apr 3 14:22:18 2007

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
 /www/isfdb.tamu.edu/root/cgi-bin/title.cgi
  361         # STEP 7 - Get the title's reviews
  362         ########################################
  363         reviews = SQLloadReviewsXBA(authors[0])
  364         if len(reviews):
  365                 first = 1
reviews undefined, SQLloadReviewsXBA = <function SQLloadReviewsXBA>, authors = []

IndexError: list index out of range
      args = ('list index out of range',)