-
I tried to run it: installed, but cannot start.
Or maybe I did something wrong - can anybody please check Evernote running?
https://evernote.com/download
-
Started with;
```
$python kippt2evernote.py
Traceback (most recent call last):
File "kippt2evernote.py", line 7, in
import evernote.edam.userstore.constants as UserStoreConstants
ImportError: …
-
### evernote-backup version
1.9.2
### What OS are you using?
MacOS
### OS Version / Linux distribution
ARM64, M1
### Bug description
Crashes on attempt to do `evernote-backup sync` which has be…
-
I'm having problem instantiating evernote cloud API client. I get the following exception dump (original lib and root path are replaced)
```
Uncaught TTransportException: exception 'TTransportExcepti…
-
I'm having an issue after upgrading to Ruby 2.1.0, with creating notes with binary data. I get a conversion error: Encoding::UndefinedConversionError: "\xC7" from ASCII-8BIT to UTF-8
Here's what I do…
-
Ran Nylas in Debug mode and got the following:
Error: Client not defined(…)
TypeError: Cannot read property 'getNoteStore' of undefined
at _EvernoteClient.makeNote (/Users/tajviawillis/.nylas/p…
-
I use sublime-evernote on sublime text 3 and edit notes using markdown editing plugin. But when I type code in sublime and save to evernote by "Update Evernote Note", the code display is not normal in…
zsshi updated
7 years ago
-
I requested full access for my API key and got an email response from Evernote that it had been granted.
I can successfully do this:
```
client.note_store.listNotebooks
```
and get a list of noteb…
-
Hello there,
I've been developing an application using Electron but I have a problem authenticating users. Most of the times, when I call the getRequestToken function and redirect the user to the log…
-
Using the latest tagged release, I have a check to verify the user's token is valid. I'm currently doing it like this:
```
$client = new \Evernote\Client($connection['credentials_token'], false);
$ad…