2019-07-04, 14:18
I am using texturecache to re-populate my fanarts cache following a system rebuild.
Most artwork has been successfully fetched, but nothing from thetvdb.com is working - every file produces an error in the log similar to the following:
If I wget the url from the LibreElec console, the file is correctly downloaded, so it clearly exists and is accessible.
If I 'curl' the url nothing appears to happen:
What is happening here, and how do I get around the issue?
Most artwork has been successfully fetched, but nothing from thetvdb.com is working - every file produces an error in the log similar to the following:
Quote:2019-07-04 18:41:53.001 T:1560085360 ERROR: CCurlFile::Exists - Failed: HTTP returned error 403 for http://thetvdb.com/banners/graphical/269750-g3.jpg
If I wget the url from the LibreElec console, the file is correctly downloaded, so it clearly exists and is accessible.
If I 'curl' the url nothing appears to happen:
Quote:Kodi1:~ #curl http://thetvdb.com/banners/graphical/269750-g3.jpg
Kodi1:~ #
What is happening here, and how do I get around the issue?