-
Notifications
You must be signed in to change notification settings - Fork 182
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
Trying to read on a NoneType. #28
Comments
Could you provide code snippet to see if I could reproduce it? |
It happened via a normal getNoteTagNames call (which works 99.9% of the time) but it was just one user with the bug. |
that would be me. I'm guessing I may be something of an edge case given how I (ab)use if I can be of any help in investigating things, please let me know. noah Noah Pivnick On Tue, Mar 18, 2014 at 2:16 PM, Bryan Helmig [email protected]:
|
I tested this quick and it works fine even though the note has no tags. Empty content shouldn't affect getNoteTagNames and I can't imagine there could be any edge case for getNoteTagNames since it's just too simple API. It would be helpful if you could find a way to reproduce this. |
@nopivnick Would it be okay if I tried to wrap up a full test case with your auth credentials and send them privately to @rekotan over email? |
have at it, @bryanhelmig. |
We are using 1.25.0.
One guess from the affected was that the note was missing content and the library wasn't handling that case.
The text was updated successfully, but these errors were encountered: