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
There are no existing posts relating to my problem
There are existing posts relating to my problem, but the solution given, doesn't work for me.
What happened?
Edit: I have ironed out the cause of this issue. It's in the following code. Here the script checks if userisnotowner=true and sets deletion mode to report without checking if moderator mode is true.
I am trying to set up a fully automated hold for review system for another channel. I am the moderator on that channel.
But using delete_without_reviewing = True with removal_type = heldForReview does not work for me in moderator mode and instead of holding comments for review it reports them
...
============================ Match Samples: One comment per matched-comment author ============================
1. [x53] telegram me @geek...: Congratulations among my lucky winners ��..
==================== (See log file for channel IDs of matched authors above) ====================
NOTE: Check that all comments listed above are indeed spam.
> If you see missed spam or false positives, you can submit a filter suggestion here: TJoe.io/filter-feedback
Updating log file, please wait...
Finishing Log File...
Reporting Comments... - Progress: [0 / 53] (In Groups of 50)
Reporting Comments... - Progress: [50 / 53] (In Groups of 50)
Reporting Comments... - Progress: [53 / 53] (In Groups of 50)
Comments Reported! If no error messages were displayed, then everything was successful.
Program Complete.
Auto-close enabled in config. Exiting in 5 seconds...
The text was updated successfully, but these errors were encountered:
Practicalbutterfly5
changed the title
[Bug]: heldForReview flag in config does not work with autodelete in moderator mode
[Bug]: heldForReview flag in config does not work with automatic heldForReview in moderator mode
Sep 29, 2022
Practicalbutterfly5
changed the title
[Bug]: heldForReview flag in config does not work with automatic heldForReview in moderator mode
[Bug]: heldForReview flag in config does not work with delete_without_reviewing in moderator mode
Sep 29, 2022
Got a chance to look at this and I'm not sure if I had put that there on purpose or not. But even if it was, it should still have some kind of message or warning. I'll have to review that to make sure if automated that it can only be run in certain modes. Unfortunately it might take a bit because that's the part of the program with some of the most complicated logic.
Duplicate Issues
What happened?
Edit: I have ironed out the cause of this issue. It's in the following code. Here the script checks if userisnotowner=true and sets deletion mode to report without checking if moderator mode is true.
I am trying to set up a fully automated hold for review system for another channel. I am the moderator on that channel.
But using
delete_without_reviewing = True
withremoval_type = heldForReview
does not work for me in moderator mode and instead of holding comments for review it reports themRelease version
YT-Spammer-Purge-2.17.0-Beta2
Steps to reproduce
What platform are you seeing this problem on?
Linux (can also be ChromeOS)
Relevant log output
The text was updated successfully, but these errors were encountered: