Botometer Pro

FREEMIUM
Por Observatory on Social Media | Atualizado hace 20 días | Social
Popularidade

9.2 / 10

Latência

1,172ms

Nível de serviço

100%

Health Check

N/A

Voltar para todas as discussões

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

Rapid account: Jiahui Sophia
jiahuiSophia
hace 2 años

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 hace 2 años

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

–Botometer Team

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários