Mailing List Archive

Failed to download http://themes.mythtv.org/themes/repository/29.1/themes.zip
So I keep seeing these errors in my logs:

mythbackend: I HouseKeeping backendhousekeeper.cpp:450 (LoadVersion)
HouseKeeper: Failed to download
http://themes.mythtv.org/themes/repository/29.1/themes.zip remote themes
info package

It doesn't look like a 29.1 directory exists? Just a 29 directory, and
the file:

http://themes.mythtv.org/themes/repository/29/themes.zip

Should there be a 29.1 directory at this location?

Thanks...
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-dev
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: Failed to download http://themes.mythtv.org/themes/repository/29.1/themes.zip [ In reply to ]
On 12/14/18 5:24 PM, Paul B. Henson wrote:
> So I keep seeing these errors in my logs:
>
> mythbackend: I HouseKeeping backendhousekeeper.cpp:450 (LoadVersion)
> HouseKeeper: Failed to download
> http://themes.mythtv.org/themes/repository/29.1/themes.zip remote themes
> info package
>
> It doesn't look like a 29.1 directory exists? Just a 29 directory, and
> the file:
>
> http://themes.mythtv.org/themes/repository/29/themes.zip
>
> Should there be a 29.1 directory at this location?
>
> Thanks...
> _______________________________________________
>

If there is no themes.zip file for 29.1 it should use the one for 29
instead. Does it do that?
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-dev
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: Failed to download http://themes.mythtv.org/themes/repository/29.1/themes.zip [ In reply to ]
On Fri, Dec 14, 2018 at 07:01:30PM -0500, Peter Bennett wrote:

> If there is no themes.zip file for 29.1 it should use the one for 29
> instead. Does it do that?

Hmm, maybe? I dug through the logs and the entire section looks like:

Dec 14 02:49:02 mythtv-dev mythbackend[18428]: I HouseKeeping housekeeper.cpp:135 (Run) Running HouseKeeperTask 'ThemeUpdateNotifications'.
Dec 14 02:49:02 mythtv-dev mythbackend[18428]: I HouseKeeping backendhousekeeper.cpp:397 (DoRun) Loading themes for 29
Dec 14 02:49:04 mythtv-dev mythbackend[18428]: I HouseKeeping backendhousekeeper.cpp:411 (DoRun) Loading themes for 29.1
Dec 14 02:49:04 mythtv-dev mythbackend[18428]: I HouseKeeping backendhousekeeper.cpp:450 (LoadVersion) HouseKeeper: Failed to download http://themes.mythtv.org/themes/repository/29.1/themes.zip remote themes info package
Dec 14 02:49:04 mythtv-dev mythbackend[18428]: I HouseKeeping housekeeper.cpp:153 (Run) HouseKeeperTask 'ThemeUpdateNotifications' Finished Successfully.

I suppose the lack of an error from "Loading themes for 29" means it did? I
was focusing more on "Failed" :) while reviewing the logs, if it's
expected that a given version zip might not exist it's perhaps confusing
to say failed.

Thanks for the info, it sounds like I should just update my log monitor
report to ignore that line.

_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-dev
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: Failed to download http://themes.mythtv.org/themes/repository/29.1/themes.zip [ In reply to ]
On 15/12/2018 01:20, Paul B. Henson wrote:
> On Fri, Dec 14, 2018 at 07:01:30PM -0500, Peter Bennett wrote:
>
>> If there is no themes.zip file for 29.1 it should use the one for 29
>> instead. Does it do that?
>
> Hmm, maybe? I dug through the logs and the entire section looks like:
>
> Dec 14 02:49:02 mythtv-dev mythbackend[18428]: I HouseKeeping housekeeper.cpp:135 (Run) Running HouseKeeperTask 'ThemeUpdateNotifications'.
> Dec 14 02:49:02 mythtv-dev mythbackend[18428]: I HouseKeeping backendhousekeeper.cpp:397 (DoRun) Loading themes for 29
> Dec 14 02:49:04 mythtv-dev mythbackend[18428]: I HouseKeeping backendhousekeeper.cpp:411 (DoRun) Loading themes for 29.1
> Dec 14 02:49:04 mythtv-dev mythbackend[18428]: I HouseKeeping backendhousekeeper.cpp:450 (LoadVersion) HouseKeeper: Failed to download http://themes.mythtv.org/themes/repository/29.1/themes.zip remote themes info package
> Dec 14 02:49:04 mythtv-dev mythbackend[18428]: I HouseKeeping housekeeper.cpp:153 (Run) HouseKeeperTask 'ThemeUpdateNotifications' Finished Successfully.
>
> I suppose the lack of an error from "Loading themes for 29" means it did? I
> was focusing more on "Failed" :) while reviewing the logs, if it's
> expected that a given version zip might not exist it's perhaps confusing
> to say failed.
>
> Thanks for the info, it sounds like I should just update my log monitor
> report to ignore that line.
>

It's a bit of an oddity in the way the theme downloader is implemented
that it walks back through all the minor releases to find available
themes.

I hate seeing the errors in the webserver logs from the frontends
that are looking for those zip files

Long term i'd love to implement it in a different way, but that's
not even on the "start soon" list :-/


Regards
Stuart


_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-dev
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org