Takhir
Major Dude
Registered: Feb 2004
From: Moscow, Russia
|
Below is a list of Inetc possible result strings code: static TCHAR szStatus[][32] = {
_T("OK"),_T("Connecting"),_T("Downloading"),_T("Cancelled"),_T("Connecting"), //_T("Opening URL")),
_T("Reconnect Pause"),_T("Terminated"),_T("Dialog Error"),_T("Open Internet Error"),
_T("Open URL Error"),_T("Transfer Error"),_T("File Open Error"),_T("File Write Error"),_T("File Read Error"),
_T("Reget Error"),_T("Connection Error"),_T("OpenRequest Error"),_T("SendRequest Error"),
_T("URL Parts Error"),_T("File Not Found (404)"),_T("CreateThread Error"),_T("Proxy Error (407)"),
_T("Access Forbidden (403)"),_T("Not Allowed (405)"),_T("Request Error"),_T("Server Error"),
_T("Unauthorized (401)"),_T("FtpCreateDir failed (550)"),_T("Error FTP path (550)"),_T("Not Modified"),
_T("Redirection")
};
What are numbers near messages in you post? Is this a statistics? For me "/TIMEOUT" looks like wrong command line or a stack content. Plug-in not reads all items or reads wrong items from stack. May be because of wrong URL item you have so many SendRequest Errors. Please note that plug-in may continue reading stack for the next URL/File pair if command line is not limited with /END parameter.
Quick Link | Report this post to a moderator | IP: Logged
|