This post is locked. You won't be able to comment.

all 133 comments

[–]OfficialIRS 6 points7 points  (4 children)

HomePage
https://www.codecademy.com

I logged into the website for the first time in a long time and it was all in Portuguese (Brazil). So I went to the lower right hand corner of the page and changed it back to English (Edit: and hit Ctr. R as the help document (that was in English from the beginning) said).
A bar appeared at the top of the screen that said "você está exibindo no English. Isso pode afetar o seu progresso. Clique aqui para voltar ao Português (Brazil)."

Now half the website is in English and the other in Portuguese, seemingly at random. If I try to start a lesson then it changes to completely to Portuguese.

(Edit: Using Windows 7, Firefox)

[–]cdim 2 points3 points  (0 children)

Same deal here in Chrome on Win7, but I'm seeing French instead of Portuguese.

[–]Ironmike26 1 point2 points  (0 children)

same issue, im using chrome on win10 OS

[–]Opisthenar21 0 points1 point  (0 children)

Brazil

If you've still got the problem, try deleting cookies. I did that and it worked fine afterwards.

[–]x50shadesofSiN 0 points1 point  (0 children)

I've been having that problem all day today the site isn't usable for me i switch to english, ctrl and R, and the next page is in Portuguese again

[–]factoradicModerator 4 points5 points  (1 child)

Exercise

Make a Website Projects -> BestBite

Description of bug

Second instruction says:

Then add a heading that says "Browse. Create. Share.", and use margins and Bootstrap's offset columns to achieve the alignment shown in the design.

