Opened 14 years ago

Closed 14 years ago

#8209 closed defect (fixed)

Get two error pop-ups on unfound TV show metadata search

Reported by: Marc Randolph <mrand@…> Owned by: Anduin Withers
Priority: trivial Milestone: unknown
Component: Plugin - MythVideo Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Within MythVideo? trunk (0.23) [23767]:

Searching for a TV show that isn't in tvdb results in two "not found" popups, one on top of the other. You can actually faintly see the second one through the top one. Top one is the normal "No matches were found". When you dismiss that one, you have a second one which says "! Warning: Series (I,Robot) not found"... which matches what is in the log file:

2010-03-20 16:22:18.932 Video Search: Executing "'/usr/share/mythtv/mythvideo/scripts/Television/ttvdb.py' -N I,Robot " 2010-03-20 16:22:19.070 ! Warning: Series (I,Robot) not found

Change History (2)

comment:1 Changed 14 years ago by robertm

Component: MythTV - GeneralPlugin - MythVideo
Owner: changed from Isaac Richards to Anduin Withers
Priority: minortrivial
Severity: mediumlow

Related to ttvdb.py passing this message to stderr, which it shouldn't.

comment:2 Changed 14 years ago by robertm

Resolution: fixed
Status: newclosed

(In [23774]) Fixes #8209. Removed any stderr messages for non-critical events in ttvdb.py. They cause dual pop-ups in MythVideo?. In cases of an actual script crash, we want the popup that describes the error, but the one described in the ticket shouldn't output to stderr. Patch from Doug Vaughan.

Note: See TracTickets for help on using tickets.