[mythtv] [mythtv-commits] Ticket #7562: mythweb not showing mythweather

Joe Ripley vitaminjoe at gmail.com
Fri Dec 18 19:59:26 UTC 2009


On Fri, Nov 13, 2009 at 1:52 PM, MythTV <mythtv at cvs.mythtv.org> wrote:
> #7562: mythweb not showing mythweather
> ------------------------------+---------------------------------------------
>  Reporter:  anonymous         |       Owner:  ijr
>     Type:  defect            |      Status:  new
>  Priority:  minor             |   Milestone:  unknown
> Component:  MythTV - General  |     Version:  unknown
>  Severity:  medium            |     Mlocked:  0
> ------------------------------+---------------------------------------------
>  version release-022-fixes
>
>  it seems that mythweb is looking for the script in the wring place
>
>  From mythweb settings:
>  Error
>  Could not find
>  '/usr/local/share/mythtv/mythweather/scripts/bbccurrentxml.pl'.
>  This most likely means that MythWeather is not installed on this host.
>
>  when the scripts seems to be located in:
>
>  /usr/local/share/mythtv/mythweather/scripts/uk_bbc/bbccurrentxml.pl
>
> --
> Ticket URL: <http://svn.mythtv.org/trac/ticket/7562>
> MythTV <http://www.mythtv.org/>
> MythTV
> _______________________________________________
> mythtv-commits mailing list
> mythtv-commits at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
>

Your weathersourcesettings table is out of sync with your file system.

Open the MythWeather plugin Settings on the frontend.  The plugin will
search for the grabber scripts and should update the database
accordingly.  If the MythWeather module functions properly in the
frontend, it should work in the backend.

Otherwise, a more drastic approach would be to delete all data from
the following tables, and then re-run the MythWeather plugin on the
frontend:

weatherdatalayout
weatherscreens
weathersourcesettings

(i.e. mysql -u mythtv -pmythtv mythconverg -e 'DELETE FROM <table_name>')

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-dev mailing list