[mythtv-commits] Ticket #11876: tmdb3.py succeeds, but claims metadata lookup failed (v.27)
MythTV
noreply at mythtv.org
Tue Apr 8 23:29:05 UTC 2014
#11876: tmdb3.py succeeds, but claims metadata lookup failed (v.27)
-----------------------------------------+----------------------------
Reporter: acorttam@… | Owner: wagnerrp
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - Mythmetadatalookup | Version: 0.27-fixes
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------------------+----------------------------
Changes (by jyavenard):
* status: closed => new
* resolution: Invalid =>
Comment:
Seeing a similar issue on the mac.
running manually tmdb python after deleting
/Users/jyavenard/.mythtv/cache/pytmdb3.cache
fail.
{{{
$ PYTHONPATH=~/Work/mythtv/.osx-packager/build/lib/python2.6/site-packages
~/Work/mythtv/.osx-packager/build/share/mythtv/metadata/Movie/tmdb3.py -l
en -a GB -M "Toy Story"
/Users/jyavenard/Work/mythtv/.osx-packager/build/lib/python2.6/site-
packages/MythTV/dataheap.py:63: DeprecationWarning: object.__new__() takes
no parameters
return super(Artwork, cls).__new__(cls, attr, parent, imagetype)
Unable to access cache file: /Users/jyavenard/.mythtv/cache/pytmdb3.cache
}}}
If I do:
$ touch /Users/jyavenard/.mythtv/cache/pytmdb3.cache
and re-run the above command, it works
--
Ticket URL: <https://code.mythtv.org/trac/ticket/11876#comment:12>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list