-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
EDAMSystemException: EDAMSystemException(errorCode=8, rateLimitDuration=None, _message='authenticationToken')
I get this error `EDAMSystemException`
---------------------------------------------------------------------------
EDAMSystemException Traceback (most recent call last)
<ipython-input-7-9908879e9b22> in <module>()
2 client = EvernoteClient(token=dev_token)
3 userStore = client.get_user_store()
----> 4 user = userStore.getUser()
5 print user.username
C:\ProgramData\Miniconda3\envs\evernote-use-py2\lib\site-packages\evernote\api\client.pyc in delegate_method(*args, **kwargs)
149 return functools.partial(
150 targetMethod, authenticationToken=self.token
--> 151 )(**dict(zip(arg_names, args)))
152 else:
153 return targetMethod(*args, **kwargs)
C:\ProgramData\Miniconda3\envs\evernote-use-py2\lib\site-packages\evernote\edam\userstore\UserStore.pyc in getUser(self, authenticationToken)
1031 """
1032 self.send_getUser(authenticationToken)
-> 1033 return self.recv_getUser()
1034
1035 def send_getUser(self, authenticationToken):
C:\ProgramData\Miniconda3\envs\evernote-use-py2\lib\site-packages\evernote\edam\userstore\UserStore.pyc in recv_getUser(self)
1056 raise result.userException
1057 if result.systemException is not None:
-> 1058 raise result.systemException
1059 raise TApplicationException(TApplicationException.MISSING_RESULT, "getUser failed: unknown result");
1060
EDAMSystemException: EDAMSystemException(errorCode=8, rateLimitDuration=None, _message='authenticationToken')
andyi95
Metadata
Metadata
Assignees
Labels
No labels