You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's giving me this following error on the latest version
Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/neo-instabot", line 10, in sys.exit(main())
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/main.py", line 345, in main
bot.run() File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/bot.py", line 740, in run self.new_auto_mod_comments(media) File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/bot.py", line 1012, in new_auto_mod_comments
comment_text = comment_text.replace("@username@", media["node"]["owner"]["username"]) KeyError: 'username'
The text was updated successfully, but these errors were encountered:
It's giving me this following error on the latest version
Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/neo-instabot", line 10, in sys.exit(main())
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/main.py", line 345, in main
bot.run() File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/bot.py", line 740, in run self.new_auto_mod_comments(media) File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/bot.py", line 1012, in new_auto_mod_comments
comment_text = comment_text.replace("@username@", media["node"]["owner"]["username"]) KeyError: 'username'
It's giving me this following error on the latest version
Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/neo-instabot", line 10, in sys.exit(main())
File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/main.py", line 345, in main
bot.run() File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/bot.py", line 740, in run self.new_auto_mod_comments(media) File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/instabot/bot.py", line 1012, in new_auto_mod_comments
comment_text = comment_text.replace("@username@", media["node"]["owner"]["username"]) KeyError: 'username'
The text was updated successfully, but these errors were encountered: