Closed techmaharaj closed 2 years ago
Filters disabled == default options which is false. Filters must be enabled to use them
As per my understanding when disable-filters:true
the bot doesn't consider the filter values, and that's what I want. I don't want any filters. However if you see, it is throwing a warning for filters.
(sorry for the late answer...)
Yes but some options have their default, and for commenting I set the default to false to avoid undefined comments like "comment 1" or whatever it is. The throwing of this warning is a standard behavior when you have a comment percentage greater than 0 and other options (like filters) are denying doing that.
You can comment on all the options inside the filters file, except the comment-things section. In that way, you will have the same defaults for other options (the same as putting disable-filters: true) but comments filters are respected the way you see.
Hey there, Same issue here but I haven't ignore the Filters. Setting is "disable-filters:false" but the bot Shows the Same issue Like Screenshot above
read my last answer, maybe it can help you
Hey @mastrolube thank you so much but it doesn´t work for me. I activate the debug function to show up any problems on console. There I see the message "filters.yml (or legacy filter.json) is not loaded!"
Maybe this can be the issue but doen´t know why it is not loaded. the file is in the ordner with my username
same issue here
What happened: Selected the option
blogger:
underActions
and provide some handles. Changeddisabled-filters
totrue
which means it should not consider the filters at all. It is liking the photos but while commenting it gives the below warning:WARNING | Can't comment this MediaType.PHOTO because filters are: can_comment_photos = False, can_comment_videos = False, can_comment_carousels = False, can_comment_blogger = False. Check your filters.yml.
Filter values:
comment_photos: true
comment_videos: true
comment_carousels: true
comment_blogger: true
What you expected to happen: It should not consider the
filters.yml
file whendisabled-filters: true
and should proceed to like and comment on photos.How to reproduce it (as minimally and precisely as possible):
disabled-filters: true
bloggers
to interact with specific profilesAnything else we need to know?:
Environment:
Relevant Logs:
disable-filters: true
Status before the bot executes:
Unable to comment on photos because of filters.