Skip to content
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

calendar-v2-atom-android-sample update calendar crash #178

Closed
wonderfly opened this issue Jan 10, 2015 · 2 comments
Closed

calendar-v2-atom-android-sample update calendar crash #178

wonderfly opened this issue Jan 10, 2015 · 2 comments
Assignees
Labels
imported priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@wonderfly
Copy link
Contributor

From berestam...@gmail.com on March 27, 2011 13:21:48

Version of google-api-java-client (e.g. 1.3.1-alpha)? 1.3.1-alpha Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)? Android 2.3.3 Describe the problem. Start sample, authentication, load calendars, long press calendar item in list, press update title, and then:
ERROR/AndroidRuntime(5822): FATAL EXCEPTION: main
java.lang.IllegalArgumentException: HTTP transport doesn't support PATCH
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:133)
at com.google.api.client.sample.calendar.android.model.RedirectHandler.execute(RedirectHandler.java:57)
at com.google.api.client.sample.calendar.android.model.Entry.executePatchRelativeToOriginal(Entry.java:73)
at com.google.api.client.sample.calendar.android.model.CalendarEntry.executePatchRelativeToOriginal(CalendarEntry.java:43)
at com.google.api.client.sample.calendar.android.CalendarAndroidSample.onContextItemSelected(CalendarAndroidSample.java:274)
at android.app.Activity.onMenuItemSelected(Activity.java:2209)
at com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback.onMenuItemSelected(PhoneWindow.java:2785)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:143)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:855)
at com.android.internal.view.menu.MenuDialogHelper.onClick(MenuDialogHelper.java:137)
at com.android.internal.app.AlertController$AlertParams$3.onItemClick(AlertController.java:873)
at android.widget.AdapterView.performItemClick(AdapterView.java:284)
at android.widget.ListView.performItemClick(ListView.java:3513)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:1812)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3683)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method) How would you expect it to be fixed? No idea.

Original issue: http://code.google.com/p/google-api-java-client/issues/detail?id=163

@wonderfly wonderfly added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. imported priority: p2 Moderately-important priority. Fix may not be included in next release. 2–5 stars labels Jan 10, 2015
@wonderfly wonderfly self-assigned this Jan 10, 2015
@wonderfly
Copy link
Contributor Author

From alexande...@gmail.com on May 05, 2011 12:05:27

im jusing android 2.2

@wonderfly
Copy link
Contributor Author

From yan...@google.com on November 11, 2011 14:00:44

Should be fixed now.

Status: Fixed

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported priority: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants