-
Notifications
You must be signed in to change notification settings - Fork 88
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
Attempt to invoke virtual method ...getAndroidCalendarUri() on on a null object reference #253
Comments
Maybe this helps: https://github.com/gggard/AndroidCaldavSyncAdapater/issues/252 |
Sorry, the above link reads ok, but points to nowhere. Couldn't find out in a rush how to place a link here which reads and works correctly, so just follow it manually ... |
I too seem to be getting this now:
Is there still no idea why this is happening? Personally I suspect some kind of bad/improperly-handled data in the calendar data coming from the calendar server. In this case it's owncloud. But this only happens to one user so I don't think it's a general owncloud problem but rather some data in a particular user's calendar. |
Maybe not. :-( Even with only a single calendar, empty, I get this issue, for (only) this one user. |
I'm getting the following error when I run CaldavSyncAdapter on my cyanogenmod:
It seems like the
Result
instance is never instantiated, but I can't figure out why.When I run the application in an emulator, I have no problems. The main differences between the emulator and the real device are that the emulator is running "normal" android and the aosp calendar app, while the real device is running cyanogenmod with the closed source calendar app shipped with opengapps.
Unfortunately, I haven't been able to get the debugger to stop at or near the place where the exception occurs, so I can't tell you more. Could this have to do with the fact that this isn't a normal app? If you give me some feedback in this regard, I'd be happy to explore it some more.
The text was updated successfully, but these errors were encountered: