mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Stringify invalid responses
This commit is contained in:
parent
07aa63348f
commit
b53ef5f91e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export const twitterFetch = async (
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!validateFunction(response)) {
|
if (!validateFunction(response)) {
|
||||||
console.log('Failed to fetch response, got', response);
|
console.log('Failed to fetch response, got', JSON.stringify(response));
|
||||||
if (useElongator) {
|
if (useElongator) {
|
||||||
console.log('Elongator request failed to validate, trying again without it');
|
console.log('Elongator request failed to validate, trying again without it');
|
||||||
wasElongatorDisabled = true;
|
wasElongatorDisabled = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue