Skip to content

Unable to run test after changes to resize cat image #6225

Open
CherylU opened this Issue · 23 comments

9 participants

@CherylU

Challenge Size your Images has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

I attempt to press the "Run Test" button or the CTRL+ENTER keys to run the test and move to the next, but I am unable to. What did I do wrong?

My code:

<link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }
  .smaller-image {
    width: 100px;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<img class="smaller-image" src="https://bit.ly/fcc-relaxing-cat">

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
@Cortellc

I am stuck at the same spot :(

@CherylU
@Cortellc
@ltegman
Free Code Camp member

I'm not able to repro this unfortunately, so I can't do any investigation into the cause.

@Spaulq

I too, amhaving the same problem here.

@CherylU
@Spaulq

Thanks, i have been using firefox.

@CherylU
@sonalkr132

Not reproduceable on Google Chrome 46.0.2490.80 or Mozilla Firefox 41.0.2

@CrystalCJoseph

Same problem in Chrome

@CherylU
@CrystalCJoseph
@raisedadead
Free Code Camp member

@CrystalCJoseph @CherylU Can you guys try Reset + Hard Refresh?

First copy your code, some where.
Next click reset button on the challenge page.
Finally do a hard refresh (Ctrl + F5).

Then paste your code back and try running the tests.

@CrystalCJoseph
@raisedadead
Free Code Camp member

Thanks @CrystalCJoseph Can you post a screenshot of browser console?
Press F12 to open the developer tools, and take a screenshot of the console and network tabs like below:

1
2

@CrystalCJoseph
@raisedadead
Free Code Camp member

@CrystalCJoseph

Umm, Github doesn't let you attach images via email! You have to visit this issue page here.
And drag and drop those screenshots in to the comment box.

Thanks again for helping us out!

@CrystalCJoseph

Chrome - Console
chrome - console

Chrome - Network
chrome - network 01
chrome - network 02

Firefox- Console
firefox - console

Firefox- Network
firefox - network 01
firefox - network 02

@CrystalCJoseph

Sorry @raisedadead I was just replying to the email on my phone, so I didn't realize the photos wouldn't go into the comment. But, there they are in my last comment so I hope it helps

@raisedadead
Free Code Camp member

@CrystalCJoseph Thanks for the screenshots.

From your Chrome Console log is appears that your facing a CSP issue, many campers faced recently (read more).

Since you are blocked by issue on both Chrome and Firefox, I recommend you go through the wiki link below, and try browsec. It may resolve your case at least.

https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Using-browsec-for-securing-your-connection-to-fcc

Let me know, how it goes.

@SaintPeter SaintPeter removed the bug label
@CrystalCJoseph

Hey @Raisedadead I Installed Browsec on Chrome but I am still experiencing the same problem with the button. Though Browsec is cool so thanks for the tip on that extension!

@kreddibletrout

Ug.
I'm glad I got it right. I'm sad that I got so very frutrated for DAYS before coming here to find that... I'm not the only one and my code on this was correct.
Now I'm going to sift through this thread to find an answer. I hope.

@kreddibletrout

oh wow. I figured it out. I was wrong. carry on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.