b3nab / instapy-cli

:sparkles: Python library and CLI to upload photo and video on Instagram. W/o a phone!
MIT License
601 stars 98 forks source link

[BUG] No handlers could be found for logger "instagram_private_api.errors" #83

Open NavdeepD2 opened 4 years ago

NavdeepD2 commented 4 years ago

/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.

duplicate-issues[bot] commented 4 years ago

Hey @NavdeepD2,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job :smile:

If not, the maintainers will get to this issue shortly.

Cheers, Your Friendly Neighborhood ProBot