Good that's progress
It's possible the interface is running on a different "port" to normal, or perhaps TivoWeb isn't currently running.
Your next step is to connect to the TiVo using "telnet" (or similar, e.g. Putty). You can then run
- Code: Select all
netstat -an | grep tcp
which will show you whether TW is running and on which port.
(note the "|" is the 'pipe' symbol, which is next to the Z on many keyboards)