I have a script that gets stuff from the web. It sends the "referer" header with its requests, which are accomplished using HTTP::Request and LWP::UserAgent. Most of the time it works fine. But sometimes I get this error:
Since I don't know what line of the program this is getting called at, I'm having trouble pinning down the error. I would use the debugger, but the errors seem to be random.
And seeing as line 189 yields a very informative
, I'm stuck as to how to cure this problem.
Any help would be much appreciated.