"Service Unavailable" error with long cleverbot-free usage
I have a Discord Bot, and because of its high usage, an error like this comes up at the end.
I tried to fix it, I've been working for 5 hours. I examined the codes of Cleverbot.com and discovered that it is related to the "XVIS" cookie. How can I fix this? Thanks.
"Service Unavailable" error with long cleverbot-free usage I have a Discord Bot, and because of its high usage, an error like this comes up at the end. I tried to fix it, I've been working for 5 hours. I examined the codes of Cleverbot.com and discovered that it is related to the "XVIS" cookie. How can I fix this? Thanks.
Error: Service Unavailable at Request.callback (C:\Users\lenovo\Desktop\Testing\node_modules\superagent\lib\node\index.js:883:15) at IncomingMessage. (C:\Users\lenovo\Desktop\Testing\node_modules\superagent\lib\node\index.js:1126:20)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (_stream_readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
status: 503,
response: <ref *1> Response {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
res: IncomingMessage {
_readableState: [ReadableState],
_events: [Object: null prototype],
_eventsCount: 4,
_maxListeners: undefined,
socket: [TLSSocket],
httpVersionMajor: 1,
httpVersionMinor: 1,
httpVersion: '1.1',
complete: true,
headers: [Object],
rawHeaders: [Array],
trailers: {},
rawTrailers: [],
aborted: false,
upgrade: false,
url: '',
method: null,
statusCode: 503,
statusMessage: 'Service Temporarily Unavailable',
client: [TLSSocket],
_consuming: false,
_dumped: false,
req: [ClientRequest],
text: '\r\n' +
'503 Service Temporarily Unavailable \r\n' +
'\r\n' +
' \r\n' +
'
nginx/1.14.0 \r\n' +
'\r\n' +
'\r\n' +
'\r\n' +
'\r\n' +
'\r\n' +
'\r\n' +
'\r\n' +
'\r\n',
503 Service Temporarily Unavailable
} }: