-
Notifications
You must be signed in to change notification settings - Fork 143
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
Everpad Not Syncing #500
Comments
Just out of curiousity, several people (including me) found that an
evernote userid/password authentication token seems to expire at some
interval (1 year, perhaps) and needs to be renewed. After that, it
doesn't sync, but everpad doesn't indicate why. I think you just need
to go into everpad, Click on "Remove Authentication" and then click on
Authorize and enter your userid and password. Of course if this isn't
the problem, "nevermind".
https://dev.evernote.com/doc/articles/revoked_expired_auth.php
…On 10/21/2017 04:57 PM, Network Thinking Solutions wrote:
Hello,
Everpad is running but stopped syncing. Here is output of
everpad-provider --verbose
everpad-provider --verbose
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line
454, in run
self.init_network()
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line
470, in init_network
self.note_store = get_note_store(self.auth_token)
File "/usr/lib/pymodules/python2.7/everpad/provider/tools.py", line
65, in get_note_store
note_store_url = user_store.getNoteStoreUrl(auth_token)
File
"/usr/lib/pymodules/python2.7/evernote/edam/userstore/UserStore.py",
line 614, in getNoteStoreUrl
return self.recv_getNoteStoreUrl()
File
"/usr/lib/pymodules/python2.7/evernote/edam/userstore/UserStore.py",
line 637, in recv_getNoteStoreUrl
raise result.userException
evernote.edam.error.ttypes.EDAMUserException:
EDAMUserException(errorCode=9, parameter='authenticationToken')
Suggestions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#500>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANFmEgtQw1BGuOkast0USuVxVnL8yPgeks5sulrSgaJpZM4QBtrr>.
--
John F. Ervin
Central Florida TeleSource, LLC
407-679-6238 (office)
[email protected]
http://cftelesource.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Everpad is running but stopped syncing. Here is output of everpad-provider --verbose
everpad-provider --verbose
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line 454, in run
self.init_network()
File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line 470, in init_network
self.note_store = get_note_store(self.auth_token)
File "/usr/lib/pymodules/python2.7/everpad/provider/tools.py", line 65, in get_note_store
note_store_url = user_store.getNoteStoreUrl(auth_token)
File "/usr/lib/pymodules/python2.7/evernote/edam/userstore/UserStore.py", line 614, in getNoteStoreUrl
return self.recv_getNoteStoreUrl()
File "/usr/lib/pymodules/python2.7/evernote/edam/userstore/UserStore.py", line 637, in recv_getNoteStoreUrl
raise result.userException
evernote.edam.error.ttypes.EDAMUserException: EDAMUserException(errorCode=9, parameter='authenticationToken')
Suggestions?
The text was updated successfully, but these errors were encountered: