evernote2onenote does not start
Sync Evernote notes with IMAP, Import Evernote to Onenote
Brought to you by:
steveking
Originally created by: arnoldsc... (code.google.com)@gmail.com
What steps will reproduce the problem?
1. Attempt to run evernote2onenote.
What is the expected output? What do you see instead?
Expect the program to run. It appears to attempt to run, but nothing happens and no error messages.
What version of the product are you using? On what operating system?
evernote2onenote 1.1.3
OneNote 2013 (Office 15.0.4659.1001)
Evernote 5.7.1.5586
Windows 8.1 32-bit
Please provide any additional information below.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
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.