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

ne fonctionne plus #74

Open
L-architec-T opened this issue May 7, 2021 · 5 comments
Open

ne fonctionne plus #74

L-architec-T opened this issue May 7, 2021 · 5 comments

Comments

@L-architec-T
Copy link

Error: connect ECONNREFUSED 127.0.0.1:443

@zackradisic
Copy link
Owner

Can you show me a stacktrace or a snippet of your code so I can better diagnose the problem? Thanks!

@L-architec-T
Copy link
Author

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

@zackradisic
Copy link
Owner

@L-architec-T Which version of this module are you using?

@JMTK
Copy link

JMTK commented Oct 2, 2023

This also started happening to me on the latest version. It was working. Not sure what changed

@janwirth
Copy link

janwirth commented Nov 2, 2024

Looks like it's trying to connect to localhost.

image

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

4 participants