-
Notifications
You must be signed in to change notification settings - Fork 24
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
ne fonctionne plus #74
Comments
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 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 |
Error: connect ECONNREFUSED 127.0.0.1:443
The text was updated successfully, but these errors were encountered: