bordaigorl / sublime-evernote

Open and Save Evernote notes from Sublime Text 3 using Markdown
Other
1.15k stars 105 forks source link

Cannot insert attachment: 'Module' object has no attribute 'parse' #213

Open gabrielg42 opened 5 years ago

gabrielg42 commented 5 years ago

Hi,

Love the program. It's my preferred way of using Evernote in Linux, or just using it with code snippets.

Have run into a problem today where I can't insert an attachment. The console gives this output:

Evernote plugin error: 'module' object has no attribute 'parse'
    Last command: insert {'characters': '\n\n'}
    BEFORE SUBMITTING AN ISSUE (https://github.com/bordaigorl/sublime-evernote/issues):
      1. Enable the `debug` setting in your Evernote.sublime-settings file and try again. If the problem persists take a note of the output in the console.
         Make sure you delete personal information (e.g. Developer Token) from the output before posting it in an issue.
      2. Check the wiki at https://github.com/bordaigorl/sublime-evernote/wiki
      3. Search for similar issues at https://github.com/bordaigorl/sublime-evernote/issues?q=is%3Aissue
    (Evernote plugin v2.7.2, ST 3176, Python 3.3.6, linux x64, debug)
error: Evernote plugin cannot insert the attachment.
Evernote plugin error, please see the console for more details.
Then contact developer at
https://github.com/bordaigorl/sublime-evernote/issues

I have already set debug=true in the settings and this is the output.

Cheers, Gabriel

bordaigorl commented 5 years ago

That is strange. Have you tried quitting and re-opening sublime? Somtimes it may do thing like that after an update...

gabrielg42 commented 5 years ago

It's still there even after I restart, unfortunately.