Actions
Bug #4586
open"ëpgdump" Error
Status:
New
Priority:
Normal
Assignee:
-
Category:
Crashes
Target version:
-
Start date:
2017-09-12
Due date:
% Done:
0%
Estimated time:
Found in version:
4.3.xxx
Affected Versions:
Description
./epgdump /home/hts/.hts/tvheadend/epgdb.v2
__iter__()
Traceback (most recent call last):
File "./epgdump", line 37, in <module>
for msg in htsmsg.deserialize(fp, True):
File "./../lib/py/tvh/htsmsg.py", line 237, in next
tmp = self._read(num - len(data))
File "./../lib/py/tvh/htsmsg.py", line 218, in _read
r = self._fp.read(num)
OverflowError: Python int too large to convert to C long
Is there any dependency, or file is with changed structure?
Updated by Jaroslav Kysela about 8 years ago
This tool needs an update for the compressed format.
Actions