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

Development Tools HTTP Basics Introduction to HTTP Sending Data with a GET Request

Kyle Vassella
Kyle Vassella
9,033 Points

Cannot go to the next line in workspace console?

For some reason in this workspace's console, option + return (mac) does not enable me to go down to the next line without sending in my code. On other workspaces this method does work. *EDIT: well, it used to work (earlier today). For some reason right now I can't get option + return to work even on the same workspaces it used to work on - it always sends in the code and I get a BASH: message on the line below every time :( *

I'm aware I can use \ at the end of my line before pressing return, but that method does not work with this lesson (request gets prematurely sent anyways) so I'm wondering why option + return randomly seems to not work on this particular workspace's console?

3 Answers

Kyle Vassella
Kyle Vassella
9,033 Points

Just solved my problem, should have thought of it before I posted. A clear of my Chrome's cache/cookies and a browser restart fixed things. Option + return now works properly. If this happens to anyone else, try a browser cache clear before complaining lol

Ramy Elsaraf
Ramy Elsaraf
7,633 Points

what did you do exactly, what did you type to go to the next line, what is option+return ???? I have same issue

Ruth O'Kelly
Ruth O'Kelly
4,944 Points

How to do this on Windows?

CTRL+Enter seems to work.