Botometer Pro

GRATIS CON POSSIBILITÀ DI UPGRADE
Da Observatory on Social Media | Aggiornamento 7 giorni fa | Social
Popolarità

9.2 / 10

Latenza

1,107ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

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

Rapid account: Jiahui Sophia
jiahuiSophia
un anno fa

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 un anno fa

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

–Botometer Team

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti