-
When you install the MSI file on Vista / Windows 7, the default permissions might not be correct. This results in the Tivo.Net service being unable to later write its settings and other files to the directory where you installed the program.
Here's how I corrected the problem on my machine (this is WAY overkill in terms of permissions, but you can fine-tune later):
1. I installed it to...
2009-11-01 15:59:26 UTC by nobody
-
When I transfer a movie to the Tivo the audio sync is delayed so badly it's like watching an old Kung Fu movie.
2008-12-07 06:33:45 UTC by nobody
-
my email is zspeiser@gci.net.
2008-08-19 03:39:56 UTC by nobody
-
my email is zspeiser@gci.net.
2008-08-19 03:39:26 UTC by nobody
-
i just installed the latest version of tivo.net and I started the service and then open the administration page at localhost:9033 and i get a 404 Page Not Found error. I have used tivo.net before in the past and just got a new HD and would like to upload some home movies...
2008-08-19 03:38:57 UTC by nobody
-
Just got a new machine with VISTA. And now I can not use my favorite program. When ever I try Loading it I get error 2869.
Help. I want my TIVO.NET.
2008-04-16 23:36:54 UTC by evils3
-
Same comment. Vista machine.
2008-01-25 23:56:17 UTC by nobody
-
Oops didn't see this, i added a bug (and the fixes) as #1879415.
2008-01-25 04:35:56 UTC by vikspl
-
File Added: UIServer.cs.
2008-01-25 04:24:52 UTC by vikspl
-
I'm running Vista and use IP v6 and noticed that there were a couple bugs
1) doest recognize ip v6 Loopback address. In ContextCallback(IAsyncResult ar) {) the local check should be something like this:
IPAddress clientIp = con.Request.RemoteEndPoint.Address;
if (remoteAccess != "true" && (
(clientIp.AddressFamily == AddressFamily.InterNetworkV6 &&...
2008-01-25 04:23:17 UTC by vikspl