Thread 381cbc50

Google has added support for google voice in their google apps product. Unfortunately when I make these adjustments to the script:

ACCOUNT = ‘user@mydomain.com’ # managed by google and text works
PASSWORD = ‘mypass’ #alphanumeric pass no strange characters

the script fails with errors:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/net/http.rb:2097:in error!‘: 500 “Internal Server Error” (Net::HTTPFatalError)
from /Users/mano/Documents/Scripts/voicesms user@mydomain.com.rb:61:in
postit’
from /Users/mano/Documents/Scripts/voicesms user@mydomain.com.rb:90
from /Users/mano/Documents/Scripts/voicesms user@mydomain.com.rb:88:in `each’
from /Users/mano/Documents/Scripts/voicesms user@mydomain.com.rb:88

Can someone please help me out?