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

org.json.JSONException: A JSONObject text must begin with '{' at character 1 #39

Open
Luka-Filipovic opened this issue Oct 18, 2020 · 1 comment

Comments

@Luka-Filipovic
Copy link

Keep getting this exception

@enriquefdez5
Copy link

I'm also getting this exception when trying to execute the next example code in scala language
val maxTweetsToGather = 10000 val username = "twitterUsername" val criteria: TwitterCriteria = TwitterCriteria.create() .setUsername(username) .setMaxTweets(maxTweetsToGather) TweetManager.getTweets(criteria)
Any idea for fixing it?

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

2 participants