Describe the bug
producing this error apparently when instabot is trying to comment
To Reproduce
producing this error apparently when instabot is trying to comment
Expected behavior
it used to work fine about 10 days ago.
Error messages and tracebacks
2019-11-02 11:21:50,865 - InstaBot - WARNING - Couldn't comment post, resuming. https://www.instagram.com/p/XXXXXXXXX/
2019-11-02 11:21:50,865 - InstaBot - ERROR - 'graphql'
Traceback (most recent call last):
File "/Users/XXXXXXXX/Library/Python/3.6/lib/python/site-packages/instabot_py/instabot.py", line 1117, in check_exisiting_comment
self.current_owner = all_data["graphql"]["shortcode_media"]["owner"][
KeyError: 'graphql'
Instaloader version
instaloader==4.2.10
Additional context
Running on python 3.6 on OSX
I have same issue when try to add a comment !
Uninstalling the program
pip3 uninstall instaloader
Then reinstall
pip3 install instaloader
Fixed it for me
Looks like a problem with Instabot rather than Instaloader. However, please feel free to reopen this issue with any information how we can fix this.
Most helpful comment
Uninstalling the program
pip3 uninstall instaloaderThen reinstall
pip3 install instaloaderFixed it for me