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

im not getting any weather data from my log cat but no error in my code is being indicated. my log cat:

08-08 18:27:37.757 4701-4701/? D/dalvikvm﹕ Not late-enabling CheckJNI (already on) 08-08 18:27:40.537 4701-4701/muzinda_hub.stomy D/MainActivity﹕ Main ui is running 08-08 18:27:41.257 4701-4701/muzinda_hub.stomy D/﹕ HostConnection::get() New Host Connection established 0xb8726b30, tid 4701 08-08 18:27:41.497 4701-4701/muzinda_hub.stomy W/EGL_emulation﹕ eglSurfaceAttrib not implemented 08-08 18:27:41.507 4701-4701/muzinda_hub.stomy D/OpenGLRenderer﹕ Enabling debug mode 0 08-08 18:27:43.397 4701-4722/muzinda_hub.stomy D/dalvikvm﹕ GC_FOR_ALLOC freed 252K, 14% free 3420K/3960K, paused 46ms, total 49ms 08-08 18:27:44.077 4701-4722/muzinda_hub.stomy W/dalvikvm﹕ VFY: unable to find class referenced in signature (Ljava/nio/file/Path;) 08-08 18:27:44.087 4701-4722/muzinda_hub.stomy W/dalvikvm﹕ VFY: unable to find class referenced in signature ([Ljava/nio/file/OpenOption;) 08-08 18:27:44.087 4701-4722/muzinda_hub.stomy I/dalvikvm﹕ Could not find method java.nio.file.Files.newOutputStream, referenced from method okio.Okio.sink 08-08 18:27:44.087 4701-4722/muzinda_hub.stomy W/dalvikvm﹕ VFY: unable to resolve static method 2056: Ljava/nio/file/Files;.newOutputStream (Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/OutputStream; 08-08 18:27:44.087 4701-4722/muzinda_hub.stomy D/dalvikvm﹕ VFY: replacing opcode 0x71 at 0x000a 08-08 18:27:44.107 4701-4722/muzinda_hub.stomy W/dalvikvm﹕ VFY: unable to find class referenced in signature (Ljava/nio/file/Path;) 08-08 18:27:44.117 4701-4722/muzinda_hub.stomy W/dalvikvm﹕ VFY: unable to find class referenced in signature ([Ljava/nio/file/OpenOption;) 08-08 18:27:44.127 4701-4722/muzinda_hub.stomy I/dalvikvm﹕ Could not find method java.nio.file.Files.newInputStream, referenced from method okio.Okio.source 08-08 18:27:44.127 4701-4722/muzinda_hub.stomy W/dalvikvm﹕ VFY: unable to resolve static method 2055: Ljava/nio/file/Files;.newInputStream (Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream; 08-08 18:27:44.127 4701-4722/muzinda_hub.stomy D/dalvikvm﹕ VFY: replacing opcode 0x71 at 0x000a 08-08 18:27:44.647 4701-4722/muzinda_hub.stomy V/MainActivity﹕ Cannot GET /forecast1c11c1e273c0ccb4972b87dea848a43f/37.8267,-122.423 08-08 18:27:45.057 4701-4701/muzinda_hub.stomy D/dalvikvm﹕ GC_FOR_ALLOC freed 237K, 13% free 3671K/4200K, paused 39ms, total 42ms 08-08 18:27:45.087 4701-4701/muzinda_hub.stomy I/dalvikvm-heap﹕ Grow heap (frag case) to 6.284MB for 2536936-byte allocation 08-08 18:27:45.137 4701-4710/muzinda_hub.stomy D/dalvikvm﹕ GC_FOR_ALLOC freed <1K, 8% free 6148K/6680K, paused 46ms, total 46ms 08-08 18:27:45.847 4701-4701/muzinda_hub.stomy W/EGL_emulation﹕ eglSurfaceAttrib not implemented