Authorized User Explore Page Session Expired: Re-Authorization Failing
I received the following error when scraping a user session For You page. When trying to re-authorize the authorization request was denied on the TikTok app. Any ideas why this happens? Is there an expected timeframe that re-authorization can occur?
Now the TikApi QR code is throwing an error (see attached screenshot)
{
statusCode: 428,
statusText: 'Precondition Required',
headers: Headers {
[Symbol(map)]: [Object: null prototype] {
date: [Array],
'content-type': [Array],
'content-length': [Array],
connection: [Array],
'cf-cache-status': [Array],
'report-to': [Array],
nel: [Array],
server: [Array],
'cf-ray': [Array],
'alt-svc': [Array]
}
},
type: undefined,
ok: false,
json: {
message: 'Account session expired, please ask user to re-login and re-authorize.',
status: 'error',
statusCode: 8
},
message: 'Account session expired, please ask user to re-login and re-authorize.'
}