Services without a picon are blank in the History zap screen

Issue #297 resolved
prl created an issue

If a service in the History zap screen (NEXT or PREV) from live TV does not have a picon, its Zap history entry is blank.

This has a one-line fix which I'll submit to the repository.

Reproduction steps

Telnet of ssh in to the T3. Change the name of one of the picon files so that it can't be loaded when the system wants to load a picon. E.g. for ABC News 24:

cd /picon/channel_picons
mv abcnews24_fv.png abcnews24_fv.png.bak

Through the GUI, change channels so the the service whose picon has been renamed is in the Histry zap list. Then press PREV or NEXT. The entry for the channel with the missing picon will be blank.

The entry can still be selected, and pressing OK on that entry will take you to the correct channel.

After testing, telnet or ssh back into the T3 and restore the missing picon:

cd /picon/channel_picons
mv abcnews24_fv.png.bak abcnews24_fv.png

Comments (3)

  1. prl reporter
    • removed issue_reproducability

    The issue was updated with the following change(s):

    • This issue's reproduction steps has been changed
  2. Peter Urbanec
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Testing.
  3. prl reporter
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Testing to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  4. Log in to comment