Skip Navigation
hexbear @hexbear.net

Reports not working, 400 error

When trying to report I get a 400 error with the following JSON response

 
    
{
    "error": "couldnt_create_report"
}

  

The JSON sent in the request was

 
    
{
    "auth": "[auth_token]",
    "comment_id": [numerical_id],
    "reason": "[reason]"
}


  

which seems about right.

0 comments

No comments