Open L-architec-T opened 3 years ago
Can you show me a stacktrace or a snippet of your code so I can better diagnose the problem? Thanks!
const scdl = require('soundcloud-downloader').default const fs = require('fs')
scdl.download('https://soundcloud.com/ytprodmusic/damso-amnesie').then(stream => stream.pipe(fs.createWriteStream('audio.mp3')))
that return Error: connect ECONNREFUSED 127.0.0.1:443
@L-architec-T Which version of this module are you using?
This also started happening to me on the latest version. It was working. Not sure what changed
Looks like it's trying to connect to localhost.
Error: connect ECONNREFUSED 127.0.0.1:443