• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

ModerateContent not filtering/flagging

DarkTexas 🦄

Chevereto Member
▶ Reproduction steps
  1. enable the ModerateContent API
  2. upload an clear NSFW-Image
😢 Unexpected result

Depending on the setting choosen the image does not get blocked nor flagged as nsfw. It basically doesn't do anything.

I've noticed somtimes I'm also getting a timeout, if anarchid and moderatecontent is enabled, while Anarchid usually works just fine standalone.
 
Last edited:
Same here..


# Message [Code #600]
Error processing Arachnid moderation: Operation timed out after 10001 milliseconds with 0 bytes received

# Incident ID:65146c9d93d4b

# Time
2023-09-27T17:55:41+00:00 [1695837341]

# Stack trace
------------------------------------------------------------
#0 /app/src/Legacy/Classes/Upload.php:514
{main}()
------------------------------------------------------------
#1 /app/src/Legacy/Classes/Upload.php:202
Chevereto\Legacy\Classes\Upload->validateSourceFile()
------------------------------------------------------------
#2 /app/src/Legacy/Classes/Image.php:549
Chevereto\Legacy\Classes\Upload->exec()
------------------------------------------------------------
#3 /app/src/Legacy/Classes/Image.php:707
Chevereto\Legacy\Classes\Image::upload()
------------------------------------------------------------
#4 /app/legacy/routes/json.php:126
Chevereto\Legacy\Classes\Image::uploadToWebsite()
------------------------------------------------------------
#5 /app/src/Legacy/G/Handler.php:242
Chevereto\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#6 /app/src/Legacy/G/Handler.php:158
Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#7 /app/legacy/load/web.php:501
Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#8 /app/legacy/entrypoints/index.php:25
require_once(string(length=47))
------------------------------------------------------------
#9 /index.php:12
require_once(string(length=56))
--------------------------------------------------------
 
Last edited:
This falls in the same reply I posted here. We need a way to send these failures to the manual moderation queue instead of just failing.
 
Back
Top