TylerK / groupme-gallery-downloader

Download your GroupMe gallery photos. Requires a GroupMe Developer API Token.
MIT License
24 stars 4 forks source link

script can't download past 80 pictures? #2

Closed crtez closed 6 years ago

crtez commented 7 years ago

error message

attached is an error message

Luckysena commented 7 years ago

I found a work-around by commenting out the line in downloader.js:85:15. It seemed to be an issue with the progress bar rather than actual downloading.

crtez commented 7 years ago

errerrer

I commented out the line 85, but now it throws this error - what should I do?

Luckysena commented 7 years ago

Sorry for the delay, didn't see this notification:

I stumbled upon that issue too and my solution was to create an if statement after the line "let URL = arr[0];" to check if the URL is of type string. I don't have my code anymore, but that should be the only thing needed.

TylerK commented 6 years ago

This issue has been fixed via #7.