What steps will reproduce the bug?
I was able to reproduce this failure outside of mythtv using the following:
unset LANG
export LC_ALL=C
/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a US -D 575265
Note: export LC_ALL=C.utf-8 works.
How often does it reproduce? Is there a required condition?
It happens for retrieving details for movies. When this happens the code falls through to series, so retrieving details for series/TV works.
What is the expected behaviour?
Works when locale is "C".
What do you see instead?
Additional information