Hi everyone, I need some help please with my PVR Recorder (plugin.video.iptv.recorder) on LE 9.2.6.
I can't record any programme as error message comes everytime I try to schedule a recording. My log says the following:
2020-12-11 01:31:09.345 T:1272968064 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'locale.Error'>
Error Contents: unsupported locale setting
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.iptv.recorder/contextEPG.py", line 54, in <module>
usedLocale = locale.setlocale(locale.LC_TIME, "")
File "/usr/lib/python2.7/locale.py", line 581, in setlocale
Error: unsupported locale setting
-->End of Python script error report<--
I searched a few forums but couldn't find magic answer. It seems to maybe relate indeed to my locale setting which appear to be ok in the Setting/Interface with Language=English, keyboard=default. However, when I run a few commands for locale setting, it doesn't seem to be ok that much..
locale -a returns only C and POSIX
and locale returns:
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
Any idea??
Thanks