lart2150 / kmttg

Java application to interact with TiVo DVRs
GNU General Public License v3.0
33 stars 4 forks source link

qsfix error code 0 on all files #5

Closed brendag4 closed 1 year ago

brendag4 commented 1 year ago

I installed this version of KMTTG over a previous version. I am on a new computer. Windows 11>VideoReDo TVSuite v6

I get this error on all files

qsfix failed (exit code: 0 ) - check command: C:\WINDOWS\system32\cscript.exe //nologo "C:\kmttg lenovo\VRDscripts\qsfix.vbs" "C:\kmttg lenovo\Star Trek The Next Generation - s05e06 - The Game (2022-08-01_2104).TiVo" "C:\kmttg lenovo\Star Trek The Next Generation - s05e06 - The Game (2022-08-01_2104).ts.qsfix" /l:C:\Users\brend\AppData\Local\Temp\VRDLock4940638843630754542.tmp /m /c:mpegts /v:mpeg2video /x:704 /y:480 C:\kmttg lenovo\VRDscripts\qsfix.vbs(155, 5) (null): The remote procedure call failed.

lart2150 commented 1 year ago

I don't have video redo so I don't know that I can troubleshoot this.

before line 155 can you try adding

WScript.Echo destFile
WScript.Echo profileName

I want to see if one of those are null or if VideoReDo is null

brendag4 commented 1 year ago

I forgot that Tivo Desktop or pyTivoDesktop are needed. After I installed pyTivo Desktop, it started working. I am sorry for the false alarm.

Here is the response I got from VideoReDo

You need the directshow filter included with TiVo Desktop or pyTivo Desktop to open .tivo files in VideoReDo. It’s required for decryption. Regards, VideoReDo Support

On Wed, Dec 28, 2022 at 5:32 AM Brian @.***> wrote:

I don't have video redo so I don't know that I can troubleshoot this.

before line 155 can you try adding WScript.Echo destFile WScript.Echo profileName

I want to see if one of those are null or if VideoReDo is null

— Reply to this email directly, view it on GitHub https://github.com/lart2150/kmttg/issues/5#issuecomment-1366656525, or unsubscribe https://github.com/notifications/unsubscribe-auth/A46VYIZCWCO26Q3O6ZM4NWLWPQ6O3ANCNFSM6AAAAAATJ6GRZ4 . You are receiving this because you authored the thread.Message ID: @.***>

lart2150 commented 1 year ago

That makes sense as it needs the direct show filter. Thanks for the update.