linuxserver / docker-tvheadend

GNU General Public License v3.0
158 stars 87 forks source link

[BUG] XMLTV - tv_grab_zz_sdjson can't determine local timezone #236

Closed raccettura closed 9 months ago

raccettura commented 1 year ago

Is there an existing issue for this?

Current Behavior

2023-07-06 01:37:35.602 xmltv: /usr/bin/tv_grab_zz_sdjson: no output detected
2023-07-06 01:37:35.602 xmltv: /usr/bin/tv_grab_zz_sdjson: grab returned no data

Expected Behavior

Timezone should be set via:

export TZ=Timezone

Steps To Reproduce

  1. Setup XMLTV
  2. Try and run

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

  tvheadend:
    image: linuxserver/tvheadend
    container_name: tvheadend
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Americas/New_York
#      - RUN_OPTS=<run options here> #optional
    volumes:
      - ./data/tvheadend/config:/config
      - ./data/tvheadend/.xmltv:/.xmltv
      - /mnt/video/:/recordings
    labels:
     - "autoheal=true"
    ports:
      - 9981:9981
      - 9982:9982
    network_mode: host
    devices:
      - /dev/dri:/dev/dri #optional
    restart: unless-stopped

Container logs

.
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] commented 1 year ago

A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 8 months ago

This issue is locked due to inactivity