Menu

GetHeaders NntpResponseException

Squib308
2013-04-05
2013-04-08
  • Squib308

    Squib308 - 2013-04-05

    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!

     
  • Lee Thompson

    Lee Thompson - 2013-04-08

    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[])
    

    Application Error Event

    Faulting application name: GetHeaders.exe, version: 1.1.0.0, time stamp: 0x5135de82
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b8479b
    Exception code: 0xe0434352
    Fault offset: 0x0000000000009e5d
    Faulting process id: 0x177c
    Faulting application start time: 0x01ce348abcc58ba8
    Faulting application path: C:\Program Files (x86)\NNTP\GetHeaders.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: fa990f18-a07d-11e2-8125-00262d3e842a
    
     
  • Lee Thompson

    Lee Thompson - 2013-04-08

    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.)

    Faulting application name: GetHeaders.exe, version: 1.1.0.0, time stamp: 0x5135de82
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000007ff00164e43
    Faulting process id: 0x2b5c
    Faulting application start time: 0x01ce34a220059958
    Faulting application path: C:\Program Files (x86)\NNTP\GetHeaders.exe
    Faulting module path: unknown
    Report Id: ab540328-a095-11e2-8125-00262d3e842a
    
     

    Last edit: Lee Thompson 2013-04-08

Log in to post a comment.

MongoDB Logo MongoDB