POSIX::tzset not implemented on this architecture at C:\Users\username\AppData\Local\Temp\par-4b61797474616a6161\cache-2fcf189c5e125e3ed42d1163af5687b2e53fd2f0\inc/script/tv_grab_fi line 258.
What steps are needed to reproduce this issue?
Extract prebuilt binary zip
Run in cmd xmltv.exe tv_grab_fi --configure
Run in cmd xmltv.exe tv_grab_fi
Please attach your config file below:
# -*- coding: utf-8 -*-
Any other information?
Possibly can be fixed by removing tzset(); command in common.pm lines 200 and 263
XMLTV Version?
Pre-built windows binary xmltv-1.1.2-win32 https://github.com/XMLTV/xmltv/releases/tag/v1.1.2
XMLTV Component?
tv_grab_fi
Perl Version 5.28.1
Operating System
Windows 10 22H2
What happened?
tv_grab_fi fails to run
Did you see any warnings/errors?
POSIX::tzset not implemented on this architecture at C:\Users\username\AppData\Local\Temp\par-4b61797474616a6161\cache-2fcf189c5e125e3ed42d1163af5687b2e53fd2f0\inc/script/tv_grab_fi line 258.
What steps are needed to reproduce this issue?
Please attach your config file below:
# -*- coding: utf-8 -*-
Any other information?
Possibly can be fixed by removing
tzset();
command in common.pm lines 200 and 263