NNTPLIB STRANGE ERROR

  • Thread starter 2Good4You-Veki(Cro)
  • Start date
2

2Good4You-Veki(Cro)

HI,
when I want use python nntplib:

THEN ERROR IS:

Traceback (most recent call last):
File "<pyshell#2>", line 1, in -toplevel-
s.group('hr.mag.bug')
File "C:\Python24\lib\nntplib.py", line 346, in group
resp = self.shortcmd('GROUP ' + name)
File "C:\Python24\lib\nntplib.py", line 260, in shortcmd
return self.getresp()
File "C:\Python24\lib\nntplib.py", line 215, in getresp
resp = self.getline()
File "C:\Python24\lib\nntplib.py", line 204, in getline
line = self.file.readline()
File "C:\Python24\lib\socket.py", line 340, in readline
data = self._sock.recv(self._rbufsize)
error: (10053, 'Software caused connection abort')
 
B

Bryan Olson

2Good4You-Veki(Cro) said:
when I want use python nntplib: [...]
error: (10053, 'Software caused connection abort')

That's not such a strange error; various network problems can
cause it. It means something went wrong with the TCP connection,
so your system aborted it.

Does it happen consistently at that point?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,999
Latest member
MakersCBDGummiesReview

Latest Threads

Top