Bug 11703 - couldn't add a serie
: couldn't add a serie
Status: RESOLVED WORKSFORME
Product: seriesfinale
General
: unspecified
: x86 Linux
: Unspecified critical with 1 vote (vote)
: ---
Assigned To: Joaquim Rocha
: general
:
:
:
:
  Show dependency tree
 
Reported: 2010-12-19 15:58 UTC by nuno.dias
Modified: 2011-01-15 00:07 UTC (History)
1 user (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description nuno.dias (reporter) 2010-12-19 15:58:01 UTC
SOFTWARE VERSION: 
0.6.5 from git

EXACT STEPS LEADING TO PROBLEM: 
1.  Adding the series "30 Rock" shows no matching, but in
http://www.TheTVDB.com the series is listed
2. 
3. 

EXPECTED OUTCOME: 
The search of the serie give some result.

ACTUAL OUTCOME: 
Nothing is displayed when searching

REPRODUCIBILITY: 
always

EXTRA SOFTWARE INSTALLED: 

OTHER COMMENTS:
Comment 1 Diego López León 2010-12-20 22:13:17 UTC
I noticed the same behavior. This tend to happen with some shows for some time
(totally irreproducible).
Looking at the code I founded the url used for querying the DB. In my case was:
http://www.thetvdb.com/api/GetSeries.php?seriesname=fringe&language=en
So, at the moment that SeriesFinale was returning an empty list, that query
didn't return anything. Not even the <Data></Data>.
So I see two options here, probably this should be for different bugs.
1) improve the empty list with a "no series found" (or similar). This should be
the case of <Data></Data>
2) alert the user (maybe in a status bar) in case thetvdb isn't working well at
the moment. Don't know if the empty response came with a proper HTTP Status

Maybe future comments can confirm this situation.
Comment 2 Joaquim Rocha 2011-01-15 00:07:17 UTC
Hi,

I could search for 30 Rock but indeed we should notify better when nothing is
found.

Closing as worksforme.