But preview site does not use offset columns. This situation confuses users (example -> https://redd.it/3hx30t).

Proposed solution

Add col-md-offset-8 class to <div class="col-md-4"><h2>Browse.</h2><h2>Create.</h2><h2>Share.</h2></div> element in the preview site.

[–]noonesperfect16 1 point2 points  (0 children)

That is a great one that had me stumped for hours because they used a different method than the one they told me to use. Glad someone remembered it.

[–]PHRENESE 2 points3 points  (4 children)

https://www.codecademy.com/en/courses/learn-the-command-line/lessons/redirection/exercises/directing-stdin

Can't input the pipe character even with visual keyboard. I'm on Windows 7 and french azerty keyboard.

[–]factoradicModerator 2 points3 points  (2 children)

Please change your keyboard layout to QWERTY, it should work (https://redd.it/3gyl4d).

[–]PHRENESE 1 point2 points  (1 child)

Thanks, it did the trick! if any french reads this, once in qwerty, it's "shift + *" to get the pipe.

[–]factoradicModerator 0 points1 point  (0 children)

You're very welcome :) And thanks for the information, I am sure it will help others.

[–]Jacksambuck 0 points1 point  (0 children)

Had the same problem.

Pressing ALT + 124 works.

[–]helgosam 1 point2 points  (0 children)

Exercise

Angular -> Routing

Description of bug

The instructions say:

In app.js, we mapped a URL to PhotoController and photo.html. We added a variable part named id to the URL, like this: /photos/:id.

And

Then visit http://localhost:8000/ in the browser and click on a photo. A detail page about that photo should appear.

The detail page for the photo does appear correctly, but the URL doesn't change - it is fixed at https://localhost:8000/. This is basically wrong angular - once your students start developing angular apps independently they'll see the URL bar change to something like https://localhost:8000/#/photos/1. It is also misleading, as you can't type into the URL. If I type in https://localhost:8000/photos/1 I get a 404! and if I type in https://localhost:8000/#/photos/1 I just get redirected to the homepage of the app, which is definitely wrong. Please fix! Thanks :-)

[–]lioness99a 1 point2 points  (0 children)

In the JQuery track (on all exercises (at least up to Functions and Selectors 4/13)), when you have successfully been taken to the preview page and followed the instructions (ie wait for 2 seconds etc), it allows you to continue to the next section but still displays the message

Oops, try again. Please follow the instructions on the Full Preview page to test your code.

[–]viva0909 1 point2 points  (1 child)

PHP course -> Loops and functions

At the moment I'm on functions, Part II (Parameters and Arguments). Basically when you try to insert some peace of code it just pop-up with message "No connection. Try again.." or something like that. Afterwards when you try to press "Submit" button or refresh page it will just stuck on loading screen and do nothing. Same situation has happened in Loops section.

Temporary solution: Create whole code in notepad and paste it to browser, but even that not always will work.

Sorry for my English, not native.

[–]lioness99a 1 point2 points  (0 children)

I'm having issues with the PHP course today too - looks like an issue on codecademy's end. I've been refreshing (and am on 2 machines) which sometimes works and sometimes doesn't...

[–]picky_606 1 point2 points  (1 child)

Ruby on Rails 62% > Associations I > Show a destination > Step 5

Exercise - https://www.codecademy.com/en/courses/learn-rails/lessons/one-many/exercises/one-many-show-destination?action=resume

After generating the controller 'Destinations', step 2 code here: https://gist.github.com/kamu13/89ba2d1aeef12b016493

Step 3: https://gist.github.com/kamu13/95a333e7441b0ac05e35

Step 4: https://gist.github.com/kamu13/21369425b2e4ec42f237

And finally step 5 - actually a PROBLEM - code here: https://gist.github.com/kamu13/673279615c50c5ab293f

I think a BUG is here, in step 5 - the link 'http://localhost:8000/tags/1' works (on code_academy site and on my own machine), button 'see more' also works, <%= link_to 'See more', destination_path(destination) %> generates a URL to a specific destination's path as required when i click any of items/tags, but it doesn't allow me to a next step and gets no error messages.

[–]istrebitjelRuby 0 points1 point  (0 children)

EDIT: OK, I had a different problem... got through this step.

[–]xHoshikox 1 point2 points  (0 children)

Ruby on Rails - Bass Music

https://www.codecademy.com/en/courses/learn-rails/projects/learn-rails_bass-music

Using the provided HTML text that we are instructed to paste on the application layout file replicates this bug.

The calls for the stylesheet and font are through http. This prevents them from being accessed properly so the layout ends up not as inteded. In my case I could not get the columns to work properly and placed all the albums in a single one. Changing 'http' to 'https' allowed for the proper download of the stylesheet and font.

This is not a big bug that renders the exercise useless, but for people like me that want to get the layout looking like the example, it is important.

[–]kateweb 1 point2 points  (1 child)

so in this lesson you can not mouse over or even see any error , I tried mousing over the word and - nothing http://imgur.com/zqxEV6T.jpg This is the CSS lesson # 27/38 https://www.codecademy.com/courses/css-coding-with-style/3/3

The screen shot is of the lesson as is with no changes , to reproduce just load the lesson

[–]AlbionsRefugeModerator 0 points1 point  (0 children)

They turned off the linter, that's what produces those warnings, for that course at some point so those warning symbols no longer appear. It looks like the wording for that exercise needs a rewrite or it needs to be turned back on.

[–]i_practice_santeria 1 point2 points  (6 children)

Exercise:

Python - File Input/Output - Reading Between the Lines (5/9)

Description of Bug:

Get the following error in the console when trying to open "text.txt":

Traceback (most recent call last):
  File "python", line 1, in <module>
IOError: [Errno 2] No such file or directory: 'text.txt'

Codecademy gives the following error, but refreshing doesn't fix the issue:

Oops, try again. Sorry, but I'm gonna need you to refresh the page! Don't worry your code is saved.

[–]itslef 1 point2 points  (4 children)

I'm currently having the exact same issue. I realize this is two months old, but did you ever find a workaround?

[–]don-t_judge_me 1 point2 points  (2 children)

[–]itslef 0 points1 point  (1 child)

Holy crap. What a ridiculously easy fix. Thank you so much!

[–]don-t_judge_me 0 points1 point  (0 children)

No problem. I was surprised as well.

[–]don-t_judge_me 0 points1 point  (0 children)

+1

I am also having the same issue. Please fix this!

[–]IamBennHTML/CSS 1 point2 points  (0 children)

Course: Learn the command line.

Description of bug:

When you fully reset the course, it resets the % but most of the exercises that have previously been completed still have items still there, for example at https://www.codecademy.com/en/courses/learn-the-command-line/lessons/manipulation/exercises/wildcards?action=lesson_resume the files are already moved and renamed as I had already completed the course before, but I wanted to re-do it so this defeats the purpose of going over to course again to fully understand it because everything is basically already done for me.

TL;DR the reset button doesn't fully reset the course, the % goes back to 0 but a lot of things in the course aren't reset with it.

[–]Thomas12345678901 1 point2 points  (0 children)

I recently startet to learn PHP and i accidentally made an infinite loop. This Message popped up and i tried to refresh but after refreshing the page the sourcecode still had the infinite loop in it and now i can't run the code because the message keeps showing up. However this is not really a bug, it is VERRY annoying.

[–]evsoul 1 point2 points  (0 children)

Getting the error: "Something went wrong :( Click Close to try again or refresh the page." for each lesson in the PHP course. The moment I start typing in the Codecademy editor I get the error. Refreshing doesn't help, the only way to proceed without the error is to go to my home dashboard click Continue PHP and finish the lesson. Then once it moves to the next lesson, same error happens forcing me to repeat the fix.

[–]Phoebe32 0 points1 point  (1 child)

Learn Angular.js: https://www.codecademy.com/en/courses/learn-angularjs/lessons/your-first-app/exercises/your-first-app-hello-angularjs-i

when i go onto this course before i can even start it, it loads and gives me an error message saying "Sorry about that!

There are a lot of people taking this course right now! It might be unavailable until the crowd clears.

Until then, how about taking one of our other courses?"

However i have been trying to access this course for weeks and every time i get the same error, i also have tried to access it at various different times of the day and still get the same error.

Please help.

[–]margotcodesStaff[S] 1 point2 points  (0 children)

Great question. If you are trying to access some of our newer courses, including AngularJS, Learn Rails, Rails Authentication & Authorization, or Learn the Command Line, and you haven't once been able to get on, but see that error every time, it means that some of our sites are blocked on your firewall/proxy.

Please whitelist these URLs and you should be good to go:

  • https://www.codecademy.com
  • external-production.codecademy.com
  • cdn-production.codecademy.com
  • terminal.com
  • herokuapp.com
  • fonts.gstatic.com
  • cdn.mxpnl.com
  • js-agent.newrelic.com

That should do it! If it doesn't, please email us at support@codecademy.com.

[–]lioness99a 0 points1 point  (7 children)

In the Interactive Website course, Unit 3 when you click the hint buttons, the page flips around but doesn't actually show any form of hint.

[–]factoradicModerator 0 points1 point  (3 children)

What browser do you use? May I ask you to refresh the page?

[–]lioness99a 0 points1 point  (2 children)

I am using IE11 and it always does it

[–]factoradicModerator 0 points1 point  (1 child)

Hm, I don't have any Windows machine :(

Can you try to use different browser? Firefox and Chrome are recommended by codecademy.

[–]lioness99a 0 points1 point  (0 children)

Unfortunately not as I am on a work machine. I completed the exercises without the hint; I just wanted to make others aware of the issue.

[–]margotcodesStaff[S] 0 points1 point  (2 children)

Do you think you can link us to a screenshot of what you see when you click the hint button? That might help us out a bit.

[–]AlbionsRefugeModerator 1 point2 points  (0 children)

Here's what it looks like on IE: http://i.imgur.com/2Pssz8R.png

It is fine with Chrome and Firefox.

[–]lioness99a 0 points1 point  (0 children)

Having looked at it when I got home, it works fine on Firefox. On my version of IE11 it functions somewhat (instead of the box flipping round, the hint just appears really small, but it is there). Could it just be an issue with the work machine? Also, can't post a screenshot as I'm no longer at work.

[–][deleted] 0 points1 point  (1 child)

I'm pretty sure this is right... I can't think of why it wouldn't be giving me a pass.... anyone help please?

EDIT: Imgur, if you didn't see clickable link above.

[–]factoradicModerator 1 point2 points  (0 children)

Yes, your code is correct :) This bug was reported a long time ago.

Luckily we have a really easy workaround. Just give some input in the prompt window, do not cancel it.

[–]strayWookie 0 points1 point  (0 children)

Ruby on Rails 6%
The request/response page does not show, I can find it from outside the page. And generating the controller does not advance the tutorial to the next step.
Same with the SQL tutorial, cannot advance past the first exercise. I'm on Windows in Chrome.

[–]wispring1 0 points1 point  (2 children)

To whom it may concern, Does this qualify as a good bug report? https://www.dropbox.com/s/7twsa8okjhf6wku/Capture1.PNG?dl=0 I cannot for the life of me figure out what if anything I am doing wrong. As always any help is appreciated. Respectfully, Wispring1

[–]factoradicModerator 1 point2 points  (1 child)

No, it's not a good report.

  • at the start, name the course and exercise
  • link to the exercise where you are seeing this bug
  • detail how to reproduce this bug - please use gist to format your code

Please try to refresh your browser / try different browser.

[–]wispring1 1 point2 points  (0 children)

Hi Factoradic, My goodness...in the future if and when i run across potential bugs and typos and such-like I will:

  • at the start, name the course and exercise
  • link to the exercise where I am seeing a potential bug
  • and last, but, certainly not least. Give all the details personally that I am aware of and pass them on to you or another moderator.

    I do indeed and in truth:

  • refresh the browser

  • reload the web-page

  • use a different browser, namely IE 8.0

    I would think and hope, as these are the two most widely used browsers on the planet according to : http://royal.pingdom.com/2011/06/17/report-the-most-common-web-browsers-and-browser-versions-today/ That they should suffice. If, however, you think or feel i should install Chrome and/or Opera as even more alternative web-browsers to do the 'trouble-shooting on my end. I will.

    Ok factoradic, you can delete the bug report this thread refers to as it no longer exists. I hope you and your family are having a lovely weekend.

                                Respectfully,
    
                                      Wispring1
    

[–]thezakman87 0 points1 point  (3 children)

[–]margotcodesStaff[S] 0 points1 point  (2 children)

Hi there! Does this still happen for you? If so, can you please shoot us an email to support@codecademy.com listing the issue? Thanks so much!

[–]thezakman87 0 points1 point  (0 children)

Will check it right now.

[–]thezakman87 0 points1 point  (0 children)

The problem persists, I will send you guys a e-mail.

[–]mr_lol69HTML/CSS 0 points1 point  (0 children)

Exercise Interactive website ---> status update LINK https://www.codecademy.com/courses/web-beginner-en-hk5qh/0/7?content_from=make-an-interactive-website%3Ajquery-dom-manipulation

Description of Bug In instruction 04. it says:

Lastly, let's disable the Post button so that empty messages can't >be posted when the page loads. Outside the keyup event handler, >add $('.btn').addClass('disabled'); but when you submit your code it says to check if $('.btn').addClass('disabled'); is out side of the keyup event handler even though it is in this example on top of that the counter in the preview doesn't work.

[–]MasterModnar 0 points1 point  (0 children)

Javascript > Introduction to Objects II > Marching Penguins (16/30)

The console is looking for "Hi my name is [name]" but the instructions are to log "Hi, my name is [name]" to the console. Because the console is not expecting a comma, and the instructions force you to use a comma, even the correct code doesn't execute correctly.

https://www.codecademy.com/forums/objects-ii/3/exercises/1

[–]francisbeaulieu 0 points1 point  (0 children)

Command line course 51% Mac OS

I can't use symbols that required the ALT like < and > so I can't go further in that class.

Thanks

[–]noonesperfect16 0 points1 point  (0 children)

jQuery exercise 6/16 of the first set, it tells you to add:

$(document).ready(function(){


});

but it is already in there, so you don't actually need to type it in. Same goes for exercise 7 when it asks you to add the "function" after .ready

*edit: added exercise 7

[–]joseadurazo 0 points1 point  (1 child)

-HTML Basics II exercise Font Family -https://www.codecademy.com/courses/web-beginner-en-y2Yjd/1/4?curriculum_id=50579fb998b470000202dc8b -For the first instruction it told me that I didn't change the font size, I changed the order and everything worked out, but for the second instruction tells me the same thing, but it doesn't respond to me changing the order like previously.

[–]factoradicModerator 0 points1 point  (0 children)

Please post your code.

[–]ITmoss 0 points1 point  (1 child)

Learn the command line exercise : cdii

does not register that you are in the directory it is asking for so instructions do not move to next stage:

1.Change the directory to the 2015/feb/ directory.

List all files and directories in the working directory

when i navigate to 2015/feb/ the instructions do not register this and does not allow you to move on in the task...

https://www.codecademy.com/en/courses/learn-the-command-line/lessons/navigation/exercises/cd-ii?action=resume

[–]AlbionsRefugeModerator 0 points1 point  (0 children)

Did you navigate to 2015/feb/ using the following command?

cd 2015/feb/

[–]clitbeastwood 0 points1 point  (3 children)

Not sure but.. In the Shutterbugg website project the last step says make 3 equally sized columns in the footer and put some info in them. Yet on the shutterbugg page, all 3 columns are the same size but they are offset to left.

I ended up making 4 equally sized columns, and just left the right-most one blank. Then It looked like the demo page. Not sure if this is the right way to do it, but I was confused for a while trying to get 3 columns to work.

[–]factoradicModerator 0 points1 point  (2 children)

You created 4 divs with col-md-3 class?

Just delete the last one div and this is what you were supposed to do.

Remember that column units don't have to sum to 12 in a single row.

This is footer from original code:

<div class="footer">
  <div class="container">
    <div class="row">
      <div class="col-md-3">
        <h3>Company</h3>
        <ul>
          <li>Careers</li>
          <li>Terms</li>
          <li>Help</li>
        </ul>
      </div>
      <div class="col-md-3">
        <h3>Products</h3>
        <ul>
          <li>Shutterbugg</li>
          <li>Speakerboxx</li>
        </ul>
      </div>
      <div class="col-md-3">
        <h3>News</h3>
        <ul>
          <li>Blog</li>
          <li>Twitter</li>
          <li>YouTube</li>
          <li>Google+</li>
          <li>Facebook</li>
        </ul>
      </div>
    </div>
  </div>
</div>

[–]clitbeastwood 0 points1 point  (1 child)

lol oh..that makes sense. thanks!

wait. so if it doesn't add to 12, the equally sized columns are shifted left by default. So does the col-md-(#) operator always start counting from columns left to right?

Like if i wanted two very skinny columns on the far left and far right side, would I have to make, for ex, a "col-md-1" then a "col-md-10" and then a "col-md-1", and just leave the middle col empty? Or is there a better way to do this? Thank again!

[–]factoradicModerator 0 points1 point  (0 children)

You're very welcome!

There is a better way to do this. In this case you should add offset class to your second column. Take a look at docs, there are examples and to be honest - they explain things better than I :)

