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

[CRASH] ClassCastException in TGErrorUtil #12

Closed
panzerdev opened this issue Jan 21, 2016 · 0 comments
Closed

[CRASH] ClassCastException in TGErrorUtil #12

panzerdev opened this issue Jan 21, 2016 · 0 comments
Labels

Comments

@panzerdev
Copy link

FATAL EXCEPTION: main
Process: com.dawanda.shopping.app.internal, PID: 26744
java.lang.ClassCastException: java.util.ArrayList cannot be cast to com.tapglue.networking.requests.TGRequestCallback
at com.tapglue.utils.TGErrorUtil.sendErrorToCallbacks(TGErrorUtil.java:46)
at com.tapglue.networking.TGNetworkManager.performRequest(TGNetworkManager.java:390)
at com.tapglue.networking.TGNetworkManager.performRequest(TGNetworkManager.java:360)
at com.tapglue.networking.TGRequestFactory.logout(TGRequestFactory.java:333)
at com.tapglue.managers.TGUserManager.logout(TGUserManager.java:201)

When calling Tapglue.user().logout(new TGRequestCallback<Boolean>{}); while offline.

@dlsniper dlsniper added this to the SDK Update 1.1 milestone Jan 21, 2016
@dlsniper dlsniper added the bug label Jan 21, 2016
@dlsniper dlsniper changed the title [CRASH] ClassCastExceptionin TGErrorUtil [CRASH] ClassCastException in TGErrorUtil Jan 21, 2016
dlsniper added a commit that referenced this issue Jan 21, 2016
dlsniper added a commit that referenced this issue Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants