Network failure when using urllib2

2007-01-08 Thread jdvolz
I have a script that uses urllib2 to repeatedly lookup web pages (in a spider sort of way). It appears to function normally, but if it runs too long I start to get 404 responses. If I try to use the internet through any other programs (Outlook, FireFox, etc.) it will also fail. If I stop the

Re: Network failure when using urllib2

2007-01-08 Thread Ravi Teja
[EMAIL PROTECTED] wrote: I have a script that uses urllib2 to repeatedly lookup web pages (in a spider sort of way). It appears to function normally, but if it runs too long I start to get 404 responses. If I try to use the internet through any other programs (Outlook, FireFox, etc.) it

Re: Network failure when using urllib2

2007-01-08 Thread jdvolz
I am fetching different web pages (never the same one) from a web server. Does that make a difference with them trying to block me? Also, if it was only that site blocking me, then why does the internet not work in other programs when this happens in the script. It is almost like something is

Re: Network failure when using urllib2

2007-01-08 Thread Gabriel Genellina
At Monday 8/1/2007 21:30, [EMAIL PROTECTED] wrote: I am fetching different web pages (never the same one) from a web server. Does that make a difference with them trying to block me? Also, if it was only that site blocking me, then why does the internet not work in other programs when this

Re: Network failure when using urllib2

2007-01-08 Thread Ravi Teja
[EMAIL PROTECTED] wrote: I am fetching different web pages (never the same one) from a web server. Does that make a difference with them trying to block me? Also, if it was only that site blocking me, then why does the internet not work in other programs when this happens in the script. It