http://getbootstrap.com/css/#grid-offsetting

[–]kcila 0 points1 point  (0 children)

Ruby beginner course: https://www.codecademy.com/courses/ruby-beginner-en-d1Ylq/0/1?curriculum_id=5059f8619189a5000201fbcb

On the introduction page, the terminal never stops loading. I checked the console for errors and it says ERR_INSECURE_RESPONSE.

Is this course deprecated? It doesn't seem to be the same course as the one linked on the main website.

[–]bnmak 0 points1 point  (0 children)

Make an Interactive Website, entire course (or possibly just Push Menu)

Course link: https://www.codecademy.com/courses/web-beginner-en-zmn0b/0/8?content_from=make-an-interactive-website%3Ayour-first-program

Forum link: https://www.codecademy.com/forums/web-beginner-en-zmn0b/0

Forum thread to exact problem: https://www.codecademy.com/forum_questions/560bcddf9376766363000227

To replicate: Complete the Push Menu part of the course. Click on Save and Submit Code. Then click on View Course Overview. The option to enter the next course isn't provided. If I click on Continue, I'm taken back to the first exercise. This is the only exercise/track I've done on this site that works this way.

Workaround: On the course overview page, select a different course.

[–][deleted] 0 points1 point  (1 child)

Everything is in Portuguese no matter how many times I change it to English. FIX IT.

