Difference between revisions of "DisplayBug:20104 Tête-à-Tête interview"

From ISFDB
Jump to navigation Jump to search
m (Reverted edits by Anjila428 (Talk); changed back to last version by Marc Kupper)
Line 1: Line 1:
Hi, I am Anjila Wilson and.I am resident of United States. I love music and net surfing. I got some health related informations from some articles.You can see from this link
+
[[DisplayBug:20104 Tête-à-Tête interview]] On page 23 of publication {{p|JRNLWRDSPR1990}} (''Journal Wired, Spring 1990'') is a ''Tête-à-Tête'' interview where {{a|Colin_Greenland}} and {{a|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 [http://www.isfdb.org/cgi-bin/mod/dumpxml.cgi?504331] 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 {{t|434601}} gets a python error (see the details page for this bug report)
 +
:* Publication {{p|JRNLWRDSPR1990}} shows "23 • Tête-à-Tête • interview of Colin Greenland and Lisa Tuttle • interview by" and does not show who did the interviews.
 +
:* Author {{a|Lisa_Tuttle}} shows a link to {{t|434601}} under Interviewee (top of page) which is expected but not under Interviewer (bottom of page).
 +
:* Author {{a|Colin_Greenland}} shows a link to {{t|434601}} under Interviewee (top of page) which is expected but not under Interviewer (bottom of page).
 +
:* Author {{a|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}} 14:23, 3 Apr 2007 (CDT)
  
 +
<pre>
 +
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
  
[http://www.acaiberryinformations.com acai berry diet]
+
Publications:
[http://www.articlesbase.com/supplements-and-vitamins-articles/my-weight-loss-experience-with-the-acai-berry-diet-1726693.html Acai Berry]
 
  
[http://www.buzzle.com/articles/the-facts-and-half-truths-about-the-acai-berry-diet.html Acai Berry]
+
    * 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',)
 +
</pre>

Revision as of 10:43, 13 October 2010

DisplayBug:20104 Tête-à-Tête interview On page 23 of publication JRNLWRDSPR1990 (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 JRNLWRDSPR1990 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',)