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

RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer) #17

Open
porg opened this issue Dec 3, 2024 · 1 comment

Comments

@porg
Copy link

porg commented Dec 3, 2024

The script effectively still works but throws a warning:

$ get_dropbox_link.py ~/Dropbox/Public/my-file.jpg --query 'raw=1&dl='
/Users/me/Library/Python/3.9/lib/python/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer).
  warnings.warn(
https://www.dropbox.com/s/xxx/my-file.jpg?raw=1

Environment

  • get_dropbox_link.py from lastest commit b3515b6 (2023-08-22)
  • Python 3.13.0 installed via brew
  • macOS 15.1.1
@nk9
Copy link
Owner

nk9 commented Dec 7, 2024

Looks like this may be an issue with your requests install. Give this solution a try.

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