Timeout Error or sysread': end of file reached (EOFError)

M

Muazzam Mushtaq

I am trying to access the gmail account through net/pop library. I have
set the open time out to 180 even but still whenever i try to execute
the code it gives me the End of file reached (EOFError). And if keep the
open time out to its default value which is 60 then it comes up with
timeout error.

c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `sysread': end of file
reached (EOFError)
from c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill'
from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout'
from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout'
from c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill'
from c:/ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil'
from c:/ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline'
from c:/ruby/lib/ruby/1.8/net/pop.rb:853:in `recv_response'
from c:/ruby/lib/ruby/1.8/net/pop.rb:752:in `initialize'
from c:/ruby/lib/ruby/1.8/net/pop.rb:869:in `critical'
from c:/ruby/lib/ruby/1.8/net/pop.rb:752:in `initialize'
from c:/ruby/lib/ruby/1.8/net/pop.rb:441:in `do_start'
from c:/ruby/lib/ruby/1.8/net/pop.rb:426:in `start'
from c:/ruby/lib/ruby/1.8/net/pop.rb:301:in `auth_only'
from c:/ruby/lib/ruby/1.8/net/pop.rb:293:in `auth_only'
from C:/ruby/test/test1:3

c:/ruby/lib/ruby/1.8/timeout.rb:54:in `rbuf_fill': execution expired
(Timeout::Error)
from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout'
from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout'
from c:/ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill'
from c:/ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil'
from c:/ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline'
from c:/ruby/lib/ruby/1.8/net/pop.rb:853:in `recv_response'
from c:/ruby/lib/ruby/1.8/net/pop.rb:752:in `initialize'
from c:/ruby/lib/ruby/1.8/net/pop.rb:869:in `critical'
from c:/ruby/lib/ruby/1.8/net/pop.rb:752:in `initialize'
from c:/ruby/lib/ruby/1.8/net/pop.rb:441:in `do_start'
from c:/ruby/lib/ruby/1.8/net/pop.rb:426:in `start'
from c:/ruby/lib/ruby/1.8/net/pop.rb:301:in `auth_only'
from c:/ruby/lib/ruby/1.8/net/pop.rb:293:in `auth_only'
from C:/ruby/test/test1:3


Waiting for urgent answers,
Thanks in advance
 

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

Forum statistics

Threads
474,470
Messages
2,571,808
Members
48,797
Latest member
PeterSimpson
Top