Giter Site home page Giter Site logo

paradox's People

Contributors

tkislan avatar

Watchers

 avatar

paradox's Issues

Got stuck trying to logout before login

Restarting the container helped, so I guess it just requires faster exit out of the program

2020-02-04T09:23:17.329267589Z { Error: connect EHOSTUNREACH 192.168.1.12:80
2020-02-04T09:23:17.329414360Z     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1117:14)
2020-02-04T09:23:17.329451548Z   errno: 'EHOSTUNREACH',
2020-02-04T09:23:17.329482121Z   code: 'EHOSTUNREACH',
2020-02-04T09:23:17.329512225Z   syscall: 'connect',
2020-02-04T09:23:17.329541912Z   address: '192.168.1.12',
2020-02-04T09:23:17.329571183Z   port: 80,
2020-02-04T09:23:17.329601391Z   config:
2020-02-04T09:23:17.329630610Z    { adapter: [Function: httpAdapter],
2020-02-04T09:23:17.329661079Z      transformRequest: { '0': [Function: transformRequest] },
2020-02-04T09:23:17.329690923Z      transformResponse: { '0': [Function: transformResponse] },
2020-02-04T09:23:17.329720350Z      timeout: 0,
2020-02-04T09:23:17.329749360Z      xsrfCookieName: 'XSRF-TOKEN',
2020-02-04T09:23:17.329792433Z      xsrfHeaderName: 'X-XSRF-TOKEN',
2020-02-04T09:23:17.329822641Z      maxContentLength: -1,
2020-02-04T09:23:17.329857850Z      validateStatus: [Function: validateStatus],
2020-02-04T09:23:17.329943943Z      headers:
2020-02-04T09:23:17.329972381Z       { Accept:
2020-02-04T09:23:17.329999777Z          'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8',
2020-02-04T09:23:17.330043006Z         'Accept-Encoding': 'gzip, deflate',
2020-02-04T09:23:17.330070975Z         'Accept-Language': 'en-GB,en;q=0.9,en-US;q=0.8,sk;q=0.7',
2020-02-04T09:23:17.330098735Z         Connection: 'keep-alive',
2020-02-04T09:23:17.330126131Z         Referer: 'http://192.168.1.12/login.html',
2020-02-04T09:23:17.330154725Z         'User-Agent':
2020-02-04T09:23:17.330182537Z          'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' },
2020-02-04T09:23:17.330211339Z      method: 'get',
2020-02-04T09:23:17.330238475Z      url: 'http://192.168.1.12/login_page.html',
2020-02-04T09:23:17.330267121Z      data: undefined },
2020-02-04T09:23:17.330294412Z   request:
2020-02-04T09:23:17.330321548Z    Writable {
2020-02-04T09:23:17.330348110Z      _writableState:
2020-02-04T09:23:17.330374933Z       WritableState {
2020-02-04T09:23:17.330415402Z         objectMode: false,
2020-02-04T09:23:17.330450766Z         highWaterMark: 16384,
2020-02-04T09:23:17.330478110Z         finalCalled: false,
2020-02-04T09:23:17.330505350Z         needDrain: false,
2020-02-04T09:23:17.330533162Z         ending: false,
2020-02-04T09:23:17.330562016Z         ended: false,
2020-02-04T09:23:17.330589100Z         finished: false,
2020-02-04T09:23:17.330616443Z         destroyed: false,
2020-02-04T09:23:17.330644985Z         decodeStrings: true,
2020-02-04T09:23:17.330678839Z         defaultEncoding: 'utf8',
2020-02-04T09:23:17.330706339Z         length: 0,
2020-02-04T09:23:17.330733318Z         writing: false,
2020-02-04T09:23:17.330761027Z         corked: 0,
2020-02-04T09:23:17.330788371Z         sync: true,
2020-02-04T09:23:17.330815402Z         bufferProcessing: false,
2020-02-04T09:23:17.330842954Z         onwrite: [Function: bound onwrite],
2020-02-04T09:23:17.330870350Z         writecb: null,
2020-02-04T09:23:17.330899048Z         writelen: 0,
2020-02-04T09:23:17.330926183Z         bufferedRequest: null,
2020-02-04T09:23:17.330953839Z         lastBufferedRequest: null,
2020-02-04T09:23:17.330981183Z         pendingcb: 0,
2020-02-04T09:23:17.331008423Z         prefinished: false,
2020-02-04T09:23:17.331036600Z         errorEmitted: false,
2020-02-04T09:23:17.331064048Z         emitClose: true,
2020-02-04T09:23:17.331113318Z         bufferedRequestCount: 0,
2020-02-04T09:23:17.331142016Z         corkedRequestsFree: [Object] },
2020-02-04T09:23:17.331169516Z      writable: true,
2020-02-04T09:23:17.331196548Z      _events:
2020-02-04T09:23:17.331223787Z       [Object: null prototype] {
2020-02-04T09:23:17.331251131Z         response: [Function: handleResponse],
2020-02-04T09:23:17.331288162Z         error: [Function: handleRequestError] },
2020-02-04T09:23:17.331316443Z      _eventsCount: 2,
2020-02-04T09:23:17.331343735Z      _maxListeners: undefined,
2020-02-04T09:23:17.331370871Z      _options:
2020-02-04T09:23:17.331398423Z       { maxRedirects: 21,
2020-02-04T09:23:17.331425818Z         maxBodyLength: 10485760,
2020-02-04T09:23:17.331453058Z         protocol: 'http:',
2020-02-04T09:23:17.331480141Z         path: '/login_page.html',
2020-02-04T09:23:17.331507121Z         method: 'get',
2020-02-04T09:23:17.331534881Z         headers: [Object],
2020-02-04T09:23:17.331561912Z         agent: undefined,
2020-02-04T09:23:17.331589048Z         auth: undefined,
2020-02-04T09:23:17.331616391Z         hostname: '192.168.1.12',
2020-02-04T09:23:17.331644568Z         port: null,
2020-02-04T09:23:17.331671808Z         nativeProtocols: [Object],
2020-02-04T09:23:17.331699048Z         pathname: '/login_page.html' },
2020-02-04T09:23:17.331726131Z      _ended: true,
2020-02-04T09:23:17.331753058Z      _ending: true,
2020-02-04T09:23:17.331780818Z      _redirectCount: 0,
2020-02-04T09:23:17.331809881Z      _redirects: [],
2020-02-04T09:23:17.331837121Z      _requestBodyLength: 0,
2020-02-04T09:23:17.331864152Z      _requestBodyBuffers: [],
2020-02-04T09:23:17.331893266Z      _onNativeResponse: [Function],
2020-02-04T09:23:17.331921652Z      _currentRequest:
2020-02-04T09:23:17.331948943Z       ClientRequest {
2020-02-04T09:23:17.331975975Z         _events: [Object],
2020-02-04T09:23:17.332002850Z         _eventsCount: 6,
2020-02-04T09:23:17.332031704Z         _maxListeners: undefined,
2020-02-04T09:23:17.332058839Z         output: [],
2020-02-04T09:23:17.332085610Z         outputEncodings: [],
2020-02-04T09:23:17.332112693Z         outputCallbacks: [],
2020-02-04T09:23:17.332140506Z         outputSize: 0,
2020-02-04T09:23:17.332167693Z         writable: true,
2020-02-04T09:23:17.332194621Z         _last: true,
2020-02-04T09:23:17.332221600Z         chunkedEncoding: false,
2020-02-04T09:23:17.332248787Z         shouldKeepAlive: true,
2020-02-04T09:23:17.332294985Z         useChunkedEncodingByDefault: false,
2020-02-04T09:23:17.332323266Z         sendDate: false,
2020-02-04T09:23:17.332350610Z         _removedConnection: false,
2020-02-04T09:23:17.332377902Z         _removedContLen: false,
2020-02-04T09:23:17.332405662Z         _removedTE: false,
2020-02-04T09:23:17.332432641Z         _contentLength: 0,
2020-02-04T09:23:17.332459464Z         _hasBody: true,
2020-02-04T09:23:17.332486287Z         _trailer: '',
2020-02-04T09:23:17.332513631Z         finished: true,
2020-02-04T09:23:17.332540610Z         _headerSent: true,
2020-02-04T09:23:17.332568006Z         socket: [Socket],
2020-02-04T09:23:17.332595246Z         connection: [Socket],
2020-02-04T09:23:17.332622433Z         _header:
2020-02-04T09:23:17.332651600Z          'GET /login_page.html HTTP/1.1\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\r\nAccept-Encoding: gzip, deflate\r\nAccept-Language: en-GB,en;q=0.9,en-US;q=0.8,sk;q=0.7\r\nConnection: keep-alive\r\nReferer: http://192.168.1.12/login.html\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\r\nHost: 192.168.1.12\r\n\r\n',
2020-02-04T09:23:17.332693110Z         _onPendingData: [Function: noopPendingOutput],
2020-02-04T09:23:17.332720923Z         agent: [Agent],
2020-02-04T09:23:17.332747798Z         socketPath: undefined,
2020-02-04T09:23:17.332775975Z         timeout: undefined,
2020-02-04T09:23:17.332802954Z         method: 'GET',
2020-02-04T09:23:17.332829933Z         path: '/login_page.html',
2020-02-04T09:23:17.332857277Z         _ended: false,
2020-02-04T09:23:17.332884152Z         res: null,
2020-02-04T09:23:17.332920037Z         aborted: undefined,
2020-02-04T09:23:17.332948058Z         timeoutCb: null,
2020-02-04T09:23:17.332975714Z         upgradeOrConnect: false,
2020-02-04T09:23:17.333003110Z         parser: null,
2020-02-04T09:23:17.333033266Z         maxHeadersCount: null,
2020-02-04T09:23:17.333077068Z         _redirectable: [Circular],
2020-02-04T09:23:17.333108214Z         [Symbol(isCorked)]: false,
2020-02-04T09:23:17.333141027Z         [Symbol(outHeadersKey)]: [Object] },
2020-02-04T09:23:17.333170350Z      _currentUrl: 'http://192.168.1.12/login_page.html' },
2020-02-04T09:23:17.333197902Z   response: undefined }
2020-02-04T09:23:20.444515505Z Logout before login faile

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.