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

Failed to get item #346

Open
haberturdeur opened this issue Aug 19, 2020 · 9 comments
Open

Failed to get item #346

haberturdeur opened this issue Aug 19, 2020 · 9 comments

Comments

@haberturdeur
Copy link

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
Copy link
Collaborator

flyingrub commented Aug 21, 2020

scdl -l https://soundcloud.com/flyingrub -f --debug

It works fine here, can you share you username ?

@durgenheim
Copy link

:( 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
Copy link

ligeia commented Sep 14, 2020

Same issue for me, same output as durgenheim.

@NK308
Copy link

NK308 commented Sep 21, 2020

Me too. Since quite a few months.

@flyingrub
Copy link
Collaborator

Can I ask from which country you are trying ?

@haberturdeur
Copy link
Author

Czech republic

@NK308
Copy link

NK308 commented Sep 21, 2020

Germany

@giubil
Copy link

giubil commented Sep 29, 2020

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
Copy link

7k50 commented Nov 3, 2020

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

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

7 participants