XMLTV / xmltv

Utilities to obtain, generate, and post-process TV listings data in XMLTV format
GNU General Public License v2.0
266 stars 93 forks source link

tv_grab_fi fails to run in windows pre-built binary #198

Closed VattuV closed 1 year ago

VattuV commented 1 year ago

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?

  1. Extract prebuilt binary zip
  2. Run in cmd xmltv.exe tv_grab_fi --configure
  3. 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