This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Alvaro Lisandro
about 12 years

Troubles with Chrome

Is anyone having troubles coding (I feel like a pro :P) with Google Chrome? Some exercises just won’t work, so I moved to my old Firefox friend. If anyone knows what’s the problem, just out of curiosity, please answer.

Thanks!

Answer 4f7f435bcff748000300038a

3 votes

Permalink

I’m having an issue with all browsers. When I try to use console.log I get TypeError: Sandboss is undefined

points
Submitted by coatney
almost 12 years

Answer 4f7dfc199942b700030024f9

1 vote

Permalink

Can you please email me at [email protected] to let me know what problems you are having with Chrome? Many thanks!

points
Submitted by Katie Tongalson
almost 12 years

1 comments

mckinsey2 over 11 years

Sometimes it doesn’t validate on certain lessons. I haven’t had trouble with Sandboss though.

Answer 4f7f4d6cdaff250003001f0c

1 vote

Permalink

Same problem here, getting it on 1.2, 1.3, and 1.4. When I swap out console.log with alert, the code runs through.

Keep getting: TypeError: Object #

points
Submitted by Carlos Capellan
almost 12 years

Answer 4f7f87fe9143d400030044ed

1 vote

Permalink

I’m receiving the same message for both 1.3 and 1.4

“TypeError: Sandboss is undefined”

The code I used for 1.3 is:

function countTo (int) {
     for (i=1; i<=int; i++) {
         console.log (i);
     }
 }

 countTo(4);
points
Submitted by Lia Zheng
almost 12 years

Answer 4f81f3a9cdf3d90003016379

1 vote

Permalink

Same error with Firefox.

points
Submitted by Vanessa Cantero
almost 12 years

Answer 4f70e3689d5d510003004a44

0 votes

Permalink

Same here!

points
Submitted by Krysta
about 12 years

Answer 4f82fc8bd604870003011b09

0 votes

Permalink

I’m also getting a weird new behavior with Chrome on Ubuntu that doesn’t seem to occur anywhere else: when the cursor’s in the code box, it constantly scrolls down unless I counteract it by scrolling up!

points
Submitted by Krysta
almost 12 years

Answer 4f8ec6b570698a000302f133

0 votes

Permalink

http://www.codecademy.com does not even open in chrome anymore for me. I receive “We’re sorry, but something went wrong. We’ve been notified about this issue and we’ll take a look at it shortly” all day long.

I am using firefox for now.

points
Submitted by Alexander Porivay
almost 12 years

Answer 500eb062fddf7b000202896b

0 votes

Permalink

Switching browsers on certain lessons helps with it.

points
Submitted by mckinsey2
over 11 years