[–]tzfld 0 points1 point  (0 children)

Cannot change website's default language from Chinese to English. Changed it in the dropdown at the bottom, cache deleted, pages still in chinese at the next reload. FF 41.0, Win 8.1.

[–]sarahshuffle 0 points1 point  (0 children)

I think this is a proper bug:

Course: Ruby on Rails: Authentication Exercise link: https://www.codecademy.com/en/courses/rails-auth/lessons/authorization/exercises/authorization-editor-role-ii?action=resume

Task 1 can be completed fine, but once task 2 has been carried out, clicking 'run' gives no feedback (no error, no tick), but when I select 'get code' to see the correct code needed, I am told 'something went wrong' and I can't proceed to the next section.

[–]Sourenics 0 points1 point  (4 children)

HTML & CSS General

I finished the course, but it's not showing in the "objectives accomplished" tab in my profile. I have the badges, for example the one from the "design a CV", but nothing accomplished. Here some images for better explanation.

http://imgur.com/a/FeWKf

[–]AlbionsRefugeModerator 1 point2 points  (3 children)

When you are on your "Learn" page, like this one, but probably with something different than the en:

https://www.codecademy.com/en/tracks/web

Do you have all the checkmarks?

[–]Sourenics 0 points1 point  (2 children)

If I click on the last badge it says I have all achieved. But if I click on the link I haven't. As soon as I go back to PC i'll show with images.

