zackradisic / node-soundcloud-downloader

A SoundCloud API v2 wrapper for Node.js
MIT License
134 stars 24 forks source link

ne fonctionne plus #74

Open L-architec-T opened 3 years ago

L-architec-T commented 3 years ago

Error: connect ECONNREFUSED 127.0.0.1:443

zackradisic commented 3 years ago

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

L-architec-T commented 3 years ago

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 commented 3 years ago

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

JMTK commented 1 year ago

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

janwirth commented 1 week ago

Looks like it's trying to connect to localhost.

image