Re: django-twitter-oauth connection refused

2010-09-07 Thread Bill Freeman
I apparently have a different vintage of httplib in my 2.6, since the raise CannotSendRequest() is on line 778. It seems to mean reuse of an HTTPConnection object that isn't idle. Maybe a threading problem? Does this happen with the development server? pdb is your friend (standard advice). Bi

Re: django-twitter-oauth connection refused

2010-09-05 Thread ashy
Hi All, Now I am getting 'Cannot send request' exception. Exception Location: /usr/lib/python2.6/httplib.py in putrequest, line 802 Some problem with httplib. Any ideas? thanks ashwin On Sep 4, 1:16 am, Bill Freeman wrote: > No.  I'm not actually using twitter anywhere.  I just remember th

Re: django-twitter-oauth connection refused

2010-09-03 Thread Bill Freeman
No. I'm not actually using twitter anywhere. I just remember the email saying that the API changed on Tuesday, so I'm not surprised if things that worked before are broken now. On Fri, Sep 3, 2010 at 10:26 AM, ashwin morey wrote: > Hi Bill, > > Did you try using django-twitter-oauth > http://gi

Re: django-twitter-oauth connection refused

2010-09-03 Thread ashwin morey
Hi Bill, Did you try using django-twitter-oauth http://github.com/henriklied/django-twitter-oauth#readme? I got the error while using this app. thanks ashy On Fri, Sep 3, 2010 at 7:46 PM, Bill Freeman wrote: > There was an email from twitter to it's users, yesterday or the day before, > sa

Re: django-twitter-oauth connection refused

2010-09-03 Thread Bill Freeman
There was an email from twitter to it's users, yesterday or the day before, saying that they've changed their auth API. I think it was a change to requiring OAUTH, but you may want to check whether port or SSL changes have occurred. On Fri, Sep 3, 2010 at 10:08 AM, ashy wrote: > Hi All, > > I am