Anonymous - 2014-11-20

Originally posted by: arnoldsc... (code.google.com)@gmail.com

Figured out the problem. You must have at least one notebook in your Evernote account. Inside the code, a method call for a container is being used that assumes there is at least one notebook in the container: '.selectedIndex = 0', and the case for no notebooks is not handled.

So, easy workaround is just to make sure you are logged in to Evernote and have at least one notebook. Though I feel like it might be useful if people could run the program just for exported notebooks, if that were a possibility. I'm not sure if there are any preconditions that might prevent that.