in reply to Re^2: LWP error 500 read timeout "internal response"
in thread LWP error 500 read timeout "internal response"

A "read timeout" is just a regular timeout. You could try changing your "$user_agent->timeout(30)" to "$user_agent->timeout(300)" or something and see if that helps. Either your network is slow (or failed) or the site is not responding fast enough.

Replies are listed 'Best First'.
Re^4: LWP error 500 read timeout "internal response"
by cormanaz (Deacon) on May 17, 2007 at 04:17 UTC
    It's not a real timeout because the response comes back instantly. But I tried it anyway and same result.