I'm trying to fetch the images of an image gallery on TikTok. When trying this using the user.posts.video request, I get an error saying "TikTok Captcha Error". Does anybody have a hint on what the problem is?
Error:
{
statusCode: 403,
statusText: 'Forbidden',
headers: Headers {
[Symbol(map)]: [Object: null prototype] {
date: [Array],
'content-type': [Array],
'transfer-encoding': [Array],
connection: [Array],
server: [Array],
nel: [Array],
'cf-cache-status': [Array],
'report-to': [Array],
'content-encoding': [Array],
'cf-ray': [Array],
'alt-svc': [Array]
}
},
type: undefined,
ok: false,
json: {
message: 'TikTok Captcha Error.',
status: 'error',
statusCode: 10239
},
message: 'TikTok Captcha Error.'
}
Thank you and have a nice day :)