Running GetHeaders, I get a crash before or as it starts to login to the news server. I've got giganews (my news server), my user name & pass in the .conf file, as well as a group specified. I have it set to download the entire day of today for that group, if that matters.
Unhandled Exception: NntpClientLib.NntpResponseException: NNTP command failed, unexpected response code.
at NntpClientLib.Rfc977NntpClient.<DoBasicCommand>d__18.MoveNext()
at NntpClientLib.Rfc977NntpClientWithExtensions.CheckToSupportedExtensions()
at NntpClientLib.Rfc977NntpClientWithExtensions.Connect(String hostName, Int3
Since it doesn't show what the 'unexpected response code' is, I fired up Wireshark, and it looks like..
(port opens)
giganews says : 200 News.Giganews.com
we say : HELP
giganews says : 480 authentication required
(port closed, program crashes, or vise versa)
..Any ideas? I appreciate it!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Getting the exact same error (also with Giganews). I have another NNTP account I will try later.
.NET Runtime Event
Application: GetHeaders.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: NntpClientLib.NntpResponseException
Stack:
at NntpClientLib.Rfc977NntpClient+<DoBasicCommand>d__18.MoveNext()
at NntpClientLib.Rfc977NntpClientWithExtensions.CheckToSupportedExtensions()
at GetHeaders.Program.Main(System.String[])
Using UsenetBucket as the NNTP server GetHeaders gets a little farther but still crashes.
.NET Runtime Event
Application: GetHeaders.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at NntpClientLib.Rfc977NntpClient+<DoBasicCommand>d__18.MoveNext()
at NntpClientLib.Rfc977NntpClientWithExtensions+ <RetrieveArticleHeadersCompressed>d__18.MoveNext()
at GetHeaders.Program.Main(System.String[])
Application Error Event
(NOTE: The exception code and the offset are not the same as the other crash and might not be related.)
Running GetHeaders, I get a crash before or as it starts to login to the news server. I've got giganews (my news server), my user name & pass in the .conf file, as well as a group specified. I have it set to download the entire day of today for that group, if that matters.
Since it doesn't show what the 'unexpected response code' is, I fired up Wireshark, and it looks like..
(port opens)
giganews says : 200 News.Giganews.com
we say : HELP
giganews says : 480 authentication required
(port closed, program crashes, or vise versa)
..Any ideas? I appreciate it!
Getting the exact same error (also with Giganews). I have another NNTP account I will try later.
.NET Runtime Event
Application Error Event
Using UsenetBucket as the NNTP server GetHeaders gets a little farther but still crashes.
.NET Runtime Event
Application Error Event
(NOTE: The exception code and the offset are not the same as the other crash and might not be related.)
Last edit: Lee Thompson 2013-04-08