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

Fatal Exception: java.lang.IllegalStateException: Must start Twitter Kit with Fabric.with() first #10

Open
shawns582 opened this issue Dec 4, 2017 · 5 comments

Comments

@shawns582
Copy link

First off, thanks for this plugin! I have followed all the installation steps (with Fabric key, Twitter API key and Twitter Secret key), but my app is crashing when I try to do Twitter login(). Below is the stack trace:

Fatal Exception: java.lang.IllegalStateException: Must start Twitter Kit with Fabric.with() first
at com.twitter.sdk.android.Twitter.checkInitialized(Twitter.java:43)
at com.twitter.sdk.android.Twitter.logIn(Twitter.java:87)
at com.manifestwebdesign.twitterconnect.TwitterConnect$1.run(TwitterConnect.java:99)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:762)

I'd appreciate any help as I'm waiting on this to push my app to the stores. Thanks.

@billymahmood
Copy link

Hi did you have any luck with this issue?

@shawns582
Copy link
Author

@mulikiran
Copy link

same issue with me any solution for this ?

@ciekawy
Copy link

ciekawy commented Apr 23, 2018

also wondering about any progress, there is also an issue on the FabricPlugin sarriaroman/FabricPlugin#84

@guylando
Copy link

Newest twitterkit does not use fabric at all, try this version of the plugin:
It has the LATEST twitterkit sdks both for android and ios and fixes the various bugs existing in the other versions of this plugin. Also added info about some gotchas and important things to pay attention to in the readme. Enjoy: https://github.com/guylando/twitterkit3-plugin
Tested and works in latest ios and android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants