Re: [twitter-dev] Site Streams: Work Locally / 401 Unauthorized From EC2 (/cc @jkalucki)

2010-10-12 Thread Thomas Mango
Just to update, you were right. I looked into the oauth libraries I was using and it turns out I had the wrong version installed on the new EC2 instance and that was causing the issue. As soon as I changed versions, it connected. Thanks again for your help! John Kalucki wrote: I can see what

Re: [twitter-dev] Site Streams: Work Locally / 401 Unauthorized From EC2 (/cc @jkalucki)

2010-10-12 Thread Thomas Mango
Hey John, thanks for the quick response. That's definitely good to know that it has nothing to do with the IP I'm connecting from. I'll investigate the EC2 install. Thanks, again! John Kalucki wrote: I can see what you describe in the logs. The most likely problem is that the EC2-based client

Re: [twitter-dev] Site Streams: Work Locally / 401 Unauthorized From EC2 (/cc @jkalucki)

2010-10-12 Thread John Kalucki
I can see what you describe in the logs. The most likely problem is that the EC2-based client isn't signing the OAuth correctly somehow. There should be nothing on our end that allows you in on one IP, but 401s you on another. -John On Tue, Oct 12, 2010 at 1:28 PM, tsmango wrote: > I've been

[twitter-dev] Site Streams: Work Locally / 401 Unauthorized From EC2 (/cc @jkalucki)

2010-10-12 Thread tsmango
I've been working on a site stream implementation for the past week or so from my local environment without any issues. However, I just setup a new EC2 instance this morning and I'm unable to connect from it (I receive 401 Unauthorized). I've tried a few attempts over the course of several hours.