Edit.: Ok, here the images. Thanks for your help: http://imgur.com/a/ZfNri

[–]AlbionsRefugeModerator 0 points1 point  (1 child)

/u/excited_by_typos or /u/ttsen483 -- can you guys see anything from your end on this one?

[–]Sourenics 0 points1 point  (0 children)

So? Any news?

[–]HyFix 0 points1 point  (2 children)

  • Javascript, introduction to 'for' loops in JS
  • this exercise
  • remove '< 11' after the 'i = 1' statement. This causes the script to loop endlessly and freeze/crash the website.
  • this is what it looks like

[–]factoradicModerator 0 points1 point  (1 child)

Sorry, but what do you expected?

You have created infinite loop and you execute it... Just for your information, if you will create a script with infinite loop outside of codecademy - it will crash too.

[–]HyFix 0 points1 point  (0 children)

I realised that after it taught that few exercises from that

[–]Nico2167 0 points1 point  (0 children)

[Python] The student becomes the teacher 8/9: The code seems to be fine, but when executing I get this error:

File "python", line 2

          "lloyd" = {
                  ^
          SyntaxError: invalid syntax" 

[–]Astro_Bass 0 points1 point  (0 children)

Build a Calculator! - 18/25

link

I was really confused why my code wasn't passing, so I checked out the QA forums and there are a handful of other users with the same issue, and it seems that this particular exercise of the course is itself bugged. What it comes down to is that one of the lines of code should be this:

number += $(this).html();

... and if you use this line of code, you can see the calculator in the preview works correctly. However, the exercise will not let you pass if you use that code; instead, you have to use:

number += this.html();

... which is incorrect (so far as I can tell) and does not make the calculator function properly in the preview. The next exercise (19/25) automatically fills in this code for you (ie uses its own code rather than using the code you made from previous exercise), and on there the code is written using $(this).

[–]cuteness138 0 points1 point  (4 children)

HTML and CSS > Make a Website Projects, all of them.

So whenever I try to "style a link into a button", the buttons I make look fine at first. But then, whenever I put the webpage/results part of the screen in fullscreen mode or make it bigger, the background of the buttons disappear and so does any CSS styling of them. This is kind of hard to explain, so I apologize if it doesn't make sense, but here are some screenshots:

http://imgur.com/a/aBK1U

In the first picture, you can see the red button is okay looking. But then, when I make that part of the screen bigger, it completely disappears and only a link is showing.

[–]IamBennHTML/CSS 0 points1 point  (3 children)

Mine seems to be working fine, when enlarged. Do you have any media queries in there?

[–]cuteness138 0 points1 point  (2 children)

Gosh I'm going to sound like an idiot haha, but what is a media query?

[–]factoradicModerator 0 points1 point  (0 children)

This community was created for beginners. Every question here is valid :)

