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

does not upload #9

Closed
jmontiel opened this issue Feb 16, 2016 · 2 comments
Closed

does not upload #9

jmontiel opened this issue Feb 16, 2016 · 2 comments

Comments

@jmontiel
Copy link

Hello,

I just installed soundcloud-cli, but when I try to upload a file I get this error

root@redmine:~# sc 28.m4a
Traceback (most recent call last):
File "/usr/local/bin/sc", line 3, in
cli.main()
File "/usr/local/lib/python2.7/dist-packages/soundcloud_cli/cli.py", line 216, in main
args.command(args)
File "/usr/local/lib/python2.7/dist-packages/soundcloud_cli/utils.py", line 37, in wrapper
return f(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/soundcloud_cli/cli.py", line 139, in command_upload
artwork=args.artwork)
File "/usr/local/lib/python2.7/dist-packages/soundcloud_cli/api/upload.py", line 87, in upload
(data, content_type) = requests.packages.urllib3.filepost.encode_multipart_formdata(data)
AttributeError: 'module' object has no attribute 'packages'

@jmontiel
Copy link
Author

I found out the problem is Ubuntu 14.04, nothing to do with your app.

http://stackoverflow.com/questions/28967785/attribute-error-installing-with-pip/30310206#30310206

Once I followed the instructions, it all worked properly

Note: read warning on link above

@zeekay
Copy link
Owner

zeekay commented Feb 16, 2016

Ah interesting! Thanks for sharing :)

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

2 participants