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 trialTom Latham
2,591 PointsTimezone not working
When I run my app at the end i get the following in the logcat:
02-05 20:39:34.523 1380-1395/tl.stormy E/MainActivity๏น Exception caught:
org.json.JSONException: No value for America/Los_Angeles
at org.json.JSONObject.get(JSONObject.java:389)
at org.json.JSONObject.getString(JSONObject.java:550)
at tl.stormy.MainActivity.getCurrentDetails(MainActivity.java:101)
at tl.stormy.MainActivity.access$100(MainActivity.java:26)
at tl.stormy.MainActivity$1.onResponse(MainActivity.java:61)
at com.squareup.okhttp.Call$AsyncCall.execute(Call.java:162)
at com.squareup.okhttp.internal.NamedRunnable.run(NamedRunnable.java:33)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
I have checked my code several times and it matches the code in the video. Any ideas?
1 Answer
miguelcastro2
Courses Plus Student 6,573 PointsYour returning JSON did not contain the value: America/Los_Angeles.