Jump to content

Welcome! You're currently a Guest.

If you'd like to join in the Discussion, or access additional features in our forums, please sign in with your Evernote Account here. Have an Evernote Account but forgot your password? Reset it! Don't have an account yet? Create One! You'll need to set your Display Name before your first post.

mattmorten

Member Since 06 Feb 2011
Offline Last Active Jun 26 2012 10:05 PM
-----

Topics I've Started

Ruby client demo throws exception

24 June 2012 - 06:06 PM

Hi,

I'm trying to run the ruby client demo "EDAMTest.rb". I get the following:

warning: peer certificate won't be verified in this SSL session
Is my Evernote API version up to date? true
warning: peer certificate won't be verified in this SSL session
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb:15: private method `sub' called for nil:NilClass (NoMethodError)
from /Users/mattmorten/Programming/RubyGTD/evernote-evernote-sdk-ruby-aebe95a/sample/client/../../lib/Evernote/EDAM/user_store.rb:145
/Users/mattmorten/Programming/RubyGTD/evernote-evernote-sdk-ruby-aebe95a/sample/client/../../lib/Evernote/EDAM/user_store.rb:145:in `recv_getNoteStoreUrl': Evernote::EDAM::Error::EDAMUserException
from /Users/mattmorten/Programming/RubyGTD/evernote-evernote-sdk-ruby-aebe95a/sample/client/../../lib/Evernote/EDAM/user_store.rb:135:in `getNoteStoreUrl'
from /Users/mattmorten/Programming/RubyGTD/evernote-evernote-sdk-ruby-aebe95a/sample/client/EDAMTest.rb:68


Any ideas what I'm doing wrong?

Thanks