Nurutomo / wabot-aq

WhatsApp Bot
GNU General Public License v3.0
695 stars 1.38k forks source link

Brainly Scraper doesn't work on Heroku #63

Closed ariffb25 closed 3 years ago

ariffb25 commented 3 years ago
Error: Request failed with status code 403
    at createError (/app/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/app/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/app/node_modules/axios/lib/adapters/http.js:260:11)
    at IncomingMessage.emit (events.js:327:22)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  config: {
    url: 'https://brainly.co.id/graphql/id',
    method: 'post',
    data: '{"operationName":"SearchQuery","variables":{"query":"apa itu javscript","after":null,"first":5},"query":"query SearchQuery($query: String!, $first: Int!, $after: ID) {\\n\\tquestionSearch(query: $query, first: $first, after: $after) {\\n\\tedges {\\n\\t  node {\\ncontent\\n\\t\\tattachments{\\nurl\\n}\\n\\t\\tanswers {\\n\\t\\t\\tnodes {\\ncontent\\n\\t\\t\\t\\tattachments{\\nurl\\n}\\n}\\n}\\n}\\n}\\n}\\n}\\n"}',
    headers: {
      Accept: 'application/json, text/plain, /',
      'Content-Type': 'application/json; charset=utf-8',
      host: 'brainly.co.id',
      'user-agent': 'Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36',
      'Content-Length': 381
    },
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus]
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      socket: [Function (anonymous)],
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      timeout: [Function (anonymous)],
      prefinish: [Function: requestOnPrefinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: false,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: true,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: null,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    socket: TLSSocket {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'brainly.co.id',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 10,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'brainly.co.id',
      _readableState: [ReadableState],
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: [TLSWrap],
      _requestCert: true,
      _rejectUnauthorized: true,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: 120004,
      [Symbol(kHandle)]: [TLSWrap],
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(connect-options)]: [Object],
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'POST /graphql/id HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, /\r\n' +
      'Content-Type: application/json; charset=utf-8\r\n' +
      'host: brainly.co.id\r\n' +
      'user-agent: Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\r\n' +
      'Content-Length: 381\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: noopPendingOutput],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object],
      requests: {},
      sockets: [Object],
      freeSockets: {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'fifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 1,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'POST',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/graphql/id',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _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: 403,
      statusMessage: 'Forbidden',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'https://brainly.co.id/graphql/id',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'brainly.co.id',
    protocol: 'https:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 381,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'https://brainly.co.id/graphql/id',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'content-type': [Array],
      host: [Array],
      'user-agent': [Array],
      'content-length': [Array]
    }
  },
  response: {
    status: 403,
    statusText: 'Forbidden',
    headers: {
      date: 'Mon, 15 Feb 2021 02:25:17 GMT',
      'content-type': 'text/html; charset=UTF-8',
      'transfer-encoding': 'chunked',
      connection: 'close',
      'cf-chl-bypass': '1',
      'set-cookie': [Array],
      'cache-control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0',
      expires: 'Thu, 01 Jan 1970 00:00:01 GMT',
      'x-frame-options': 'SAMEORIGIN',
      'cf-request-id': '08451ab74b0000e0dac6959000000001',
      'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
      'strict-transport-security': 'max-age=3600; includeSubDomains',
      server: 'cloudflare',
      'cf-ray': '621b93d21fa9e0da-IAD'
    },
    config: {
      url: 'https://brainly.co.id/graphql/id',
      method: 'post',
      data: '{"operationName":"SearchQuery","variables":{"query":"apa itu javscript","after":null,"first":5},"query":"query SearchQuery($query: String!, $first: Int!, $after: ID) {\\n\\tquestionSearch(query: $query, first: $first, after: $after) {\\n\\tedges {\\n\\t  node {\\ncontent\\n\\t\\tattachments{\\nurl\\n}\\n\\t\\tanswers {\\n\\t\\t\\tnodes {\\ncontent\\n\\t\\t\\t\\tattachments{\\nurl\\n}\\n}\\n}\\n}\\n}\\n}\\n}\\n"}',
      headers: [Object],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      validateStatus: [Function: validateStatus]
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: true,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: null,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      socket: [TLSSocket],
      _header: 'POST /graphql/id HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, /\r\n' +
        'Content-Type: application/json; charset=utf-8\r\n' +
        'host: brainly.co.id\r\n' +
        'user-agent: Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36\r\n' +
        'Content-Length: 381\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: noopPendingOutput],
      agent: [Agent],
      socketPath: undefined,
      method: 'POST',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/graphql/id',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'brainly.co.id',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: '<!DOCTYPE html>\n' +
      '<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->\n' +
      '<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->\n' +
      '<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->\n' +
      '<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->\n' +
      '<head>\n' +
      '\n' +
      '<title>Attention Required! | Cloudflare</title>\n' +
      '\n' +
      '<meta name="captcha-bypass" id="captcha-bypass" />\n' +
      '<meta charset="UTF-8" />\n' +
      '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n' +
      '<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />\n' +
      '<meta name="robots" content="noindex, nofollow" />\n' +
      '<meta name="viewport" content="width=device-width,initial-scale=1" />\n' +
      '<link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" type="text/css" media="screen,projection" />\n' +
      `<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->\n` +
      '<style type="text/css">body{margin:0;padding:0}</style>\n' +
      '\n' +
      '\n' +
      '<!--[if gte IE 10]><!-->\n' +
      '<script>\n' +
      '  if (!navigator.cookieEnabled) {\n' +
      "    window.addEventListener('DOMContentLoaded', function () {\n" +
      "      var cookieEl = document.getElementById('cookie-alert');\n" +
      "      cookieEl.style.display = 'block';\n" +
      '    })\n' +
      '  }\n' +
      '</script>\n' +
      '<!--<![endif]-->\n' +
      '\n' +
      '\n' +
      '  \n' +
      '    <script type="text/javascript">\n' +
      '    //<![CDATA[\n' +
      '    (function(){\n' +
      '      window._cf_chl_opt={\n' +
      '        cvId: "2",\n' +
      '        cType: "interactive",\n' +
      '        cNounce: "37119",\n' +
      '        cRay: "621b93d21fa9e0da",\n' +
      '        cHash: "d3ff24f2449e180",\n' +
      '        cFPWv: "g",\n' +
      '        cLt: "n",\n' +
      '        cRq: {\n' +
      '          ru: "aHR0cHM6Ly9icmFpbmx5LmNvLmlkL2dyYXBocWwvaWQ=",\n' +
      '          ra: "TW96aWxsYS81LjAgKFgxMTsgT3BlbkJTRCBpMzg2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMzYuMC4xOTg1LjEyNSBTYWZhcmkvNTM3LjM2",\n' +
      '          rm: "UE9TVA==",\n' +
      '          d: "aPhwDjIVEky5QOe20dFpZbvI7VRv6AyyYm5L2QWRxYM5VYPbiMC49fpOuheJGaccrh3Wih10iZWRN/5usysDwKCoI3n9kWbdsA/IIq3A+URGlMYV4/ObcIvXHInEVztFr7koDR23ngeLkPhwyxoyFhoQIflaxbR/3ir7Ze1yqRcRFc/x+z3a4hQOXLQ01jNKy9AAyVuywVVMzJ3siPExdoXiNEQDapWiJxbXDpMwLoTf6vigMfR7gbKtNO0DTYh2Yd/6tgyfsSP9pE0M66Iep2Rfm+NxyNso56m1AX8AFgaYyUCj3vY2EMqnVs3v8+FdhNn4FFnOgNeLI8hnL0MkeL1BSB/C4PYq+AFhvElrOe1zdTGBXCgREy8d0ot0b/IqxSRQ06x+PZLqI9sGnpJ+ZkVrv7PIK2lnTBPUK7aVr8PXYJakFz3gkQ+NzSHGtcFZdXj93m+Je1pY08mng8QzbgfJ5RF24vkvNtueBOqEV1Ky7bILOs0fdZl7xMeXxfA69w+8rFYx6iSSPoxLHuhhRk35Bo58hkyAzceQu+Awz9Vh7pRYBPXBZX+PVjqLJSSD2xR6Fs7l/jaW0UTV0aHWZK2k+GdVOGH46yc0WT1t8PHai9ysz6jwnMJUgElO80qnSf/ZYGwzPicGfD4GX5mrtDoamj1JO4dlXYdtzBt4tf9A4BkUuAiu2ajoTxu4D4SoyI6tCNGuCoVnutPZIP9AOtyLUh3UycA9VAq0wwbcEx0KlNoub/N6PW++Ksy8lRhKWzfKDex80scp8r0tjdisLQ9bLtVd+zAjknXwLvUGbdlmSkQp13gu83EdxRcTHwow",\n' +
      '          t: "MTYxMzM1NTkxNy4xNDEwMDA=",\n' +
      '          m: "7tggwRSQCo/K++V8MPaQKOjf/pvEoLlz7muM5ftzhOE=",\n' +
      '          i1: "vRXgkRhaK72VqXHh716VGQ==",\n' +
      '          i2: "ejbs3IinpViB+fltXjeg6w==",\n' +
      '          uh: "Oq+MfSEBu6r2MG/ZYyUlF+UFk3AM7IS8xptdBdsAJoU=",\n' +
      '          hh: "Tq5Wn9mOFTnZGleXHmUYqnAd15UOeZ3jNtXYceFFknk=",\n' +
      '        }\n' +
      '      };\n' +
      '    }());\n' +
      '    //]]>\n' +
      '    </script>\n' +
      '  \n' +
      '\n' +
      '<style type="text/css">\n' +
      '  #cf-wrapper #spinner {width:69px; margin:  auto;}\n' +
      '  #cf-wrapper #cf-please-wait{text-align:center}\n' +
      '  .attribution {margin-top: 32px;}\n' +
      '  .bubbles { background-color: #f58220; width:20px; height: 20px; margin:2px; border-radius:100%; display:inline-block; }\n' +
      '  #cf-wrapper #challenge-form { padding-top:25px; padding-bottom:25px; }\n' +
      '  #cf-hcaptcha-container { text-align:center;}\n' +
      '  #cf-hcaptcha-container iframe { display: inline-block;}\n' +
      '  @keyframes fader     { 0% {opacity: 0.2;} 50% {opacity: 1.0;} 100% {opacity: 0.2;} }\n' +
      '  #cf-wrapper #cf-bubbles { width:69px; }\n' +
      '  @-webkit-keyframes fader { 0% {opacity: 0.2;} 50% {opacity: 1.0;} 100% {opacity: 0.2;} }\n' +
      '  #cf-bubbles > .bubbles { animation: fader 1.6s infinite;}\n' +
      '  #cf-bubbles > .bubbles:nth-child(2) { animation-delay: .2s;}\n' +
      '  #cf-bubbles > .bubbles:nth-child(3) { animation-delay: .4s;}\n' +
      '</style>\n' +
      '</head>\n' +
      '<body>\n' +
      '  <div id="cf-wrapper">\n' +
      '    <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div>\n' +
      '    <div id="cf-error-details" class="cf-error-details-wrapper">\n' +
      '      <div class="cf-wrapper cf-header cf-error-overview">\n' +
      '      \n' +
      '        <h1 data-translate="challenge_headline">One more step</h1>\n' +
      '        <h2 class="cf-subheadline"><span data-translate="complete_sec_check">Please complete the security check to access</span> brainly.co.id</h2>\n' +
      '      \n' +
      '      </div>\n' +
      '      \n' +
      '      <div class="cf-section cf-highlight cf-captcha-container">\n' +
      '        <div class="cf-wrapper">\n' +
      '          <div class="cf-columns two">\n' +
      '            <div class="cf-column">\n' +
      '            \n' +
      '              <div class="cf-highlight-inverse cf-form-stacked">\n' +
      '                <form class="challenge-form interactive-form" id="challenge-form" action="/graphql/id?_cf_chl_captcha_tk=59561bb48014c609f9900fce3f626315aab134a6-1613355917-0-Adbg6MeIEY2dfSECUaUMzfNQ8Dj9QtT84JZVbTZG8z4ND3TRhyRS4WP7cpsau-lKuLPvfEfce9I-T1T2mCPURZyPcLNl1eH_g2PoBXVQI84iQA_vhFWKHBKAqOlv6EDYjR5DFee-hpkHeH2oC-uEFju8pkzmSawa0frgtvgHPbb7A2re5aGjkm20PlU-EvnffBcKAUfYEhIPmtd0Uef-qIXvFcnpETdJSDGK8hUpHr0DMuWVCFoQ2Xbsk02djcDDYOCX8qtkDMfOGdSDHQai7UCzt-Zpir_2NAh1hY3pq0e8PAnIf19MCAmuK9l6sF2pAXxN-WGSDXEVRdjXppwvw7Q8H9DuRfGyfFsFx6iQaqTv1Jcn41CwUd97t5FS3Z_yDoXAGNNhEbmapfVMG4ex8vzAuXf7cf2fSsF7n_WpjP_kKR8C96tVh_qNTtKc5RxG_30Qo-MMNMhZo2zpOuwhYbchtMZOL6tHxiRtjQvasSVxkJ5ZCgUXaRYWzoI648s7tTnANIOgbaSYHu4VcJbNt6UANERKLTVknQpmcjSMJHz1xQCofJS7ePTNSlGY97FUjs8gFL_Q2ychnkWlnefwxRx1ITlY8IHpwbrk3IuU0dP" method="POST" enctype="application/x-www-form-urlencoded">\n' +
      '  \n' +
      "    <div id='cf-please-wait'>\n" +
      "      <div id='spinner'>\n" +
      '        <div id="cf-bubbles">\n' +
      '            <div class="bubbles"></div>\n' +
      '            <div class="bubbles"></div>\n' +
      '            <div class="bubbles"></div>\n' +
      '        </div>\n' +
      '      </div>\n' +
      '      <p data-translate="please_wait" id="cf-spinner-please-wait">Please stand by, while we are checking your browser...</p>\n' +
      '      <p data-translate="redirecting" id="cf-spinner-redirecting" style="display:none">Redirecting...</p>\n' +
      '      </div>\n' +
      '  \n' +
      '  <input type="hidden" name="r" value="5b25e464b9843cbf2673f9bc00c9adda2797952b-1613355917-0-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">\n' +
      '  <input type="hidden" name="cf_captcha_kind" value="h">\n' +
      '  <input type="hidden" name="vc" value="0af93cf14f60935dd2a528dec0ec9376">\n' +
      '  \n' +
      '  <noscript id="cf-captcha-bookmark" class="cf-captcha-info">\n' +
      '  <h1 data-translate="turn_on_js" style="color:#bd2426;">Please turn JavaScript on and reload the page.</h1>\n' +
      '  </noscript>\n' +
      '    <div id="no-cookie-warning" class="cookie-warning" data-translate="turn_on_cookies" style="display:none">\n' +
      '      <p data-translate="turn_on_cookies" style="color:#bd2426;">Please enable Cookies and reload the page.</p>\n' +
      '    </div>\n' +
      '  <script type="text/javascript">\n' +
      '  //<![CDATA[\n' +
      '    var a = function() {try{return !!window.addEventListener} catch(e) {return !1} },\n' +
      '      b = function(b, c) {a() ? document.addEventListener("DOMContentLoaded", b, c) : document.attachEvent("onreadystatechange", b)};\n' +
      '      b(function(){\n' +
      '        var cookiesEnabled=(navigator.cookieEnabled)? true : false;\n' +
      '        if(!cookiesEnabled){\n' +
      "          var q = document.getElementById('no-cookie-warning');q.style.display = 'block';\n" +
      '        }\n' +
      '      });\n' +
      '  //]]>\n' +
      '  </script>\n' +
      `  <div id="trk_captcha_js" style="background-image:url('/cdn-cgi/images/trace/captcha/nojs/h/transparent.gif?ray=621b93d21fa9e0da')"></div>\n` +
      '</form>\n' +
      '  \n' +
      '  <script type="text/javascript">\n' +
      '    //<![CDATA[\n' +
      '    (function(){\n' +
      '        var isIE = /(MSIE|Trident\\/|Edge\\/)/i.test(window.navigator.userAgent);\n' +
      "        var trkjs = isIE ? new Image() : document.createElement('img');\n" +
      '        trkjs.setAttribute("src", "/cdn-cgi/images/trace/jschal/js/transparent.gif?ray=621b93d21fa9e0da");\n' +
      '        trkjs.id = "trk_jschal_js";\n' +
      '        trkjs.setAttribute("alt", "");\n' +
      '        document.body.appendChild(trkjs);\n' +
      "        var cpo=document.createElement('script');\n" +
      "        cpo.type='text/javascript';\n" +
      '        cpo.src="/cdn-cgi/challenge-platform/h/g/orchestrate/captcha/v1";\n' +
      "        document.getElementsByTagName('head')[0].appendChild(cpo);\n" +
      '    }());\n' +
      '    //]]>\n' +
      '    </script>\n' +
      '  \n' +
      '\n' +
      '\n' +
      '              </div>\n' +
      '            </div>\n' +
      '\n' +
      '            <div class="cf-column">\n' +
      '              <div class="cf-screenshot-container">\n' +
      '              \n' +
      '                <span class="cf-no-screenshot"></span>\n' +
      '              \n' +
      '              </div>\n' +
      '            </div>\n' +
      '          </div>\n' +
      '        </div>\n' +
      '      </div>\n' +
      '\n' +
      '      <div class="cf-section cf-wrapper">\n' +
      '        <div class="cf-columns two">\n' +
      '          <div class="cf-column">\n' +
      '            <h2 data-translate="why_captcha_headline">Why do I have to complete a CAPTCHA?</h2>\n' +
      '            \n' +
      '            <p data-translate="why_captcha_detail">Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.</p>\n' +
      '          </div>\n' +
      '\n' +
      '          <div class="cf-column">\n' +
      '            <h2 data-translate="resolve_captcha_headline">What can I do to prevent this in the future?</h2>\n' +
      '            \n' +
      '\n' +
      '            <p data-translate="resolve_captcha_antivirus">If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.</p>\n' +
      '\n' +
      '            <p data-translate="resolve_captcha_network">If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.</p>\n' +
      '            \n' +
      '              \n' +
      '              <p data-translate="resolve_captcha_privacy_pass"> Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the <a rel="noopener noreferrer" href="https://chrome.google.com/webstore/detail/privacy-pass/ajhmfdgkijocedmfjonnpjfojldioehi">Chrome Web Store</a>.</p>\n' +
      '              \n' +
      '            \n' +
      '          </div>\n' +
      '        </div>\n' +
      '      </div>\n' +
      '      \n' +
      '\n' +
      '      <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300">\n' +
      '  <p class="text-13">\n' +
      '    <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">621b93d21fa9e0da</strong></span>\n' +
      '    <span class="cf-footer-separator sm:hidden">&bull;</span>\n' +
      '    <span class="cf-footer-item sm:block sm:mb-1"><span>Your IP</span>: 54.84.86.0</span>\n' +
      '    <span class="cf-footer-separator sm:hidden">&bull;</span>\n' +
      '    <span class="cf-footer-item sm:block sm:mb-1"><span>Performance &amp; security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span>\n' +
      '    \n' +
      '  </p>\n' +
      '</div><!-- /.error-footer -->\n' +
      '\n' +
      '\n' +
      '    </div>\n' +
      '  </div>\n' +
      '\n' +
      '  <script type="text/javascript">\n' +
      '  window._cf_translation = {};\n' +
      '  \n' +
      '  \n' +
      '</script>\n' +
      '\n' +
      '\n' +
      '</body>\n' +
      '</html>\n'
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

any help?

github-actions[bot] commented 3 years ago

stale issue