Hi All, My IP has been blocked. I included the sleep statement and also waited to use it again after some time. However it does not help, can anyone please suggest me what to do?
Thanks a lot, Khanjan ________________________________________ From: robert kuhn [[email protected]] Sent: Tuesday, December 07, 2010 1:50 PM To: Gandhi, Khanjan Cc: [email protected] Subject: Re: Host 'dhcp-231-209.whitehead.emory.edu' is blocked hello Khanjan, it looks like the delay to your IP address has decayed, so you should be able to access our site again. the way to avoid being blocked is to include a sleep spatement: sleep 15 which will give a pause between requests and avoid the accumulation of a delay. you could also contact the public mailing list with a request for help. often we are able to help users with a Table browser query that avoids repeated scripted hits on the site. [email protected] but a search of the archives first may also help you: http://genome.ucsc.edu/contacts.html best wishes, --b0b kuhn ucsc genome bioinformatics group On 12/7/2010 10:12 AM, Gandhi, Khanjan wrote: > Hi there, > > I am running a script that requires accessing the mm9 database very often. > While debugging the script, I might have canceled the process a couple of > times and a result my IP is blocked. > > DBI connect('database=mm9;host=genome-mysql.cse.ucsc.edu','genome',...) > failed: Host 'dhcp-231-209.whitehead.emory.edu' is blocked because of many > connection errors; > > Can you please unblock it and/or let me know what to do to avoid it in future? > > Thanks a lot and sorry for the trouble, > Khanjan > > This e-mail message (including any attachments) is for the sole use of > the intended recipient(s) and may contain confidential and privileged > information. If the reader of this message is not the intended > recipient, you are hereby notified that any dissemination, distribution > or copying of this message (including any attachments) is strictly > prohibited. > > If you have received this message in error, please contact > the sender by reply e-mail message and destroy all copies of the > original message (including attachments). > _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
