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

JavaScript

Error :http://blog.teamtreehouse.com/api/getrecentsummary/

This is what I get from the url { "status": "error", "error": "Uknown method 'getrecentsummary'." }

Therefore, I cant get the blog post for the android project

3 Answers

Ok got it! The url provided under the video did not have any underscores and I did not realise there is in the video.

Thanks anyway

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Ah - Markdown fail! Sorry about that. Single underscores make things italic in Markdown, so I had to escape them. It's now fixed. Thanks for the heads up!