[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie: problem with feed and Uland validator



>Are you providing a valid 
> content-length for your data?  Or does it appear there's a slow 
>link 

Hmm, well the file is created dynamically using coldfusion so I guess 
this could be the problem. I suppose I could try saving the content 
to a static file first and using that file...

Yes. That would appear to be the problem. The static version was 
successfully validated. Perhaps the Userland validator checks the 
size of the CF file and then dies when the resulting output from the 
file is actually larger/smaller. tbh, I'm guessing, but that would 
appear to be the case.

Guess I'll have to schedule a publish to a static file.

--- In syndication@y..., "wkearney99" <wkearney99@h...> wrote:
> > The error keep getting from the validator is: "Can't read stream 
> > because the TCP connection was closed unexpectedly."
> 
> That's an error from the code running the validator.  It sounds 
like 
> it couldn't complete the connection.  Are you providing a valid 
> content-length for your data?  Or does it appear there's a slow 
link 
> between your file and the server?  The vendor has reported network 
> problems of late that might be influencing this situation.
> 
> -Bill Kearney