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

Python Python Basics (2015) Shopping List App Continue

Hideki Matsuura
Hideki Matsuura
3,860 Points

I keep getting this error when I try to check a task:

Oh no! There was a communication problem.

If you continue experiencing problems, please contact support at help@teamtreehouse.com.

Fear not! Your code is safe with us. You will be able to resubmit once you reload the challenge.

Reload Challenge Back to overview

breaks.py
def loopy(items):
    # Code goes here
    for item in items:
        if items[0][0] != "a":
            print(item)
        else:
            continue

1 Answer

I also experience this issue often and it is probably an issue with the teamtreehouse site rather than your internet connection.Usually you just have to refresh the task a couple of times and the error goes away. Also you should probably send them an email as well so they are informed that there are many people having issues with the site.