Advertisement
Guest User

f-

a guest
May 2nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. r3c0d3x:~/workspace/env/bin $ ~/workspace/env/bin/GoogleScraper -m http -p 3 -s "bing" -q "night sky" -o out.json && node urls.js && rm out.json
  2. 2016-05-02 22:08:14,784 - GoogleScraper.caching - INFO - 55 cache files found in .scrapecache/
  3. 2016-05-02 22:08:14,787 - GoogleScraper.caching - INFO - 3/3 objects have been read from the cache. 0 remain to get scraped.
  4. module.js:327
  5. throw err;
  6. ^
  7.  
  8. Error: Cannot find module '/home/ubuntu/workspace/env/bin/urls.js'
  9. at Function.Module._resolveFilename (module.js:325:15)
  10. at Function.Module._load (module.js:276:25)
  11. at Function.Module.runMain (module.js:441:10)
  12. at startup (node.js:139:18)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement