Replies: 1 comment
-
Could you please mention the steps or provide a sample code to understand the issue better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error fetching tweet: ApiResponseError: Request failed with code 401
at RequestHandlerHelper.createResponseError (/Users/aseemkulkarni/Desktop/hackathon/node_modules/twitter-api-v2/dist/cjs/client-mixins/request-handler.helper.js:104:16)
at RequestHandlerHelper.onResponseEndHandler (/Users/aseemkulkarni/Desktop/hackathon/node_modules/twitter-api-v2/dist/cjs/client-mixins/request-handler.helper.js:262:25)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
error: true,
type: 'response',
code: 401,
headers: {
perf: '7469935968',
'content-type': 'application/problem+json',
'cache-control': 'no-cache, no-store, max-age=0',
'content-length': '99',
'x-transaction-id': 'a0425ad6bee9d1e0',
'x-response-time': '109',
'x-connection-hash': '1366d55f90362ca67db056ede46de3ca3959994c86124639dd0c0808b1759ca9',
date: 'Fri, 16 Feb 2024 07:38:03 GMT',
server: 'tsa_f'
},
rateLimit: undefined,
data: {
title: 'Unauthorized',
type: 'about:blank',
status: 401,
detail: 'Unauthorized'
}
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions