-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No authentication #89
Comments
Hi, thanks for the report. Are you behind a proxy? |
Any solution for this? Evernote plugin v2.7.0, ST 3083, Python 3.3.3, windows x64, debug Error: |
Still an issue here, too. Both my mac at work and my archlinux at home. OS X 10.11.3
|
I get the same error as well. |
Should be finally fixed, see #216 |
Sound strange, but authentication seems to not work :-(
The token request work perfectly and the Evernote.sublime-settings contain the correct informations:
{
"noteStoreUrl": "https://www.evernote.com/shard/blahblah",
"token": "blahblah",
"debug": "yes"
}
When I try to have the last note list, the console give me:
Evernote plugin error: unpack requires a bytes object of length 1
Last command: {}
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.6.0, ST 3083, Python 3.3.3, osx x64, debug)
error: Evernote plugin error, please see the console for more details.
Then contact developer at
https://github.com/bordaigorl/sublime-evernote/issues
Evernote: unpack requires a bytes object of length 1
Nothing more (is debug mode enabled?).
Could it be a bad installation?
Thanks for your help
The text was updated successfully, but these errors were encountered: