Mailing List Archive

[MythTV/mythtv] da3f00: TV grabber ttvdb.py fails with newer versions of
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: da3f00653588813fc225eafa146d975b26986819
https://github.com/MythTV/mythtv/commit/da3f00653588813fc225eafa146d975b26986819
Author: Roland Ernst <rcrernst@gmail.com>
Date: 2021-11-21 (Sun, 21 Nov 2021)

Changed paths:
M mythtv/bindings/python/MythTV/ttvdb/requests_cache_compatability.py

Log Message:
-----------
TV grabber ttvdb.py fails with newer versions of

python package request-cache.

This was reported on the forum, it throws this
Error: (module 'requests_cache' has no attribute 'core')

It turned out, that the monkey patch provided by
`mythtv/bindings/python/MythTV/ttvdb/requests_cache_compatability.py`
is only valid for versions of request-cache < '0.5.0'. Newer versions
do not need this patch and versions beyond '0.8.0' crashes with above
error message.
Note: The module requests_cache.core was removed in version '0.8.0'
on Sept. 2021 and deprecated in version '0.6.0' in April, 2021.

Refs #408


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits