You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a service that polls the Evernote every few minutes for updates to a users account. I'm getting an intermittent NullReferenceException on the following line of code:
at EvernoteSDK.ENSession.get_IsBusinessUser()
at EvernoteSDK.ENSession.get_BusinessNoteStore()
at EvernoteSDK.Advanced.ENSessionAdvanced.get_BusinessNoteStore()
Catching the exception and trying again soon after seems to continue fine.
The text was updated successfully, but these errors were encountered:
I have a service that polls the Evernote every few minutes for updates to a users account. I'm getting an intermittent NullReferenceException on the following line of code:
StackTrace:
at EvernoteSDK.ENSession.get_IsBusinessUser()
at EvernoteSDK.ENSession.get_BusinessNoteStore()
at EvernoteSDK.Advanced.ENSessionAdvanced.get_BusinessNoteStore()
Catching the exception and trying again soon after seems to continue fine.
The text was updated successfully, but these errors were encountered: