philhu
02-15-2002, 07:18 PM
I have come very close.
I added stations/channels, they show up. But the dbload function is failing in dbload::process with a bad recordtype of 0.
I've tried to change the channels I am downloading, etc, but it keeps happenning. Because of this, the slice aborts and no data loads.
I have successfully loaded THE DOCTOR's PPV slices, so I know dbload20 is ok, the slices generated by tivoguide just seem corrupted.
Alot of people were working on this. Anyone get it working or know where the problem in the code is that can be fixed.
So close, yet so far...See below. Any help would be appreciated!
========================================
The problem, as I see it is the dbload process in the tivo is aborting...
The tvlog is complaining about a dbload:process - unknown type 0 (see below).
So I think the slice file generated is corrupted......
Any ideas where to begin to look?
======================================================
Running is as follows yields an error:
bash-2.02# /tvbin/tivosh /slice/dbload20 /slice/20020215.slice
dbload (0x0003000d)
while executing
"dbload $db $file"
(file "/slice/dbload20" line 22)
bash-2.02#
===========================================
TVlog log shows:
Feb 15 22:45:20 (none) EvtSwitcher[66]: Client 12 (pid=327), thread 327 has activated MFS
Feb 15 22:45:27 (none) EvtSwitcher[66]: Client 12 (pid=327) has asked for 30 events
Feb 15 22:45:27 (none) EvtSwitcher[66]: Client 12 (pid=327) has asked for 77 events
Feb 15 22:45:29 (none) DbLoad[327]: Unknown packet type in DbLoader::Process -- 0
Feb 15 22:45:29 (none) FinishedLoading[327]: done
Feb 15 22:45:29 (none) EvtSwitcher[66]: Client 12 (pid=327) says he has finished
Feb 15 22:45:29 (none) EvtSwitcher[66]: Client 12 (pid=327) being removed
The tverr log shows:
Feb 15 22:45:29 (none) DbLoad[327]: DbLoader::ProcessOneGroupItem size
-1946090522 < 27860 unpack.SRemaining()
Feb 15 22:45:29 (none) DbLoad[327]: Error in DbLoader::Process -- 0x0003000d
I added stations/channels, they show up. But the dbload function is failing in dbload::process with a bad recordtype of 0.
I've tried to change the channels I am downloading, etc, but it keeps happenning. Because of this, the slice aborts and no data loads.
I have successfully loaded THE DOCTOR's PPV slices, so I know dbload20 is ok, the slices generated by tivoguide just seem corrupted.
Alot of people were working on this. Anyone get it working or know where the problem in the code is that can be fixed.
So close, yet so far...See below. Any help would be appreciated!
========================================
The problem, as I see it is the dbload process in the tivo is aborting...
The tvlog is complaining about a dbload:process - unknown type 0 (see below).
So I think the slice file generated is corrupted......
Any ideas where to begin to look?
======================================================
Running is as follows yields an error:
bash-2.02# /tvbin/tivosh /slice/dbload20 /slice/20020215.slice
dbload (0x0003000d)
while executing
"dbload $db $file"
(file "/slice/dbload20" line 22)
bash-2.02#
===========================================
TVlog log shows:
Feb 15 22:45:20 (none) EvtSwitcher[66]: Client 12 (pid=327), thread 327 has activated MFS
Feb 15 22:45:27 (none) EvtSwitcher[66]: Client 12 (pid=327) has asked for 30 events
Feb 15 22:45:27 (none) EvtSwitcher[66]: Client 12 (pid=327) has asked for 77 events
Feb 15 22:45:29 (none) DbLoad[327]: Unknown packet type in DbLoader::Process -- 0
Feb 15 22:45:29 (none) FinishedLoading[327]: done
Feb 15 22:45:29 (none) EvtSwitcher[66]: Client 12 (pid=327) says he has finished
Feb 15 22:45:29 (none) EvtSwitcher[66]: Client 12 (pid=327) being removed
The tverr log shows:
Feb 15 22:45:29 (none) DbLoad[327]: DbLoader::ProcessOneGroupItem size
-1946090522 < 27860 unpack.SRemaining()
Feb 15 22:45:29 (none) DbLoad[327]: Error in DbLoader::Process -- 0x0003000d