Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with first test #2

Open
nikolaz111 opened this issue Apr 17, 2016 · 1 comment
Open

Problem with first test #2

nikolaz111 opened this issue Apr 17, 2016 · 1 comment

Comments

@nikolaz111
Copy link

When I try to run the first line of the README. This error occurs. Any clue? Thanks

> var dl = alltomp3.findAndDownload("imagine dragons on top of the world", "./", function (infos) {
...     console.log("It's finished: ", infos);
... });
TypeError: object is not a function
    at Object.at3.findAndDownload (/home/nicolas/alltomp3/alltomp3/index.js:1164:29)
    at repl:1:19
    at REPLServer.self.eval (repl.js:110:21)
    at repl.js:249:20
    at REPLServer.self.eval (repl.js:122:7)
    at Interface.<anonymous> (repl.js:239:12)
    at Interface.EventEmitter.emit (events.js:95:17)
    at Interface._onLine (readline.js:202:10)
    at Interface._line (readline.js:531:8)
    at Interface._ttyWrite (readline.js:760:14)
    at ReadStream.onkeypress (readline.js:99:10)
    at ReadStream.EventEmitter.emit (events.js:98:17)
    at emitKey (readline.js:1095:12)
    at ReadStream.onData (readline.js:840:14)
    at ReadStream.EventEmitter.emit (events.js:95:17)
    at ReadStream.<anonymous> (_stream_readable.js:746:14)
    at ReadStream.EventEmitter.emit (events.js:92:17)
    at emitReadable_ (_stream_readable.js:408:10)
    at emitReadable (_stream_readable.js:404:5)
    at readableAddChunk (_stream_readable.js:165:9)
    at ReadStream.Readable.push (_stream_readable.js:127:10)
    at TTY.onread (net.js:526:21)
@nikolaz111 nikolaz111 changed the title Problme with hello world Problem with first test Apr 17, 2016
@NTag
Copy link
Member

NTag commented Apr 18, 2016

What is your version of Node? (node -v)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants