Can't figure out traceback: (error_proto(-ERR EOF) line 121 poplib.py

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • erikcw

    Can't figure out traceback: (error_proto(-ERR EOF) line 121 poplib.py

    Hi,

    I keep getting this error from poplib:
    (error_proto(-ERR EOF) line 121 poplib.py

    Does this mean the connection has timed out? What can I do to deal
    with it?

    Thanks!
    Erik
  • Gabriel Genellina

    #2
    Re: Can't figure out traceback: (error_proto(-ERR EOF) line 121poplib.py

    En Wed, 09 Apr 2008 02:19:47 -0300, erikcw <erikwickstrom@ gmail.com>
    escribió:
    I keep getting this error from poplib:
    (error_proto(-ERR EOF) line 121 poplib.py
    >
    Does this mean the connection has timed out? What can I do to deal
    with it?
    If it happens from time to time, just wait a few minutes and retry... I've
    seen those errors with Yahoo.
    If you get it over and over with the same server, set_debuglevel( 1) and
    inspect the transmission.

    --
    Gabriel Genellina

    Comment

    Working...