Project

General

Profile

Bug #3896

epgdump cannot read from fp

Added by Rob vh over 8 years ago. Updated over 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
EPG
Target version:
-
Start date:
2016-07-13
Due date:
% Done:

0%

Estimated time:
Found in version:
4.1-2052~g6b9dcab
Affected Versions:

Description

Following the directions in the Wiki:

root@sat:/usr/local/src/tvheadend# ./support/epgdump ~/tvheadend/epgdb.v2 
__iter__()
Traceback (most recent call last):
  File "./support/epgdump", line 37, in <module>
    for msg in htsmsg.deserialize(fp, True):
  File "./support/../lib/py/tvh/htsmsg.py", line 201, in next
    raise Exception('failed to read from fp')
Exception: failed to read from fp
root@sat:/usr/local/src/tvheadend#

Trying to collect diagnostic info for the next issue...

History

#1

Updated by Em Smith over 7 years ago

The problem is that the epgdb.v2 is compressed, but can't easily be uncompressed with zcat.

So to work-around the problem you can remove compression in the config file and wait for the next epg file to be written.

"epg_compress": false,

Also available in: Atom PDF