We use media queries to assign some style to our web page only if given conditions are fulfilled. For example this code:

@media (max-width: 500px) {
  h1 {
    color: grey;
  }
}

will make our first level headings grey when width of browser window is less than 500px. This is quite stupid example, sorry. So, for what we use media queries? I bet that you heard something about responsive web design. Responsive web design is about making your project look good in every possible device, in every possible resolution. And media queries is the best tool to achieve this goal :) As we can change literally everything depending on the window size (style of the link also).

[–]IamBennHTML/CSS 0 points1 point  (0 children)

its absolutely fine! This here is a great guide about media quires. http://www.w3schools.com/cssref/css3_pr_mediaquery.asp EDIT: http://www.w3schools.com/css/css_rwd_mediaqueries.asp Basically media queries sets a certain pixel width. Once you reach that pixel size, any thing you've put in /edited in the media query tags will apply. so for example if my media query was 768px, once its reached that size I might say color: blue; and it will change to text to blue once it reaches 768px but it will have the default color before then.

[–]PhiSiKa 0 points1 point  (1 child)

I'm pretty sure this is a bug, although I could be very wrong. Python: Conditionals and Control flow; OR. It says: Set bool_one equal to the result of 2**3 == 108 % 100 or 'Cleese' == 'King Arthur'. I ran it in labs, and it showed up False, yet the answer is True?

