ismnoiet / dribbble-downloader

A Node.js CLI tool to download images from Dribbble.
6 stars 1 forks source link

command line print "TypeError: cannot read the property 'src' of null #1

Open cnscorpions opened 6 years ago

cnscorpions commented 6 years ago

Hi, something's wrong.

code is as follows:

C:\Users\ASUS\AppData\Roaming\npm\node_modules\dribbble-downloader\Dribbble.js:49
          that.mainImgUrl = mainImgUrl.src
                                      ^

TypeError: Cannot read property 'src' of null
    at Object.done (C:\Users\ASUS\AppData\Roaming\npm\node_modules\dribbble-downloader\Dribbble.js:49:39)
    at process.nextTick (C:\Users\ASUS\AppData\Roaming\npm\node_modules\dribbble-downloader\node_modules\jsdom\lib\jsdom.js:325:18)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)

C:\Users\ASUS>

pls help work it out, thanks :)

ckhawks commented 5 years ago

Having this issue too.

mauriciabad commented 3 years ago

I have the same issue

a2zquizanswers commented 2 years ago

Yeah, doesn't look like its been fixed at all. Any other developers have any insights into how to resolve this?