gogoanime-api icon indicating copy to clipboard operation
gogoanime-api copied to clipboard

Certificate Error

Open JulzOhern opened this issue 2 years ago • 0 comments

Describe the bug

getting certificate has expired in popular endpoint

Expected behavior

i should get a array data of popular

Actual behavior

but im getting this { "error": { "message": "certificate has expired", "name": "Error", "stack": "Error: certificate has expired\n at Function.AxiosError.from (file:///home/nodejs/app/node_modules/axios/lib/core/AxiosError.js:89:14)\n at RedirectableRequest.handleRequestError (file:///home/nodejs/app/node_modules/axios/lib/adapters/http.js:606:25)\n at RedirectableRequest.emit (node:events:513:28)\n at ClientRequest.eventHandlers. (/home/nodejs/app/node_modules/follow-redirects/index.js:14:24)\n at ClientRequest.emit (node:events:513:28)\n at TLSSocket.socketErrorListener (node:_http_client:494:9)\n at TLSSocket.emit (node:events:513:28)\n at emitErrorNT (node:internal/streams/destroy:157:8)\n at emitErrorCloseNT (node:internal/streams/destroy:122:3)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)", "config": { "transitional": { "silentJSONParsing": true, "forcedJSONParsing": true, "clarifyTimeoutError": false }, "adapter": [ "xhr", "http" ], "transformRequest": [ null ], "transformResponse": [ null ], "timeout": 0, "xsrfCookieName": "XSRF-TOKEN", "xsrfHeaderName": "X-XSRF-TOKEN", "maxContentLength": -1, "maxBodyLength": -1, "env": { "Blob": null }, "headers": { "Accept": "application/json, text/plain, /", "User-Agent": "axios/1.6.2", "Accept-Encoding": "gzip, compress, deflate, br" }, "method": "get", "url": "\n https://gogoanime.film//popular.html?page=1\n " }, "code": "CERT_HAS_EXPIRED", "status": null } }

Additional context

No response

JulzOhern avatar Nov 28 '23 09:11 JulzOhern