[BUG] No handlers could be found for logger "instagram_private_api.errors"
NavdeepD2 opened this issue · 1 comments
/usr/bin/python /usr/local/bin/instapy -u xxx -p xxx -f abc.jpg -t "#sad #quotes"
/usr/local/lib/python2.7/dist-packages/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
instapy-cli 0.0.12 | python 2.7.12
[IG] not found cookie/cookie_file >> login as default
No handlers could be found for logger "instagram_private_api.errors"
Error is >>
Bad Request
Something went bad.
Please retry or send an issue on https://github.com/b3nab/instapy-cli
Traceback (most recent call last):
File "/usr/local/bin/instapy", line 10, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/instapy_cli/main.py", line 44, in main
cli.upload(options.file, text, story)
File "/usr/local/lib/python2.7/dist-packages/instapy_cli/cli.py", line 153, in upload
raise IOError("Unable to upload.")
IOError: Unable to upload.
Hey @NavdeepD2,
We did a quick check and this issue looks very darn similar to
- #82 - Downloading Media.. No handlers could be found for logger "instagram_private_api.errors"
- #79 - [BUG] Upload not working
- #78 - [BUG]Error is >> Upload has failed due to incomplete chunk uploads.
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄
If not, the maintainers will get to this issue shortly.
Cheers,
Your Friendly Neighborhood ProBot