Skip to content

I get this error EDAMSystemException #64

@JiaxiangBU

Description

@JiaxiangBU
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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions