sjeongus / BitTweet-Android

BitTweet for Android
3 stars 0 forks source link

Crashes on startup if not logged in #18

Closed southrop closed 10 years ago

southrop commented 10 years ago

See crashes 1 and 2.

sjeongus commented 10 years ago

The app appears to crash for some people right after logging in, though they report it's fine when they relaunch. Suspicions that it's the same issue as this.

southrop commented 10 years ago

Looks like the same issue. Most recent crashlytics report here. It's related to the twitter4j authentication for one of the twitter factories from what I can tell (stackoverflow) but the interesting part is that it works and doesn't encounter this error after the app starts again. I couldn't immediately identify why it was happening (possibly an async issue, that's why it works fine after the app starts again?), but I think it's related to Streaming. Yet another reason we should disable streaming by default (#28)