Stringify invalid responses

This commit is contained in:
dangered wolf 2023-08-21 03:20:03 -04:00
parent 07aa63348f
commit b53ef5f91e
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -178,7 +178,7 @@ export const twitterFetch = async (
}
if (!validateFunction(response)) {
console.log('Failed to fetch response, got', response);
console.log('Failed to fetch response, got', JSON.stringify(response));
if (useElongator) {
console.log('Elongator request failed to validate, trying again without it');
wasElongatorDisabled = true;