Botometer Pro

FREEMIUM
By Observatory on Social Media | Updated 14 days ago | Social
Popularity

9.2 / 10

Latency

1,213ms

Service Level

100%

Health Check

N/A

Back to All Discussions

error:"Bad Request" message:"Error handling the query."

Rapid account: Jiahui Sophia
jiahuiSophia
2 years ago

hi I have an ultra plan. I want to detect social bots in batches, so I tested with two users, the code is as follows:

[
    {
        “created_at”: “Tue Feb 24 10:16:10 +0000 2009”, 
        “user”:  { 
                 “id”: 21742949,
                 “screen_name”: “TrollColors”
             }
    },
    {
        “created_at”: “Wed Feb 22 13:33:45 +0000 2012”, 
        “user”:  { 
                 “id”: 499781604,
                 “screen_name”: “EmLednor”
             }
    }
]

but the code snippets said:

axios.request(options).then(function (response) {
console.log(response.data);
}).catch(function (error) {
console.error(error);
});

and the results said:

error:"Bad Request"
message:“Error handling the query.”

I’m a beginner and I don’t know why this problem occurs. please help me to solve it, thanks

Rapid account: O So Me
OSoMe Commented 2 years ago

You will need to provide the full user object in your payload.

–Botometer Team

Join in the discussion - add comment below:

Login / Signup to post new comments