_http_outgoing.js:653
throw new ERR_INVALID_ARG_TYPE('first argument',
^
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer. Received type boolean (true)
at write_ (_http_outgoing.js:653:11)
at ClientRequest.write (_http_outgoing.js:621:15)
at Request.write (D:\Code\radiobot\node_modules\request\request.js:1494:27)
at FormData.ondata (internal/streams/legacy.js:19:31)
at FormData.emit (events.js:315:20)
at FormData.CombinedStream.write (D:\Code\radiobot\node_modules\request\node_modules\combined-stream\lib\combined_stream.js:138:8)
at FormData.CombinedStream._pipeNext (D:\Code\radiobot\node_modules\request\node_modules\combined-stream\lib\combined_stream.js:126:8)
at FormData.CombinedStream._realGetNext (D:\Code\radiobot\node_modules\request\node_modules\combined-stream\lib\combined_stream.js:99:10)
at FormData.CombinedStream._getNext (D:\Code\radiobot\node_modules\request\node_modules\combined-stream\lib\combined_stream.js:82:12)
at FormData.CombinedStream.resume (D:\Code\radiobot\node_modules\request\node_modules\combined-stream\lib\combined_stream.js:154:10)
at FormData.CombinedStream.pipe (D:\Code\radiobot\node_modules\request\node_modules\combined-stream\lib\combined_stream.js:66:8)
at end (D:\Code\radiobot\node_modules\request\request.js:531:22)
at FormData.<anonymous> (D:\Code\radiobot\node_modules\request\request.js:575:9)
at processTicksAndRejections (internal/process/task_queues.js:79:11)
at runNextTicks (internal/process/task_queues.js:66:3)
at processImmediate (internal/timers.js:429:9) {
code: 'ERR_INVALID_ARG_TYPE'
}
神奇的 Error