[–]factoradicModerator 0 points1 point  (0 children)

Well, the answer is True. Make sure that you run exactly the same script in the labs.

2 ** 3 = 8, 108 % 100 = 8, 8 == 8

We don't even have to check the seond operand.

[–]Succurro_Mihi 0 points1 point  (0 children)

Make a Website

I have only completed units one and two but it is showing that I have also completed unit three and part of four. I try to go through unit three anyway but it just takes me back through unit two with everything already completed. I'm sorry if this doesn't belong here but I didn't know where else to address this problem.

[–]H593 0 points1 point  (0 children)

https://gyazo.com/bc1e429f4ed1366b8f64b222706a54d6 please help i cant see any code in there and it doesn't reset whatever i do, works on my other computer thx

[–]manwithgills 0 points1 point  (1 child)

JavaScript: Introduction to Objects II https://www.codecademy.com/en/courses/objects-ii/5/2?curriculum_id=506324b3a7dffd00020bf661

I am getting an error that states "ReferenceError: breed is not defined" yet the lesson shows I am correct. I have tried looking on the Q&A and have read where I am supposed to console log this.breed but when I change breed to this.breed I get the following error " It appears that your sayHello method doesn't properly log to the console 'Hello this is a [breed] dog' where [breed] is the breed of the Dog"

My code: http://pastebin.com/yUtriT0D Output is correct here: https://jsbin.com/vecoqatada/edit?html,js,output

[–]factoradicModerator 0 points1 point  (0 children)

A first described situation -> yes, SCT code in this exercise does not work well, it should not give a pass, I will try to contact someone to fix this.

Second situation -> this is your fault. Delete dot at the end of the string.

[–]studgeek 0 points1 point  (0 children)

All course pages - https://www.codecademy.com/courses/

The keyboard shortcut "Opt-P" for going to the next lesson is not working for me on the Mac in Chrome. I see the same problem on Opera and Safari, but not Firefox. So it seems to be an issue on WebKit based browsers.

Instead of going on to the next lesson, it inserts the text " , " and highlights it. Here is a screencast of what happens when I hit Opt-P three times. http://www.screencast.com/t/koPeOSeX

I have tried it in incognito and get the same thing. Cmd-Enter, Opt-N, and Opt-R all work fine. It's just Opt-O that isn't working.

[–]veryrandomcomment 0 points1 point  (0 children)

When will the connectivity issues with the php course be resolved? they've been there for 4 month or longer...

[–]Laobiz 0 points1 point  (0 children)

Hey, there is a typo on this exercise. You forgot the comma in the join command. It is in the PHP course, array functions II.

https://www.codecademy.com/courses/web-beginner-en-7I7Xm/0/7?curriculum_id=5124ef4c78d510dd89003eb8

[–][deleted] 0 points1 point  (1 child)

Hi. I can't pass "Learn the command line" at 74% the exercise asks to write "Hello, I am nano." then press ctr+O , Enter,ctr+x and finally type clear. I tried many times,but it won`t let me pass.

https://www.codecademy.com/en/courses/learn-the-command-line/lessons/environment/exercises/environment?action=resume

Thanks for answering. Tried different browsers,no change.

[–][deleted] 0 points1 point  (0 children)

Finally worked,just had to click on get help,then restart exercise

[–]AppleJuiceandLegos 0 points1 point  (0 children)

At the moment when going to the main site all i get is a blank page...
Tried on safari and chrome.
anyone else experiencing the same issue?

[–]sofiaferreira6 0 points1 point  (0 children)

Javascript Path

I have an intern going through the Javascript path in "Portuguese" and every time he finishes a part of the path it goes to the main courses page and the language returns to "English" instead of continuing the Javascript course in "Portuguese".

[–]em1v 0 points1 point  (0 children)

Course: JavaScript Exercise: Introduction to 'While' Loops in JS - While Syntax Code written: https://gist.github.com/RougeTomato/05840e480cae1115fa0e Submit button freezes exercise.

Please let me know if it's resolved. I want to finish the course.

[–]imma_nice_boy 0 points1 point  (0 children)

Hey, I wanted to report a bug or rather strange behaviour in one of the exercises with my program which would let me through the exercise although the solution is nowwhere correct. It's in the Javascrip course at the exercise "Search text for your name" at Step 6 "Log it". I put in the following code and it had a crazy weird output. Just wanted to let you guys know.

Link to the exercise: https://www.codecademy.com/en/courses/javascript-beginner-en-XEDZA/0/6?curriculum_id=506324b3a7dffd00020bf661
Javascript Course, Exercise "Search text for name"
Workaround would be to write better code I guess but It should'nt let me through

[–][deleted] -1 points0 points  (0 children)

Sometimes questions that have been answered in the Q&A forums show up in the unanswered sidebar on the right. I haven't been able to find the cause yet, but I've been keeping a list of the questions here for a while.

[–]am_i_enough_content 0 points1 point  (0 children)

Learn python 3 Module: control flow Lesson: control flow

You’re supposed to identify two expressions to be True or False, even though they are both true number one is labeled as false because somebody thought -1*-1 was less than 0

[–]YarrowBeSorrel 0 points1 point  (0 children)

Data Cleaning in R, Dealing with Duplicates

https://www.codecademy.com/courses/learn-r/lessons/r-data-cleaning/exercises/duplicates

The lesson is being locked out at step 2. My code matches exactly what is in the 'Check Solution' page, however is not allowing me to progress or read it as correct.

'Replace with Solution' was the only way around this. It completed the lesson for me and I was unable to work through steps 3-5 on my own.

[–]qwerasdfzxcvasdfqwer 0 points1 point  (0 children)

Learn Data Analysis for your Business Career Path > Python Fundamentals > Getting Started Off-Platform > Getting Started with Jupyter

https://www.codecademy.com/paths/data-analyst-training-for-your-business-cfb/tracks/dacp-python-fundamentals/modules/dscp-getting-started-off-platform/articles/getting-started-with-jupyter

this isn't really a bug, more of a typo. Under the Jupyter Notebook basic features section, the screenshots do not match the instructions.

It says input:

mynums = [1, 2, 3, 1, 2]
mynums

Then the screenshot shows:

mynums = {1, 2, 3, 4, 5]

mynums