scdl-org / scdl

Soundcloud Music Downloader
GNU General Public License v2.0
3.29k stars 330 forks source link

Failed to get item #346

Open haberturdeur opened 4 years ago

haberturdeur commented 4 years ago

Hi I tried to use this program, for some reason though it didn't work. Here is debug info:

tom@tom-LIFEBOOK-E744 ~ scdl -l https://soundcloud.com/my-name -f --debug
Soundcloud Downloader
{'--addtimestamp': False,
 '--addtofile': False,
 '--debug': True,
 '--download-archive': None,
 '--error': False,
 '--extract-artist': False,
 '--flac': False,
 '--help': False,
 '--hide-progress': False,
 '--hidewarnings': False,
 '--max-size': None,
 '--min-size': None,
 '--no-playlist-folder': False,
 '--onlymp3': False,
 '--path': None,
 '--remove': False,
 '--version': False,
 '-C': False,
 '-a': False,
 '-c': False,
 '-f': True,
 '-l': 'https://soundcloud.com/my-name',
 '-m': False,
 '-o': None,
 '-p': False,
 '-s': False,
 '-t': False,
 'me': False}
Downloading to /home/tom...
https://api.soundcloud.com/resolve?url=https://soundcloud.com/my-name&client_id=a3e059563d7fd3372b49b37f00a00bcf
https://api.soundcloud.com/resolve?url=https://soundcloud.com/my-name&client_id=2t9loNQH90kzJcsFCODdigxfp325aq4z
Failed to get item...
None

Thanks in advance!

flyingrub commented 4 years ago
scdl -l https://soundcloud.com/flyingrub -f --debug

It works fine here, can you share you username ?

durgenheim commented 4 years ago

:( i get the same thing

c:>scdl -l https://soundcloud.com/luke-pankau -f --debug Soundcloud Downloader {'--addtimestamp': False, '--addtofile': False, '--debug': True, '--download-archive': None, '--error': False, '--extract-artist': False, '--flac': False, '--help': False, '--hide-progress': False, '--hidewarnings': False, '--max-size': None, '--min-size': None, '--no-playlist-folder': False, '--onlymp3': False, '--path': None, '--remove': False, '--version': False, '-C': False, '-a': False, '-c': False, '-f': True, '-l': 'https://soundcloud.com/luke-pankau', '-m': False, '-o': None, '-p': False, '-s': False, '-t': False, 'me': False} Downloading to c:... https://api.soundcloud.com/resolve?url=https://soundcloud.com/luke-pankau&client_id=a3e059563d7fd3372b49b37f00a00bcf https://api.soundcloud.com/resolve?url=https://soundcloud.com/luke-pankau&client_id=2t9loNQH90kzJcsFCODdigxfp325aq4z Failed to get item... None

any suggestions ?

ligeia commented 3 years ago

Same issue for me, same output as durgenheim.

NK308 commented 3 years ago

Me too. Since quite a few months.

flyingrub commented 3 years ago

Can I ask from which country you are trying ?

haberturdeur commented 3 years ago

Czech republic

NK308 commented 3 years ago

Germany

giubil commented 3 years ago

Had the same issue, it's because the pip package is outdated. You need to install it from the repo, as per the install instructions :

The pip repository version of scdl is outdated you will have to install it directly from the github repo :

pip3 install git+https://github.com/flyingrub/scdl
7k50 commented 3 years ago

Had the same issue, it's because the pip package is outdated. You need to install it from the repo, as per the install instructions :

The pip repository version of scdl is outdated you will have to install it directly from the github repo :

pip3 install git+https://github.com/flyingrub/scdl

Works. I had to uninstall scdl from the pip repo via pip3 before I could run this command however:

pip3 uninstall scdl
pip3 install git+https://github.com/flyingrub/scdl