On Fri, Aug 21, 2009 at 12:49 AM, krish<[email protected]> wrote: > > I've set the Amazon keys correctly but I still see this error: > > list_queues... > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ > 1.8/net/http.rb:2097:in `error!': 401 > "Unauthorized" (Net::HTTPServerException) > from sqs.rb:374:in `do_action' > > (...) > > NOTE: I am able to view the queues on SQS and perform other actions > using the Amazon JavaScript Framework with the exact same set of > keys. > > Any ideas?
Hello Krish, I've run the tests for rufus-sqs and obtained the same 401 as you did. I guess that now rufus-sqs is outdated, it's using the 2007 SQS API, so it might be dead now. Have you tried a more modern gem like right_aws ? http://rightaws.rubyforge.org/right_aws_gem_doc/ The have a generation 2 SQS interface it seems. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
