Buffer size exit...timeout error in the Python program?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roberttonafelix
    New Member
    • Oct 2012
    • 16

    Buffer size exit...timeout error in the Python program?

    Hi Friends,

    I wrote a python script for file transferring through Rabbitmq application and it was working fine. The program was made into run and after 4 days the following error is coming....

    timeout : timed out

    After then if i again run the script it was working and after 3 or 4 days again the same error is coming.

    The error message is in the attachment.

    Kindly guide me for this issue..

    Thanks in Advance,

    Robert.J
    Attached Files
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    Generally a time out means that the computer was trying to make some kind of connection which could not be completed for any of a number of reasons, and so it times out or stops trying after a certain amount of time or a certain amount of failed trys.

    Comment

    • roberttonafelix
      New Member
      • Oct 2012
      • 16

      #3
      thanks for your reply.......

      Comment

      Working...