Jump to content

Klei's login server is not stable!!!


gznc
  • Pending

[06:00:12]: [404] Account Failed (6): ""
[06:00:12]: [Warning] Empty error code received, dumping response:
[06:00:12]: {"error":{"name":"Error","status":404,"message":"There is no method to handle POST /login/TokenPurpose","statusCode":404,"stack":"Error: There is no method to handle POST /login/TokenPurpose\n    at restUrlNotFound (/var/app/current/node_modules/strong-remoting/lib/rest-adapter.js:380:17)\n    at WebFrameworkShim.applySegment (/var/app/current/node_modules/newrelic/lib/shim/shim.js:1424:20)\n    at _applyRecorderSegment (/var/app/current/node_modules/newrelic/lib/shim/shim.js:1015:20)\n    at _doRecord (/var/app/current/node_modules/newrelic/lib/shim/shim.js:994:17)\n    at restUrlNotFound (/var/app/current/node_modules/newrelic/lib/shim/shim.js:965:24)\n    at Layer.handle [as handle_request] (/var/app/current/node_modules/express/lib/router/layer.js:95:5)\n    at trim_prefix (/var/app/current/node_modules/express/lib/router/index.js:317:13)\n    at /var/app/current/node_modules/express/lib/router/index.js:284:7\n    at Function.process_params (/var/app/current/node_modules/express/lib/router/index.js:335:12)\n    at next (/var/app/current/node_modules/express/lib/router/index.js:275:10)\n    at boundNext (/var/app/current/node_modules/newrelic/lib/shim/webframework-shim.js:1053:30)\n    at WebFrameworkShim.applySegment (/var/app/current/node_modules/newrelic/lib/shim/shim.js:1424:20)\n    at wrapper (/var/app/current/node_modules/newrelic/lib/shim/shim.js:2065:17)\n    at jsonParser (/var/app/current/node_modules/body-parser/lib/types/json.js:101:7)\n    at WebFrameworkShim.applySegment (/var/app/current/node_modules/newrelic/lib/shim/shim.js:1424:20)\n    at _applyRecorderSegment (/var/app/current/node_modules/newrelic/lib/shim/shim.js:1015:20)\n    at _doRecord (/var/app/current/node_modules/newrelic/lib/shim/shim.js:994:17)\n    at jsonParser (/var/app/current/node_modules/newrelic/lib/shim/shim.js:965:24)\n    at Layer.handle [as handle_request] (/var/app/current/node_modules/express/lib/router/layer.js:95:5)\n    at trim_prefix (/var/app/current/node_modules/express/lib/router/index.js:317:13)\n    at /var/app/current/node_modules/express/lib/router/index.js:284:7\n    at Function.process_params (/var/app/current/node_modules/express/lib/router/index.js:335:12)"}}
[06:00:12]: [Connect] PendingConnection::Reset(true)


Steps to Reproduce
Just running the server!



User Feedback


Another log:

[09:00:01]: ValidateGameSessionToken pgs-usc^KU_3xJ718UL^DontStarveTogether^xg0q5cNFpWJSbGXVhJJr39hNkwJSrP0QHHrm5OKxZ+o= for <2764212343733296672>
[09:00:01]: [ValidateGameSessionTokenResponse] Network Failure (404)
[09:00:01]: CloseConnectionWithReason: ID_DST_GAME_SESSION_AUTH_FAILED
[09:00:26]: [404] Account Failed (6): ""
[09:00:26]: [Warning] Empty error code received, dumping response:
[09:00:26]: <!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>Page not found at /login/TokenPurpose</title>
  <meta name="robots" content="NONE,NOARCHIVE">
  <style type="text/css">
    html * { padding:0; margin:0; }
    body * { padding:10px 20px; }
    body * * { padding:0; }
    body { font:small sans-serif; background:#eee; color:#000; }
    body>div { border-bottom:1px solid #ddd; }
    h1 { font-weight:normal; margin-bottom:.4em; }
    h1 span { font-size:60%; color:#666; font-weight:normal; }
    table { border:none; border-collapse: collapse; width:100%; }
    td, th { vertical-align:top; padding:2px 3px; }
    th { width:12em; text-align:right; color:#666; padding-right:.5em; }
    #info { background:#f6f6f6; }
    #info ol { margin: 0.5em 4em; }
    #info ol li { font-family: monospace; }
    #summary { background: #ffc; }
    #explanation { background:#eee; border-bottom: 0px none; }
  </style>
</head>
<body>
  <div id="summary">
    <h1>Page not found <span>(404)</span></h1>
    <table class="meta">
      <tr>
        <th>Request Method:</th>
        <td>POST</td>
      </tr>
      <tr>
        <th>Request URL:</th>
        <td>http://login-sing.kleientertainment.com/login/TokenPurpose</td>
      </tr>
      
    </table>
  </div>
  <div id="info">
    
      <p>
      Using the URLconf defined in <code>tour.urls</code>,
      Django tried these URL patterns, in this order:
      </p>
      <ol>
        
          <li>
            
                v1.0/
                
            
          </li>
        
          <li>
            
                admin/
                
            
          </li>
        
          <li>
            
                chaining/
                
            
          </li>
        
          <li>
            
                graphql/
                
            
          </li>
        
          <li>
            
                o/
                
            
          </li>
        
      </ol>
      <p>
        
        The current path, <code>login/TokenPurpose</code>, didn't match any of these.
      </p>
    
  </div>

  <div id="explanation">
    <p>
      You're seeing this error because you have <code>DEBUG = True</code> in
      your Django settings file. Change that to <code>False</code>, and Django
      will display a standard 404 page.
    </p>
  </div>
</body>
</html>

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...