ScriptSmith / instamancer

Scrape Instagram's API with Puppeteer
http://adamsm.com/instamancer
MIT License
398 stars 61 forks source link

[BUG] - Symbol.asyncIterator is not defined. #2

Closed jessqnnguyen closed 5 years ago

jessqnnguyen commented 5 years ago

Describe the bug I'm getting the following error when trying to run instamancer

TypeError: Symbol.asyncIterator is not defined.
    at __asyncGenerator (/instamancer/src/api/instagram.js:4:38)
    at Hashtag.generator (/instamancer/src/api/instagram.js:145:16)
    at spawn (/instamancer/src/cli.js:238:41)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)

To Reproduce I ran instamancer hashtag instagood -d after running through the installation steps on the README.

Setup (please complete the following information): Node version - 6.9.0 Typescript version - 3.3.4000 Instamancer version - 1.3.1

ScriptSmith commented 5 years ago

You'll need to use an up to date version of Node. v11 or v10 LTS should work.

ScriptSmith commented 5 years ago

Duplicate of #1