Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Blog Reader Android App Adapting Data for Display in a List Finishing Our AsyncTask

Kalin Baxes
Kalin Baxes
6,234 Points

JSONException

Hello, Here is the exception I am getting: Exception caught: org.json.JSONException: Unterminated string at character 5853 of [JSON Data from Treehouse Blog]

I believe I copied all the code exactly as it should be from the video. Any ideas?

EDIT: Ran it again and worked. Odd

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

This is usually related to the same bug talked about in the Teacher's Notes of this video. Try swapping out the code for the new version as detailed in this post and see if it fixes your issue.