Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time and top15 commands #1

Open
buracat opened this issue Jun 7, 2023 · 0 comments
Open

time and top15 commands #1

buracat opened this issue Jun 7, 2023 · 0 comments

Comments

@buracat
Copy link

buracat commented Jun 7, 2023

Hi, thanks for the bot.

But top15 and time commands don't work. Can you help me?

!top15
Error: Request failed with status code 403
    at createError (/home/container/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/home/container/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/home/container/node_modules/axios/lib/adapters/http.js:269:11)
    at IncomingMessage.emit (node:events:525:35)
    at endReadableNT (node:internal/streams/readable:1358:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  config: {
    url: 'https://gametracker.rs/server_players/95.173.173.240:27015/',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'axios/0.21.4'
    },
    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],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: false,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    maxRequestsOnConnectionReached: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    strictContentLength: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    _closed: false,
    socket: TLSSocket {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'gametracker.rs',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 10,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'gametracker.rs',
      _closeAfterHandlingError: false,
      _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)]: 212,
      [Symbol(kHandle)]: [TLSWrap],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(kSetKeepAlive)]: false,
      [Symbol(kSetKeepAliveInitialDelay)]: 0,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(connect-options)]: [Object],
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET /server_players/95.173.173.240:27015/ HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'User-Agent: axios/0.21.4\r\n' +
      'Host: gametracker.rs\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype] {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 1,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/server_players/95.173.173.240:27015/',
    _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,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 403,
      statusMessage: 'Forbidden',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'https://gametracker.rs/server_players/95.173.173.240:27015/',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 36,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'gametracker.rs',
    protocol: 'https:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'https://gametracker.rs/server_players/95.173.173.240:27015/',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kEndCalled)]: true,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      host: [Array]
    },
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 403,
    statusText: 'Forbidden',
    headers: {
      date: 'Wed, 07 Jun 2023 09:59:58 GMT',
      'content-type': 'text/html; charset=UTF-8',
      'transfer-encoding': 'chunked',
      connection: 'close',
      'cross-origin-embedder-policy': 'require-corp',
      'cross-origin-opener-policy': 'same-origin',
      'cross-origin-resource-policy': 'same-origin',
      'permissions-policy': 'accelerometer=(),autoplay=(),camera=(),clipboard-read=(),clipboard-write=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=()',
      'referrer-policy': 'same-origin',
      'x-frame-options': 'SAMEORIGIN',
      'cf-mitigated': 'challenge',
      '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',
      'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=vu9J7LPa8UHlUeh8XkT7%2B72WKlLryqXpSyJlLwYH1CvQICan0iDXRytNB8Wg4SLdw6%2BVefPoM0QB%2BsTDZqt0zUekZICQhF8vNJ5d1Xuj1BVc%2FqqAnU4VFlH2eA1NUYvdng%3D%3D"}],"group":"cf-nel","max_age":604800}',
      nel: '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}',
      server: 'cloudflare',
      'cf-ray': '7d380b9e9e810259-CDG',
      'alt-svc': 'h3=":443"; ma=86400'
    },
    config: {
      url: 'https://gametracker.rs/server_players/95.173.173.240:27015/',
      method: 'get',
      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],
      transitional: [Object],
      data: undefined
    },
    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,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /server_players/95.173.173.240:27015/ HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: axios/0.21.4\r\n' +
        'Host: gametracker.rs\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/server_players/95.173.173.240:27015/',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'gametracker.rs',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kEndCalled)]: true,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(kUniqueHeaders)]: null
    },
    data: '<!DOCTYPE html>\n' +
      '<html lang="en-US">\n' +
      '<head>\n' +
      '    <title>Just a moment...</title>\n' +
      '    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n' +
      '    <meta http-equiv="X-UA-Compatible" content="IE=Edge">\n' +
      '    <meta name="robots" content="noindex,nofollow">\n' +
      '    <meta name="viewport" content="width=device-width,initial-scale=1">\n' +
      '    <link href="/cdn-cgi/styles/challenges.css" rel="stylesheet">\n' +
      '    \n' +
      '\n' +
      '</head>\n' +
      '<body class="no-js">\n' +
      '    <div class="main-wrapper" role="main">\n' +
      '    <div class="main-content">\n' +
      '        <noscript>\n' +
      '            <div id="challenge-error-title">\n' +
      '                <div class="h2">\n' +
      '                    <span class="icon-wrapper">\n' +
      '                        <div class="heading-icon warning-icon"></div>\n' +
      '                    </span>\n' +
      '                    <span id="challenge-error-text">\n' +
      '                        Enable JavaScript and cookies to continue\n' +
      '                    </span>\n' +
      '                </div>\n' +
      '            </div>\n' +
      '        </noscript>\n' +
      `        <div id="trk_jschal_js" style="display:none;background-image:url('/cdn-cgi/images/trace/managed/nojs/transparent.gif?ray=7d380b9e9e810259')"></div>\n` +
      '        <form id="challenge-form" action="/server_players/95.173.173.240:27015/?__cf_chl_f_tk=5K4sZtsc.5sjKLO9pbjJScxUFSLjyWdDhlnFDSzIBIM-1686131998-0-gaNycGzNC-U" method="POST" enctype="application/x-www-form-urlencoded">\n' +
      '            <input type="hidden" name="md" value="JblXJAjs.QV_JgVeTSu0c4VzH5jHeB1y9En5BwD4.Qs-1686131998-0-ATh1Xo_oWLnU_8gOgr7cB3Pbpdz1iVgepza10GftHjoe3uICDRk2XP-JvHDBzuRwtOKjAzmcpQy3yDKxczf0gOZaQHVlYbvvDlBc17UU7Jhs6a-NS8GCSVVbm_qq0Cgg2KtEB89h1Byb7Vjj08o8jP7uUvpsnOOpKRZXonTrUHJI6cnyljVRCZQj8v7A3in98qdK3WaKTyydpfHuKE5lGeU3bxY9146eUhZKxw6FjhYllj2Dix29SHMUL5X2VLzV1Ruszuc5B-hKh94ZXk5lzoHtZ8UQC1lEK4h9shkWaJ-ymkgwjU_W155LyFnpdvgXz8Q8QsuAz2u1_tj5xDBaXxxL5Q7U9Lhc_MZHmkq48oz8mz93goxHLbwEpfolWYj7xYti_zoxs8Qn9sJp561WEF8XI2jm64JwyerDJGfnmZSijmd8Uq3DgGmki3wTxPFBcNEq1FhP3CTh6omOPQxFCoubIOGrF-X-QC4X_zPwaiZFmAhPKCSV7uobludsbDFENP4iKaOpdMp0ivUVryhgLbFzs7oNJIypJiA2m96-NN2abg_ZdOZmhTofxBzAxColHNW2IE-ahVf2jAAclQ5QlWZw0xFB5qmp2i-3Yb807QuO1G0ygHLBLpeSzoaDdEMiKCXqYxyjDXQmmGTNP4UK7OJ_G3BlrTUEcaDmgZeB6JMigdWjOVsaOOuJcCDDof5J1f49tVA8TKsd1hHGR6ZatNVq6T6GYGcS6Ynh-ZgUcusfDu9Mfz2NqWf7lq0sTvxaqE4S8PHeBGQ57beLGnZIBGC4Babb8XICz367w6w35xBauTndc9ifWilgkWbIYbh2KtEb9dxdbOZD8hln58ypmdVE6xV4eE4umGK_Lc1rUpTAlJ7zPL0FkgmiB9e7XM9EHJDWzyq-4fMwc4O6ZRsDxRWP3nYLpYyMMZAc6vV8jf_GsAgiu5Xq5JgzYS_S9CTuH_rpIrV5FpreMPQZVIWp-6vMa_uRdgBImGX4nDdH0Hb7Ob5fdQ2NTff24ExaLSusgPg8JO1qf8doEltc57KRdZrgd-Nk9ZkdZpiSasXMDyh_UNxlJilDbwMwWL8R2V_QHuKCQTgTWsT9Fd_2_HtZ5h4SYn5AkXjNUCROFowF-P95AORgX1IIOH5hCCdygsaweUc-Z7Rfdh_Yaqb_2JKIJKHTbdnyG1kwqVu9S5CZorbD3yNkTT_xyHruiPznZefD44DXd-heFiwxxTvBq5OXN0KnVJkm1RS8Zr8RDnc38aVGmYxJxBdMg1q5hxJ1sHN4Haa3h25LkIEiwOw91k_j_ltucDfAD7FFa-ze5ECYo3uy1YgxUEtcPkketRp57AfsLWyjHGwUEISprNCh_riF-61bH-DTSZTvDwyif2UNs6CAKV5hoO567U9ohUo23DaUJBpSQ-62NUT4_14hS2im4ba0_xdBqPQ5s4BEOdajrl5L3xLftEd2lo1AlUndbm_JnBV5122Ny3ogUL1yY-iHX2I9vq-1tvrNdD0udsw4DNAF6IAXZhDKvKpDnAAh-UBGOk0E0ykDNByJVVKIKzVHLQjHAHT_C_tk7_ucUdsYJt7NoFN_0E3LwFv7ZBB0yUTRFgVuUt_mYzU0Pj5rSiEAYHaZFsJYAn1ptdvRkk4KsXnoY2-O_9tRorpWy2iF9p3ISa0LUyzKsaxpiJ9evK1l0g5uhWzdqCm7pwVDykmwAXA5AfzTsZVZnr-aw-cxoLkAehtsX8dakv1bH8rbKQkdEqqa5mEPrNDlUZwR1T8cuzJdIedOUuIj0ZyBDjYnKAU_cp7zsFe71e7PWrED6qdBTjYZ8IsOvU1UQihnzlif3R6UBoZ_mBunv8EXQTzfF0rLNzGDKs9B8H5KEfksJXEiVBJxJ-MwsQUYpU5T4uKP2QkVB-ZPVColuCYQlJ3lL8vAbvfYZ0xR2hLuNlhFOZqKScEoiVosBX_sYSICpk7jsKgzge1xrgTsXfjUdjwQ-CDysLIxNCXs6Dt2dzlEfJbSTfupCVsBGo140pvlqdUubYoS_CZMe5cgIkzlb3H7odIZKaMuE1sBCK-gb8xRGnB1cl-SiEw4hTr9myycdpkFFKVrzZaGXSG3mtCOyreG5SsoD5FoVHE5PHLfUin0GyA2ux95blY1Px0ZpOkre2U_2CsyNr2I6TzCpvBesnZpNjzx9s5ryubz_mczqOTj2WckOLek_RQUu2dH45wosL-I2eKeMlSmkcDrd80F7bY-Y591Afrintkhf-k_tkf5pZzi8zUF7qdSDVhMEDa7gpqQ9Di8wejwtNagpTofXJejW8gP-bLoP4v9ZwH1bvBELXglCUdWG2S3qcPXxEzrnxX6FT7kyi02ORBD-z6Ae5Y5KoryQ_3pmD851JYKT9p5khzAzJ9lF16K076dNhVpNWuRmkm_bmA93E5h4vSdaw_drHa5kP9xIcUFuqvGJxhgyvXiT0F1NQ1K9WpLugPjhS0ZSi4b4YDVCCKedhohwgI17p2zbGZaT8u6tE-9dAHO7ldOCbdS_lOWl_wqpnH4bgeU2WEDMsjm7WD2ShCv9yoIrbE6kDRBK9VEkAxPSWPeRQdmi8gutJ4FcsFKTrTzGv_GeFgopnpeoJYAi00RdaytJUTzRwBiGBiFW1Y_wN3AQg3u5EaX9fXYno6_0DuwlfQxJDvaPnlucdDnMADOjYk-xri7IAMzogSc4W4siNDhDZp_75LdI5BXBDEmITKWnzAHrijb76LN_OodilqGgii5bk_E9WwcFOAuS2UBX16JDWILESg_rVvcBGl-fZ875bNvGs5p6uoDL8UquFAIFQ2KGeJak5oVVwZQJpA3rC9Mx9_dAyH8v7OxKQ9cO6ZmHbtbz5sXpeW7GkJ477d6R8OTKtvnZ9VfbwUObavmIODKevURIJTD6C6PbRI3p738ADkW9toX0yjX5X53_aZNTM23lcQh3mDlcKuJRZ3wjz0RRWCifVvkxHefCmbLzetmR5cFWlI_">\n' +
      '        </form>\n' +
      '    </div>\n' +
      '</div>\n' +
      '<script>\n' +
      '    (function(){\n' +
      '        window._cf_chl_opt={\n' +
      "            cvId: '2',\n" +
      "            cZone: 'gametracker.rs',\n" +
      "            cType: 'managed',\n" +
      "            cNounce: '45493',\n" +
      "            cRay: '7d380b9e9e810259',\n" +
      "            cHash: 'ca8f395bff844e9',\n" +
      '            cUPMDTk: "\\/server_players\\/95.173.173.240:27015\\/?__cf_chl_tk=5K4sZtsc.5sjKLO9pbjJScxUFSLjyWdDhlnFDSzIBIM-1686131998-0-gaNycGzNC-U",\n' +
      "            cFPWv: 'g',\n" +
      "            cTTimeMs: '1000',\n" +
      "            cMTimeMs: '0',\n" +
      '            cTplV: 5,\n' +
      "            cTplB: 'cf',\n" +
      '            cK: "",\n' +
      '            cRq: {\n' +
      "                ru: 'aHR0cHM6Ly9nYW1ldHJhY2tlci5ycy9zZXJ2ZXJfcGxheWVycy85NS4xNzMuMTczLjI0MDoyNzAxNS8=',\n" +
      "                ra: 'YXhpb3MvMC4yMS40',\n" +
      "                rm: 'R0VU',\n" +
      "                d: 'Jqjy19DXL+w6LUgxyXJj0qTYBl7vPKj30v72Tve3FTAF6ELvx3JhhH+yQmFUH2AqdjlBaF4JVGXWMWblBS/IxBJc0qfVWDN0ZLak/A34JyPBbmxOMLP0Sjrv6zNUxk/7p2R0UMCzY/iLWY9u/Hw81DE6Pp3EWzgRXxP2f0rmCPENYkcQRkt2I23BZwUYrT73NDwLKbsCmrpVReYUDJqDddjSf2ZG8c7YdzxKNhpLeEFG04D9uw82p7aX2fB4bplHmceFVLf1nJyqxcVtwZmPhQKTKXEhNEyarvQXOGFZ1q10URh99lHMeW6CvOjin3Sf7luUdzd/GthRXabM1wT0jQMX8VF5UwRV1KEV4BtZcFQepeCbGkMrjtCxpgqUn0rxcagg2G68BwSf+fZ8X1D0prxCNCvybMQUKYcBp1ovw5293P2Dnlfl740l/bqVngx8hwF+AfTK25QgT02J1Om3cXbnGZm+1LXmnFSJyhD89Pp5gXXiGxNyKkXY6nke5zFzJmMPYfLT92Ni8nxqiIuUkNuudVrLuwcn2tr5FchsBHwH17dCtRg9b/yeRwoiwTmy',\n" +
      "                t: 'MTY4NjEzMTk5OC40OTMwMDA=',\n" +
      '                cT: Math.floor(Date.now() / 1000),\n' +
      "                m: '7G0bE/07WQyofsh9DJCnqIeOW/3UgMaBMB/+mzxk0J8=',\n" +
      "                i1: '3mSEYnFBaphe3OXYVjrTgg==',\n" +
      "                i2: 'zssFC9a2XatF+yUhwV+4dQ==',\n" +
      "                zh: '8FZLTMbZ4rGiHsEx0DhEki7V9evK1igejuncjlYNoN4=',\n" +
      "                uh: '2xI+8OKSoP3CnABeI0AAgkHbaDBjcfKYlizy+ORx958=',\n" +
      "                hh: 'y+g7yWGRE+McbK77JAXXnnSIoQQOLA+PmhkArgWX/zw=',\n" +
      '            }\n' +
      '        };\n' +
      "        var trkjs = document.createElement('img');\n" +
      "        trkjs.setAttribute('src', '/cdn-cgi/images/trace/managed/js/transparent.gif?ray=7d380b9e9e810259');\n" +
      "        trkjs.setAttribute('alt', '');\n" +
      "        trkjs.setAttribute('style', 'display: none');\n" +
      '        document.body.appendChild(trkjs);\n' +
      "        var cpo = document.createElement('script');\n" +
      "        cpo.src = '/cdn-cgi/challenge-platform/h/g/orchestrate/managed/v1?ray=7d380b9e9e810259';\n" +
      "        window._cf_chl_opt.cOgUHash = location.hash === '' && location.href.indexOf('#') !== -1 ? '#' : location.hash;\n" +
      "        window._cf_chl_opt.cOgUQuery = location.search === '' && location.href.slice(0, location.href.length - window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search;\n" +
      '        if (window.history && window.history.replaceState) {\n' +
      '            var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash;\n' +
      '            history.replaceState(null, null, "\\/server_players\\/95.173.173.240:27015\\/?__cf_chl_rt_tk=5K4sZtsc.5sjKLO9pbjJScxUFSLjyWdDhlnFDSzIBIM-1686131998-0-gaNycGzNC-U" + window._cf_chl_opt.cOgUHash);\n' +
      '            cpo.onload = function() {\n' +
      '                history.replaceState(null, null, ogU);\n' +
      '            };\n' +
      '        }\n' +
      "        document.getElementsByTagName('head')[0].appendChild(cpo);\n" +
      '    }());\n' +
      '</script>\n' +
      '\n' +
      '\n' +
      '</body>\n' +
      '</html>\n'
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant