[Solved] I have some problem with the lesson 2

I’m doing the 2019 couse, and in lesson 2(https://course.fast.ai/videos/?lesson=2) when i try download the txt file with the URLs of the images, the txt is downloaded but it is empty, i scroll all the way and continue being empty.

I’m using this code for lesson 2

urls = Array.from(document.querySelectorAll(’.rg_di .rg_meta’)).map(el=>JSON.parse(el.textContent).ou); window.open(‘data:text/csv;charset=utf-8,’ + escape(urls.join(’\n’)));

I’m Argentine and I don’t have very trained English, so sorry if there are mistakes in writing

Try running the same code in an anonymous tab, it helped for my case.

2 Likes

what browser are you using? I had the best success with firefox or internet explorer

1 Like

This solved the problem, in an anonymous tab it worked. Thank you.

I’m using google chrome, but only using incognito tab was solved.

1 Like

I couldn’t get it to work with Chrome at all. Using Firefox worked though.