skaplun

Results 4 comments of skaplun

when i do that i get another error : node : Unhandled rejection TypeError: expecting an array, a promise or a thenable At line:1 char:1

I get the same error when i try: 1. doThing(domain).each(..) 2. doThing(domain).then(function(results){ Promise.each(results, ...) }) 3. doThing(domain).then(function(results){ Promise.mapSeries(results, ...) }) where do you think the problem is likely? :)

I'm not following? the filter in evaluate produces a correct list of urls, its constructed this way to convert node list to array.. unless I'm missing something?

tried to run test with a list i scraped from google with 17 links and ran into same error after 12 links