mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-27 02:25:50 +03:00
[GH-ISSUE #196] Unable to run 3.3.2 'KeyError: 'follow_private_or_empty'' #162
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adchsm on GitHub (Nov 23, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/196
After upgrading to 3.3.2 and updating the interact.json file with the new filters/features, I'm unable to run the bot. I use a scraper and run the bot on macOS/Android 11 (API 30), these devices have been working with previous versions of the bot all ok.
python3 start.py --config-file interact.jsonHere's my start.py file:
And here is my
interact.jsonfile:It seems to be having issues with the
KeyError: 'follow_private_or_empty'filter, but not sure how or why as I've updated the filter to the new syntax. Any help would be really appreciated, thank you.@Fadude commented on GitHub (Nov 23, 2020):
Hi, the new filter key is 'privacy_relation' instead of "follow_private_or_empty"
@adchsm commented on GitHub (Nov 23, 2020):
Thank you so much @Fadude - that fixed it :)
I had been looking at a comparison here: https://github.com/alexal1/Insomniac/compare/v3.3.1...v3.3.2, where it looked like the key was still the same.
I'll leave this open and get a PR in to update the docs 👍
@adchsm commented on GitHub (Nov 26, 2020):
Closing this as I've seen they've been updated 👍