Advertisement
Guest User

Res2

a guest
Mar 9th, 2019
5,987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 206.58 KB | None | 0 0
  1.         _trailer: '',
  2.         finished: true,
  3.         _headerSent: true,
  4.         socket: [TLSSocket],
  5.         connection: [TLSSocket],
  6.         _header:
  7.          'POST /us/family/api/master-invite-by-email/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nContent-Type: application/json\r\nx-csrf-token: AQBosyKNIwQGGXEht5GRkomhLT7SOoJ16jPjAOLe866pLrr_MnzYkbJowyigMKk_DPCY_7taed2XB0AS1O7eQkk9Um7Ll1iA8ZTa8mU8KKI6VRDn_daIP_a6vUYJ2JAe_0OmLdZPARZx7XImn_S_CjdUbX6JGAP5xvRb6igE2R67dfyXImWb4hIYlnpRj9cxOnVAfw0IO-vwTWoYrSnNjH1d6VhEEwU6IS3W\r\nHost: www.spotify.com\r\nOrigin: https://www.spotify.com/\r\ncontent-length: 62\r\nConnection: close\r\n\r\n',
  8.         _onPendingData: [Function: noopPendingOutput],
  9.         agent: [Agent],
  10.         socketPath: undefined,
  11.         timeout: undefined,
  12.         method: 'POST',
  13.         path: '/us/family/api/master-invite-by-email/',
  14.         _ended: true,
  15.         res: [Circular],
  16.         aborted: undefined,
  17.         timeoutCb: null,
  18.         upgradeOrConnect: false,
  19.         parser: null,
  20.         maxHeadersCount: null,
  21.         [Symbol(isCorked)]: false,
  22.         [Symbol(outHeadersKey)]: [Object] },
  23.      ntick: true,
  24.      response: [Circular],
  25.      originalHost: 'www.spotify.com',
  26.      originalHostHeaderName: 'Host',
  27.      responseContent: [Circular],
  28.      _destdata: true,
  29.      _ended: true,
  30.      _callbackCalled: true },
  31.   toJSON: [Function: responseToJSON],
  32.   caseless:
  33.    Caseless {
  34.      dict:
  35.       { server: 'nginx',
  36.         date: 'Sat, 09 Mar 2019 16:41:38 GMT',
  37.         'content-type': 'text/html; charset=UTF-8',
  38.         'content-length': '724',
  39.         connection: 'close',
  40.         vary: 'X-Forwarded-Proto',
  41.         'set-cookie': [Array],
  42.         'cache-control': 'max-age=0, must-revalidate, private',
  43.         location:
  44.          '//accounts.spotify.com/login/?_locale=en-US&continue=https%3A//www.spotify.com/us/family/api/master-invite-by-email/',
  45.         'x-join-the-band': 'https://www.spotify.com/jobs/',
  46.         'content-security-policy':
  47.          'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  48.         'x-content-security-policy':
  49.          'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  50.         'x-content-type-options': 'nosniff',
  51.         'strict-transport-security': 'max-age=31536000' } },
  52.   body:
  53.    '<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset="UTF-8" />\n        <meta http-equiv="refresh" content="0;url=//accounts.spotify.com/login/?_locale=en-US&amp;continue=https%3A//www.spotify.com/us/family/api/master-invite-by-email/" />\n\n        <title>Redirecting to //accounts.spotify.com/login/?_locale=en-US&amp;continue=https%3A//www.spotify.com/us/family/api/master-invite-by-email/</title>\n    </head>\n    <body>\n        Redirecting to <a href="//accounts.spotify.com/login/?_locale=en-US&amp;continue=https%3A//www.spotify.com/us/family/api/master-invite-by-email/">//accounts.spotify.com/login/?_locale=en-US&amp;continue=https%3A//www.spotify.com/us/family/api/master-invite-by-email/</a>.\n    </body>\n</html>' }
  54. ^C
  55. root@vmi199081:~/personal Bots/nerfer# clear
  56. root@vmi199081:~/personal Bots/nerfer# node index
  57. Loaded all 3 commands!
  58. IncomingMessage {
  59.   _readableState:
  60.    ReadableState {
  61.      objectMode: false,
  62.      highWaterMark: 16384,
  63.      buffer: BufferList { head: null, tail: null, length: 0 },
  64.      length: 0,
  65.      pipes: null,
  66.      pipesCount: 0,
  67.      flowing: true,
  68.      ended: true,
  69.      endEmitted: true,
  70.      reading: false,
  71.      sync: true,
  72.      needReadable: false,
  73.      emittedReadable: false,
  74.      readableListening: false,
  75.      resumeScheduled: false,
  76.      emitClose: true,
  77.      destroyed: false,
  78.      defaultEncoding: 'utf8',
  79.      awaitDrain: 0,
  80.      readingMore: true,
  81.      decoder: null,
  82.      encoding: null },
  83.   readable: false,
  84.   _events:
  85.    [Object: null prototype] {
  86.      end: [ [Function: responseOnEnd], [Function] ],
  87.      close: [ [Function], [Function] ],
  88.      data: [Function],
  89.      error: [Function] },
  90.   _eventsCount: 4,
  91.   _maxListeners: undefined,
  92.   socket:
  93.    TLSSocket {
  94.      _tlsOptions:
  95.       { pipe: false,
  96.         secureContext: [SecureContext],
  97.         isServer: false,
  98.         requestCert: true,
  99.         rejectUnauthorized: true,
  100.         session: undefined,
  101.         ALPNProtocols: undefined,
  102.         requestOCSP: undefined },
  103.      _secureEstablished: true,
  104.      _securePending: false,
  105.      _newSessionPending: false,
  106.      _controlReleased: true,
  107.      _SNICallback: null,
  108.      servername: 'accounts.spotify.com',
  109.      alpnProtocol: false,
  110.      authorized: true,
  111.      authorizationError: null,
  112.      encrypted: true,
  113.      _events:
  114.       [Object: null prototype] {
  115.         close: [Array],
  116.         end: [Function: onReadableStreamEnd],
  117.         secure: [Function: onConnectSecure],
  118.         free: [Function: onFree],
  119.         agentRemove: [Function: onRemove],
  120.         drain: [Function: ondrain],
  121.         error: [Function: socketErrorListener],
  122.         finish: [Function] },
  123.      _eventsCount: 8,
  124.      connecting: false,
  125.      _hadError: false,
  126.      _handle:
  127.       TLSWrap {
  128.         _parent: [TCP],
  129.         _parentWrap: undefined,
  130.         _secureContext: [SecureContext],
  131.         reading: true,
  132.         onread: [Function: onStreamRead],
  133.         onhandshakestart: [Function: noop],
  134.         onhandshakedone: [Function: bound ],
  135.         onocspresponse: [Function: onocspresponse],
  136.         onerror: [Function: onerror],
  137.         [Symbol(owner)]: [Circular] },
  138.      _parent: null,
  139.      _host: 'accounts.spotify.com',
  140.      _readableState:
  141.       ReadableState {
  142.         objectMode: false,
  143.         highWaterMark: 16384,
  144.         buffer: BufferList { head: null, tail: null, length: 0 },
  145.         length: 0,
  146.         pipes: null,
  147.         pipesCount: 0,
  148.         flowing: true,
  149.         ended: false,
  150.         endEmitted: false,
  151.         reading: true,
  152.         sync: false,
  153.         needReadable: true,
  154.         emittedReadable: false,
  155.         readableListening: false,
  156.         resumeScheduled: false,
  157.         emitClose: false,
  158.         destroyed: false,
  159.         defaultEncoding: 'utf8',
  160.         awaitDrain: 0,
  161.         readingMore: false,
  162.         decoder: null,
  163.         encoding: null },
  164.      readable: true,
  165.      _maxListeners: undefined,
  166.      _writableState:
  167.       WritableState {
  168.         objectMode: false,
  169.         highWaterMark: 16384,
  170.         finalCalled: true,
  171.         needDrain: false,
  172.         ending: true,
  173.         ended: true,
  174.         finished: false,
  175.         destroyed: false,
  176.         decodeStrings: false,
  177.         defaultEncoding: 'utf8',
  178.         length: 0,
  179.         writing: false,
  180.         corked: 0,
  181.         sync: false,
  182.         bufferProcessing: false,
  183.         onwrite: [Function: bound onwrite],
  184.         writecb: null,
  185.         writelen: 0,
  186.         bufferedRequest: null,
  187.         lastBufferedRequest: null,
  188.         pendingcb: 1,
  189.         prefinished: false,
  190.         errorEmitted: false,
  191.         emitClose: false,
  192.         bufferedRequestCount: 0,
  193.         corkedRequestsFree: [Object] },
  194.      writable: false,
  195.      allowHalfOpen: false,
  196.      _sockname: null,
  197.      _pendingData: null,
  198.      _pendingEncoding: '',
  199.      server: undefined,
  200.      _server: null,
  201.      ssl:
  202.       TLSWrap {
  203.         _parent: [TCP],
  204.         _parentWrap: undefined,
  205.         _secureContext: [SecureContext],
  206.         reading: true,
  207.         onread: [Function: onStreamRead],
  208.         onhandshakestart: [Function: noop],
  209.         onhandshakedone: [Function: bound ],
  210.         onocspresponse: [Function: onocspresponse],
  211.         onerror: [Function: onerror],
  212.         [Symbol(owner)]: [Circular] },
  213.      _requestCert: true,
  214.      _rejectUnauthorized: true,
  215.      parser: null,
  216.      _httpMessage:
  217.       ClientRequest {
  218.         _events: [Object],
  219.         _eventsCount: 5,
  220.         _maxListeners: undefined,
  221.         output: [],
  222.         outputEncodings: [],
  223.         outputCallbacks: [],
  224.         outputSize: 0,
  225.         writable: true,
  226.         _last: true,
  227.         chunkedEncoding: false,
  228.         shouldKeepAlive: false,
  229.         useChunkedEncodingByDefault: false,
  230.         sendDate: false,
  231.         _removedConnection: false,
  232.         _removedContLen: false,
  233.         _removedTE: false,
  234.         _contentLength: 0,
  235.         _hasBody: true,
  236.         _trailer: '',
  237.         finished: true,
  238.         _headerSent: true,
  239.         socket: [Circular],
  240.         connection: [Circular],
  241.         _header:
  242.          'GET /us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nhost: accounts.spotify.com\r\nConnection: close\r\n\r\n',
  243.         _onPendingData: [Function: noopPendingOutput],
  244.         agent: [Agent],
  245.         socketPath: undefined,
  246.         timeout: undefined,
  247.         method: 'GET',
  248.         path:
  249.          '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  250.         _ended: true,
  251.         res: [Circular],
  252.         aborted: undefined,
  253.         timeoutCb: null,
  254.         upgradeOrConnect: false,
  255.         parser: null,
  256.         maxHeadersCount: null,
  257.         [Symbol(isCorked)]: false,
  258.         [Symbol(outHeadersKey)]: [Object] },
  259.      [Symbol(res)]:
  260.       TLSWrap {
  261.         _parent: [TCP],
  262.         _parentWrap: undefined,
  263.         _secureContext: [SecureContext],
  264.         reading: true,
  265.         onread: [Function: onStreamRead],
  266.         onhandshakestart: [Function: noop],
  267.         onhandshakedone: [Function: bound ],
  268.         onocspresponse: [Function: onocspresponse],
  269.         onerror: [Function: onerror],
  270.         [Symbol(owner)]: [Circular] },
  271.      [Symbol(asyncId)]: 62,
  272.      [Symbol(lastWriteQueueSize)]: 0,
  273.      [Symbol(timeout)]: null,
  274.      [Symbol(kBytesRead)]: 0,
  275.      [Symbol(kBytesWritten)]: 0,
  276.      [Symbol(connect-options)]:
  277.       { rejectUnauthorized: true,
  278.         ciphers:
  279.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  280.         checkServerIdentity: [Function: checkServerIdentity],
  281.         minDHSize: 1024,
  282.         encoding: null,
  283.         _agentKey: 'accounts.spotify.com:443::::::::::::::::',
  284.         href:
  285.          'https://accounts.spotify.com/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  286.         _started: true,
  287.         agent: [Agent],
  288.         agentClass: [Function],
  289.         httpModule: [Object],
  290.         path: null,
  291.         host: 'accounts.spotify.com',
  292.         port: 443,
  293.         _jar: undefined,
  294.         _disableCookies: true,
  295.         originalCookieHeader: undefined,
  296.         setHost: true,
  297.         tunnel: true,
  298.         proxy: null,
  299.         uri: [Url],
  300.         _callback: [Function],
  301.         __isRequestRequest: true,
  302.         dests: [],
  303.         pool: {},
  304.         localAddress: undefined,
  305.         removeHeader: [Function],
  306.         getHeader: [Function],
  307.         hasHeader: [Function],
  308.         setHeader: [Function],
  309.         _tunnel: [Tunnel],
  310.         _redirect: [Redirect],
  311.         _multipart: [Multipart],
  312.         _oauth: [OAuth],
  313.         _auth: [Auth],
  314.         _qs: [Querystring],
  315.         explicitMethod: true,
  316.         writable: true,
  317.         readable: true,
  318.         method: 'GET',
  319.         callback: [Function],
  320.         headers: [Object],
  321.         _maxListeners: undefined,
  322.         _eventsCount: 3,
  323.         _events: [Object],
  324.         _defaultAgent: [Agent],
  325.         servername: 'accounts.spotify.com',
  326.         singleUse: true } },
  327.   connection:
  328.    TLSSocket {
  329.      _tlsOptions:
  330.       { pipe: false,
  331.         secureContext: [SecureContext],
  332.         isServer: false,
  333.         requestCert: true,
  334.         rejectUnauthorized: true,
  335.         session: undefined,
  336.         ALPNProtocols: undefined,
  337.         requestOCSP: undefined },
  338.      _secureEstablished: true,
  339.      _securePending: false,
  340.      _newSessionPending: false,
  341.      _controlReleased: true,
  342.      _SNICallback: null,
  343.      servername: 'accounts.spotify.com',
  344.      alpnProtocol: false,
  345.      authorized: true,
  346.      authorizationError: null,
  347.      encrypted: true,
  348.      _events:
  349.       [Object: null prototype] {
  350.         close: [Array],
  351.         end: [Function: onReadableStreamEnd],
  352.         secure: [Function: onConnectSecure],
  353.         free: [Function: onFree],
  354.         agentRemove: [Function: onRemove],
  355.         drain: [Function: ondrain],
  356.         error: [Function: socketErrorListener],
  357.         finish: [Function] },
  358.      _eventsCount: 8,
  359.      connecting: false,
  360.      _hadError: false,
  361.      _handle:
  362.       TLSWrap {
  363.         _parent: [TCP],
  364.         _parentWrap: undefined,
  365.         _secureContext: [SecureContext],
  366.         reading: true,
  367.         onread: [Function: onStreamRead],
  368.         onhandshakestart: [Function: noop],
  369.         onhandshakedone: [Function: bound ],
  370.         onocspresponse: [Function: onocspresponse],
  371.         onerror: [Function: onerror],
  372.         [Symbol(owner)]: [Circular] },
  373.      _parent: null,
  374.      _host: 'accounts.spotify.com',
  375.      _readableState:
  376.       ReadableState {
  377.         objectMode: false,
  378.         highWaterMark: 16384,
  379.         buffer: BufferList { head: null, tail: null, length: 0 },
  380.         length: 0,
  381.         pipes: null,
  382.         pipesCount: 0,
  383.         flowing: true,
  384.         ended: false,
  385.         endEmitted: false,
  386.         reading: true,
  387.         sync: false,
  388.         needReadable: true,
  389.         emittedReadable: false,
  390.         readableListening: false,
  391.         resumeScheduled: false,
  392.         emitClose: false,
  393.         destroyed: false,
  394.         defaultEncoding: 'utf8',
  395.         awaitDrain: 0,
  396.         readingMore: false,
  397.         decoder: null,
  398.         encoding: null },
  399.      readable: true,
  400.      _maxListeners: undefined,
  401.      _writableState:
  402.       WritableState {
  403.         objectMode: false,
  404.         highWaterMark: 16384,
  405.         finalCalled: true,
  406.         needDrain: false,
  407.         ending: true,
  408.         ended: true,
  409.         finished: false,
  410.         destroyed: false,
  411.         decodeStrings: false,
  412.         defaultEncoding: 'utf8',
  413.         length: 0,
  414.         writing: false,
  415.         corked: 0,
  416.         sync: false,
  417.         bufferProcessing: false,
  418.         onwrite: [Function: bound onwrite],
  419.         writecb: null,
  420.         writelen: 0,
  421.         bufferedRequest: null,
  422.         lastBufferedRequest: null,
  423.         pendingcb: 1,
  424.         prefinished: false,
  425.         errorEmitted: false,
  426.         emitClose: false,
  427.         bufferedRequestCount: 0,
  428.         corkedRequestsFree: [Object] },
  429.      writable: false,
  430.      allowHalfOpen: false,
  431.      _sockname: null,
  432.      _pendingData: null,
  433.      _pendingEncoding: '',
  434.      server: undefined,
  435.      _server: null,
  436.      ssl:
  437.       TLSWrap {
  438.         _parent: [TCP],
  439.         _parentWrap: undefined,
  440.         _secureContext: [SecureContext],
  441.         reading: true,
  442.         onread: [Function: onStreamRead],
  443.         onhandshakestart: [Function: noop],
  444.         onhandshakedone: [Function: bound ],
  445.         onocspresponse: [Function: onocspresponse],
  446.         onerror: [Function: onerror],
  447.         [Symbol(owner)]: [Circular] },
  448.      _requestCert: true,
  449.      _rejectUnauthorized: true,
  450.      parser: null,
  451.      _httpMessage:
  452.       ClientRequest {
  453.         _events: [Object],
  454.         _eventsCount: 5,
  455.         _maxListeners: undefined,
  456.         output: [],
  457.         outputEncodings: [],
  458.         outputCallbacks: [],
  459.         outputSize: 0,
  460.         writable: true,
  461.         _last: true,
  462.         chunkedEncoding: false,
  463.         shouldKeepAlive: false,
  464.         useChunkedEncodingByDefault: false,
  465.         sendDate: false,
  466.         _removedConnection: false,
  467.         _removedContLen: false,
  468.         _removedTE: false,
  469.         _contentLength: 0,
  470.         _hasBody: true,
  471.         _trailer: '',
  472.         finished: true,
  473.         _headerSent: true,
  474.         socket: [Circular],
  475.         connection: [Circular],
  476.         _header:
  477.          'GET /us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nhost: accounts.spotify.com\r\nConnection: close\r\n\r\n',
  478.         _onPendingData: [Function: noopPendingOutput],
  479.         agent: [Agent],
  480.         socketPath: undefined,
  481.         timeout: undefined,
  482.         method: 'GET',
  483.         path:
  484.          '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  485.         _ended: true,
  486.         res: [Circular],
  487.         aborted: undefined,
  488.         timeoutCb: null,
  489.         upgradeOrConnect: false,
  490.         parser: null,
  491.         maxHeadersCount: null,
  492.         [Symbol(isCorked)]: false,
  493.         [Symbol(outHeadersKey)]: [Object] },
  494.      [Symbol(res)]:
  495.       TLSWrap {
  496.         _parent: [TCP],
  497.         _parentWrap: undefined,
  498.         _secureContext: [SecureContext],
  499.         reading: true,
  500.         onread: [Function: onStreamRead],
  501.         onhandshakestart: [Function: noop],
  502.         onhandshakedone: [Function: bound ],
  503.         onocspresponse: [Function: onocspresponse],
  504.         onerror: [Function: onerror],
  505.         [Symbol(owner)]: [Circular] },
  506.      [Symbol(asyncId)]: 62,
  507.      [Symbol(lastWriteQueueSize)]: 0,
  508.      [Symbol(timeout)]: null,
  509.      [Symbol(kBytesRead)]: 0,
  510.      [Symbol(kBytesWritten)]: 0,
  511.      [Symbol(connect-options)]:
  512.       { rejectUnauthorized: true,
  513.         ciphers:
  514.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  515.         checkServerIdentity: [Function: checkServerIdentity],
  516.         minDHSize: 1024,
  517.         encoding: null,
  518.         _agentKey: 'accounts.spotify.com:443::::::::::::::::',
  519.         href:
  520.          'https://accounts.spotify.com/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  521.         _started: true,
  522.         agent: [Agent],
  523.         agentClass: [Function],
  524.         httpModule: [Object],
  525.         path: null,
  526.         host: 'accounts.spotify.com',
  527.         port: 443,
  528.         _jar: undefined,
  529.         _disableCookies: true,
  530.         originalCookieHeader: undefined,
  531.         setHost: true,
  532.         tunnel: true,
  533.         proxy: null,
  534.         uri: [Url],
  535.         _callback: [Function],
  536.         __isRequestRequest: true,
  537.         dests: [],
  538.         pool: {},
  539.         localAddress: undefined,
  540.         removeHeader: [Function],
  541.         getHeader: [Function],
  542.         hasHeader: [Function],
  543.         setHeader: [Function],
  544.         _tunnel: [Tunnel],
  545.         _redirect: [Redirect],
  546.         _multipart: [Multipart],
  547.         _oauth: [OAuth],
  548.         _auth: [Auth],
  549.         _qs: [Querystring],
  550.         explicitMethod: true,
  551.         writable: true,
  552.         readable: true,
  553.         method: 'GET',
  554.         callback: [Function],
  555.         headers: [Object],
  556.         _maxListeners: undefined,
  557.         _eventsCount: 3,
  558.         _events: [Object],
  559.         _defaultAgent: [Agent],
  560.         servername: 'accounts.spotify.com',
  561.         singleUse: true } },
  562.   httpVersionMajor: 1,
  563.   httpVersionMinor: 1,
  564.   httpVersion: '1.1',
  565.   complete: true,
  566.   headers:
  567.    { server: 'nginx',
  568.      date: 'Sat, 09 Mar 2019 16:43:51 GMT',
  569.      'content-type': 'text/html;charset=utf-8',
  570.      'content-length': '862',
  571.      connection: 'close',
  572.      vary: 'Accept-Encoding',
  573.      'x-ua-compatible': 'IE=edge',
  574.      'cache-control': 'no-cache, no-store, must-revalidate',
  575.      pragma: 'no-cache',
  576.      'x-frame-options': 'deny',
  577.      'content-security-policy':
  578.       'default-src \'self\'; script-src \'self\' https://www.google-analytics.com https://www.google.com https://www.gstatic.com https://accounts.scdn.co; img-src \'self\' https://i.imgur.com https://d2mv8tnci56s9d.cloudfront.net https://profile-images.scdn.co https://aci.scdn.co https://graph.facebook.com https://fbcdn-profile-a.akamaihd.net https://scontent.xx.fbcdn.net https://platform-lookaside.fbsbx.com https://www.google-analytics.com https://stats.g.doubleclick.net data: https://accounts.scdn.co; font-src \'self\' https://sp-bootstrap.global.ssl.fastly.net https://fonts.gstatic.com; style-src \'self\' \'unsafe-inline\' https://accounts.scdn.co; frame-src \'self\' https://www.spotify.com https://www.google.com https://app.adjust.com https://itunes.apple.com itms-apps:;',
  579.      'x-content-security-policy':
  580.       'default-src \'self\'; script-src \'self\' https://www.google-analytics.com https://www.google.com https://www.gstatic.com https://accounts.scdn.co; img-src \'self\' https://i.imgur.com https://d2mv8tnci56s9d.cloudfront.net https://profile-images.scdn.co https://aci.scdn.co https://graph.facebook.com https://fbcdn-profile-a.akamaihd.net https://scontent.xx.fbcdn.net https://platform-lookaside.fbsbx.com https://www.google-analytics.com https://stats.g.doubleclick.net data: https://accounts.scdn.co; font-src \'self\' https://sp-bootstrap.global.ssl.fastly.net https://fonts.gstatic.com; style-src \'self\' \'unsafe-inline\' https://accounts.scdn.co; frame-src \'self\' https://www.spotify.com https://www.google.com https://app.adjust.com https://itunes.apple.com itms-apps:;',
  581.      'set-cookie':
  582.       [ 'csrf_token=AQAGnnVKJndsDHypPmhDl-CBUwpIn1W2sY8sC7xMkOMoiAt7cwIr5GC_0NH1Z6evIYOZbcUKsMX9rILnqA;Version=1;Domain=accounts.spotify.com;Path=/;Secure' ],
  583.      'x-content-type-options': 'nosniff',
  584.      'strict-transport-security': 'max-age=31536000' },
  585.   rawHeaders:
  586.    [ 'Server',
  587.      'nginx',
  588.      'Date',
  589.      'Sat, 09 Mar 2019 16:43:51 GMT',
  590.      'Content-Type',
  591.      'text/html;charset=utf-8',
  592.      'Content-Length',
  593.      '862',
  594.      'Connection',
  595.      'close',
  596.      'Vary',
  597.      'Accept-Encoding',
  598.      'X-UA-Compatible',
  599.      'IE=edge',
  600.      'Cache-Control',
  601.      'no-cache, no-store, must-revalidate',
  602.      'Pragma',
  603.      'no-cache',
  604.      'X-Frame-Options',
  605.      'deny',
  606.      'Content-Security-Policy',
  607.      'default-src \'self\'; script-src \'self\' https://www.google-analytics.com https://www.google.com https://www.gstatic.com https://accounts.scdn.co; img-src \'self\' https://i.imgur.com https://d2mv8tnci56s9d.cloudfront.net https://profile-images.scdn.co https://aci.scdn.co https://graph.facebook.com https://fbcdn-profile-a.akamaihd.net https://scontent.xx.fbcdn.net https://platform-lookaside.fbsbx.com https://www.google-analytics.com https://stats.g.doubleclick.net data: https://accounts.scdn.co; font-src \'self\' https://sp-bootstrap.global.ssl.fastly.net https://fonts.gstatic.com; style-src \'self\' \'unsafe-inline\' https://accounts.scdn.co; frame-src \'self\' https://www.spotify.com https://www.google.com https://app.adjust.com https://itunes.apple.com itms-apps:;',
  608.      'X-Content-Security-Policy',
  609.      'default-src \'self\'; script-src \'self\' https://www.google-analytics.com https://www.google.com https://www.gstatic.com https://accounts.scdn.co; img-src \'self\' https://i.imgur.com https://d2mv8tnci56s9d.cloudfront.net https://profile-images.scdn.co https://aci.scdn.co https://graph.facebook.com https://fbcdn-profile-a.akamaihd.net https://scontent.xx.fbcdn.net https://platform-lookaside.fbsbx.com https://www.google-analytics.com https://stats.g.doubleclick.net data: https://accounts.scdn.co; font-src \'self\' https://sp-bootstrap.global.ssl.fastly.net https://fonts.gstatic.com; style-src \'self\' \'unsafe-inline\' https://accounts.scdn.co; frame-src \'self\' https://www.spotify.com https://www.google.com https://app.adjust.com https://itunes.apple.com itms-apps:;',
  610.      'Set-Cookie',
  611.      'csrf_token=AQAGnnVKJndsDHypPmhDl-CBUwpIn1W2sY8sC7xMkOMoiAt7cwIr5GC_0NH1Z6evIYOZbcUKsMX9rILnqA;Version=1;Domain=accounts.spotify.com;Path=/;Secure',
  612.      'X-Content-Type-Options',
  613.      'nosniff',
  614.      'Strict-Transport-Security',
  615.      'max-age=31536000' ],
  616.   trailers: {},
  617.   rawTrailers: [],
  618.   aborted: false,
  619.   upgrade: false,
  620.   url: '',
  621.   method: null,
  622.   statusCode: 200,
  623.   statusMessage: 'OK',
  624.   client:
  625.    TLSSocket {
  626.      _tlsOptions:
  627.       { pipe: false,
  628.         secureContext: [SecureContext],
  629.         isServer: false,
  630.         requestCert: true,
  631.         rejectUnauthorized: true,
  632.         session: undefined,
  633.         ALPNProtocols: undefined,
  634.         requestOCSP: undefined },
  635.      _secureEstablished: true,
  636.      _securePending: false,
  637.      _newSessionPending: false,
  638.      _controlReleased: true,
  639.      _SNICallback: null,
  640.      servername: 'accounts.spotify.com',
  641.      alpnProtocol: false,
  642.      authorized: true,
  643.      authorizationError: null,
  644.      encrypted: true,
  645.      _events:
  646.       [Object: null prototype] {
  647.         close: [Array],
  648.         end: [Function: onReadableStreamEnd],
  649.         secure: [Function: onConnectSecure],
  650.         free: [Function: onFree],
  651.         agentRemove: [Function: onRemove],
  652.         drain: [Function: ondrain],
  653.         error: [Function: socketErrorListener],
  654.         finish: [Function] },
  655.      _eventsCount: 8,
  656.      connecting: false,
  657.      _hadError: false,
  658.      _handle:
  659.       TLSWrap {
  660.         _parent: [TCP],
  661.         _parentWrap: undefined,
  662.         _secureContext: [SecureContext],
  663.         reading: true,
  664.         onread: [Function: onStreamRead],
  665.         onhandshakestart: [Function: noop],
  666.         onhandshakedone: [Function: bound ],
  667.         onocspresponse: [Function: onocspresponse],
  668.         onerror: [Function: onerror],
  669.         [Symbol(owner)]: [Circular] },
  670.      _parent: null,
  671.      _host: 'accounts.spotify.com',
  672.      _readableState:
  673.       ReadableState {
  674.         objectMode: false,
  675.         highWaterMark: 16384,
  676.         buffer: BufferList { head: null, tail: null, length: 0 },
  677.         length: 0,
  678.         pipes: null,
  679.         pipesCount: 0,
  680.         flowing: true,
  681.         ended: false,
  682.         endEmitted: false,
  683.         reading: true,
  684.         sync: false,
  685.         needReadable: true,
  686.         emittedReadable: false,
  687.         readableListening: false,
  688.         resumeScheduled: false,
  689.         emitClose: false,
  690.         destroyed: false,
  691.         defaultEncoding: 'utf8',
  692.         awaitDrain: 0,
  693.         readingMore: false,
  694.         decoder: null,
  695.         encoding: null },
  696.      readable: true,
  697.      _maxListeners: undefined,
  698.      _writableState:
  699.       WritableState {
  700.         objectMode: false,
  701.         highWaterMark: 16384,
  702.         finalCalled: true,
  703.         needDrain: false,
  704.         ending: true,
  705.         ended: true,
  706.         finished: false,
  707.         destroyed: false,
  708.         decodeStrings: false,
  709.         defaultEncoding: 'utf8',
  710.         length: 0,
  711.         writing: false,
  712.         corked: 0,
  713.         sync: false,
  714.         bufferProcessing: false,
  715.         onwrite: [Function: bound onwrite],
  716.         writecb: null,
  717.         writelen: 0,
  718.         bufferedRequest: null,
  719.         lastBufferedRequest: null,
  720.         pendingcb: 1,
  721.         prefinished: false,
  722.         errorEmitted: false,
  723.         emitClose: false,
  724.         bufferedRequestCount: 0,
  725.         corkedRequestsFree: [Object] },
  726.      writable: false,
  727.      allowHalfOpen: false,
  728.      _sockname: null,
  729.      _pendingData: null,
  730.      _pendingEncoding: '',
  731.      server: undefined,
  732.      _server: null,
  733.      ssl:
  734.       TLSWrap {
  735.         _parent: [TCP],
  736.         _parentWrap: undefined,
  737.         _secureContext: [SecureContext],
  738.         reading: true,
  739.         onread: [Function: onStreamRead],
  740.         onhandshakestart: [Function: noop],
  741.         onhandshakedone: [Function: bound ],
  742.         onocspresponse: [Function: onocspresponse],
  743.         onerror: [Function: onerror],
  744.         [Symbol(owner)]: [Circular] },
  745.      _requestCert: true,
  746.      _rejectUnauthorized: true,
  747.      parser: null,
  748.      _httpMessage:
  749.       ClientRequest {
  750.         _events: [Object],
  751.         _eventsCount: 5,
  752.         _maxListeners: undefined,
  753.         output: [],
  754.         outputEncodings: [],
  755.         outputCallbacks: [],
  756.         outputSize: 0,
  757.         writable: true,
  758.         _last: true,
  759.         chunkedEncoding: false,
  760.         shouldKeepAlive: false,
  761.         useChunkedEncodingByDefault: false,
  762.         sendDate: false,
  763.         _removedConnection: false,
  764.         _removedContLen: false,
  765.         _removedTE: false,
  766.         _contentLength: 0,
  767.         _hasBody: true,
  768.         _trailer: '',
  769.         finished: true,
  770.         _headerSent: true,
  771.         socket: [Circular],
  772.         connection: [Circular],
  773.         _header:
  774.          'GET /us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nhost: accounts.spotify.com\r\nConnection: close\r\n\r\n',
  775.         _onPendingData: [Function: noopPendingOutput],
  776.         agent: [Agent],
  777.         socketPath: undefined,
  778.         timeout: undefined,
  779.         method: 'GET',
  780.         path:
  781.          '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  782.         _ended: true,
  783.         res: [Circular],
  784.         aborted: undefined,
  785.         timeoutCb: null,
  786.         upgradeOrConnect: false,
  787.         parser: null,
  788.         maxHeadersCount: null,
  789.         [Symbol(isCorked)]: false,
  790.         [Symbol(outHeadersKey)]: [Object] },
  791.      [Symbol(res)]:
  792.       TLSWrap {
  793.         _parent: [TCP],
  794.         _parentWrap: undefined,
  795.         _secureContext: [SecureContext],
  796.         reading: true,
  797.         onread: [Function: onStreamRead],
  798.         onhandshakestart: [Function: noop],
  799.         onhandshakedone: [Function: bound ],
  800.         onocspresponse: [Function: onocspresponse],
  801.         onerror: [Function: onerror],
  802.         [Symbol(owner)]: [Circular] },
  803.      [Symbol(asyncId)]: 62,
  804.      [Symbol(lastWriteQueueSize)]: 0,
  805.      [Symbol(timeout)]: null,
  806.      [Symbol(kBytesRead)]: 0,
  807.      [Symbol(kBytesWritten)]: 0,
  808.      [Symbol(connect-options)]:
  809.       { rejectUnauthorized: true,
  810.         ciphers:
  811.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  812.         checkServerIdentity: [Function: checkServerIdentity],
  813.         minDHSize: 1024,
  814.         encoding: null,
  815.         _agentKey: 'accounts.spotify.com:443::::::::::::::::',
  816.         href:
  817.          'https://accounts.spotify.com/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  818.         _started: true,
  819.         agent: [Agent],
  820.         agentClass: [Function],
  821.         httpModule: [Object],
  822.         path: null,
  823.         host: 'accounts.spotify.com',
  824.         port: 443,
  825.         _jar: undefined,
  826.         _disableCookies: true,
  827.         originalCookieHeader: undefined,
  828.         setHost: true,
  829.         tunnel: true,
  830.         proxy: null,
  831.         uri: [Url],
  832.         _callback: [Function],
  833.         __isRequestRequest: true,
  834.         dests: [],
  835.         pool: {},
  836.         localAddress: undefined,
  837.         removeHeader: [Function],
  838.         getHeader: [Function],
  839.         hasHeader: [Function],
  840.         setHeader: [Function],
  841.         _tunnel: [Tunnel],
  842.         _redirect: [Redirect],
  843.         _multipart: [Multipart],
  844.         _oauth: [OAuth],
  845.         _auth: [Auth],
  846.         _qs: [Querystring],
  847.         explicitMethod: true,
  848.         writable: true,
  849.         readable: true,
  850.         method: 'GET',
  851.         callback: [Function],
  852.         headers: [Object],
  853.         _maxListeners: undefined,
  854.         _eventsCount: 3,
  855.         _events: [Object],
  856.         _defaultAgent: [Agent],
  857.         servername: 'accounts.spotify.com',
  858.         singleUse: true } },
  859.   _consuming: false,
  860.   _dumped: false,
  861.   req:
  862.    ClientRequest {
  863.      _events:
  864.       [Object: null prototype] {
  865.         socket: [Function],
  866.         response: [Function: bound ],
  867.         error: [Function: bound ],
  868.         drain: [Function],
  869.         prefinish: [Function: requestOnPrefinish] },
  870.      _eventsCount: 5,
  871.      _maxListeners: undefined,
  872.      output: [],
  873.      outputEncodings: [],
  874.      outputCallbacks: [],
  875.      outputSize: 0,
  876.      writable: true,
  877.      _last: true,
  878.      chunkedEncoding: false,
  879.      shouldKeepAlive: false,
  880.      useChunkedEncodingByDefault: false,
  881.      sendDate: false,
  882.      _removedConnection: false,
  883.      _removedContLen: false,
  884.      _removedTE: false,
  885.      _contentLength: 0,
  886.      _hasBody: true,
  887.      _trailer: '',
  888.      finished: true,
  889.      _headerSent: true,
  890.      socket:
  891.       TLSSocket {
  892.         _tlsOptions: [Object],
  893.         _secureEstablished: true,
  894.         _securePending: false,
  895.         _newSessionPending: false,
  896.         _controlReleased: true,
  897.         _SNICallback: null,
  898.         servername: 'accounts.spotify.com',
  899.         alpnProtocol: false,
  900.         authorized: true,
  901.         authorizationError: null,
  902.         encrypted: true,
  903.         _events: [Object],
  904.         _eventsCount: 8,
  905.         connecting: false,
  906.         _hadError: false,
  907.         _handle: [TLSWrap],
  908.         _parent: null,
  909.         _host: 'accounts.spotify.com',
  910.         _readableState: [ReadableState],
  911.         readable: true,
  912.         _maxListeners: undefined,
  913.         _writableState: [WritableState],
  914.         writable: false,
  915.         allowHalfOpen: false,
  916.         _sockname: null,
  917.         _pendingData: null,
  918.         _pendingEncoding: '',
  919.         server: undefined,
  920.         _server: null,
  921.         ssl: [TLSWrap],
  922.         _requestCert: true,
  923.         _rejectUnauthorized: true,
  924.         parser: null,
  925.         _httpMessage: [Circular],
  926.         [Symbol(res)]: [TLSWrap],
  927.         [Symbol(asyncId)]: 62,
  928.         [Symbol(lastWriteQueueSize)]: 0,
  929.         [Symbol(timeout)]: null,
  930.         [Symbol(kBytesRead)]: 0,
  931.         [Symbol(kBytesWritten)]: 0,
  932.         [Symbol(connect-options)]: [Object] },
  933.      connection:
  934.       TLSSocket {
  935.         _tlsOptions: [Object],
  936.         _secureEstablished: true,
  937.         _securePending: false,
  938.         _newSessionPending: false,
  939.         _controlReleased: true,
  940.         _SNICallback: null,
  941.         servername: 'accounts.spotify.com',
  942.         alpnProtocol: false,
  943.         authorized: true,
  944.         authorizationError: null,
  945.         encrypted: true,
  946.         _events: [Object],
  947.         _eventsCount: 8,
  948.         connecting: false,
  949.         _hadError: false,
  950.         _handle: [TLSWrap],
  951.         _parent: null,
  952.         _host: 'accounts.spotify.com',
  953.         _readableState: [ReadableState],
  954.         readable: true,
  955.         _maxListeners: undefined,
  956.         _writableState: [WritableState],
  957.         writable: false,
  958.         allowHalfOpen: false,
  959.         _sockname: null,
  960.         _pendingData: null,
  961.         _pendingEncoding: '',
  962.         server: undefined,
  963.         _server: null,
  964.         ssl: [TLSWrap],
  965.         _requestCert: true,
  966.         _rejectUnauthorized: true,
  967.         parser: null,
  968.         _httpMessage: [Circular],
  969.         [Symbol(res)]: [TLSWrap],
  970.         [Symbol(asyncId)]: 62,
  971.         [Symbol(lastWriteQueueSize)]: 0,
  972.         [Symbol(timeout)]: null,
  973.         [Symbol(kBytesRead)]: 0,
  974.         [Symbol(kBytesWritten)]: 0,
  975.         [Symbol(connect-options)]: [Object] },
  976.      _header:
  977.       'GET /us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nhost: accounts.spotify.com\r\nConnection: close\r\n\r\n',
  978.      _onPendingData: [Function: noopPendingOutput],
  979.      agent:
  980.       Agent {
  981.         _events: [Object],
  982.         _eventsCount: 1,
  983.         _maxListeners: undefined,
  984.         defaultPort: 443,
  985.         protocol: 'https:',
  986.         options: [Object],
  987.         requests: {},
  988.         sockets: [Object],
  989.         freeSockets: {},
  990.         keepAliveMsecs: 1000,
  991.         keepAlive: false,
  992.         maxSockets: Infinity,
  993.         maxFreeSockets: 256,
  994.         maxCachedSessions: 100,
  995.         _sessionCache: [Object] },
  996.      socketPath: undefined,
  997.      timeout: undefined,
  998.      method: 'GET',
  999.      path:
  1000.       '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1001.      _ended: true,
  1002.      res: [Circular],
  1003.      aborted: undefined,
  1004.      timeoutCb: null,
  1005.      upgradeOrConnect: false,
  1006.      parser: null,
  1007.      maxHeadersCount: null,
  1008.      [Symbol(isCorked)]: false,
  1009.      [Symbol(outHeadersKey)]:
  1010.       [Object: null prototype] { 'user-agent': [Array], accept: [Array], host: [Array] } },
  1011.   request:
  1012.    Request {
  1013.      _events:
  1014.       [Object: null prototype] {
  1015.         error: [Function: bound ],
  1016.         complete: [Function: bound ],
  1017.         pipe: [Function],
  1018.         data: [Function],
  1019.         end: [Function] },
  1020.      _eventsCount: 5,
  1021.      _maxListeners: undefined,
  1022.      headers:
  1023.       { 'User-Agent':
  1024.          'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36',
  1025.         Accept: '*/*' },
  1026.      callback: [Function],
  1027.      method: 'GET',
  1028.      readable: true,
  1029.      writable: true,
  1030.      explicitMethod: true,
  1031.      _qs:
  1032.       Querystring {
  1033.         request: [Circular],
  1034.         lib: [Object],
  1035.         useQuerystring: undefined,
  1036.         parseOptions: {},
  1037.         stringifyOptions: {} },
  1038.      _auth:
  1039.       Auth {
  1040.         request: [Circular],
  1041.         hasAuth: false,
  1042.         sentAuth: false,
  1043.         bearerToken: null,
  1044.         user: null,
  1045.         pass: null },
  1046.      _oauth: OAuth { request: [Circular], params: null },
  1047.      _multipart:
  1048.       Multipart {
  1049.         request: [Circular],
  1050.         boundary: 'e55fea9a-052d-4d3d-ae4a-a420a4c50257',
  1051.         chunked: false,
  1052.         body: null },
  1053.      _redirect:
  1054.       Redirect {
  1055.         request: [Circular],
  1056.         followRedirect: true,
  1057.         followRedirects: true,
  1058.         followAllRedirects: false,
  1059.         followOriginalHttpMethod: false,
  1060.         allowRedirect: [Function],
  1061.         maxRedirects: 10,
  1062.         redirects: [],
  1063.         redirectsFollowed: 0,
  1064.         removeRefererHeader: false },
  1065.      _tunnel:
  1066.       Tunnel {
  1067.         request: [Circular],
  1068.         proxyHeaderWhiteList: [Array],
  1069.         proxyHeaderExclusiveList: [] },
  1070.      setHeader: [Function],
  1071.      hasHeader: [Function],
  1072.      getHeader: [Function],
  1073.      removeHeader: [Function],
  1074.      localAddress: undefined,
  1075.      pool: {},
  1076.      dests: [],
  1077.      __isRequestRequest: true,
  1078.      _callback: [Function],
  1079.      uri:
  1080.       Url {
  1081.         protocol: 'https:',
  1082.         slashes: true,
  1083.         auth: null,
  1084.         host: 'accounts.spotify.com',
  1085.         port: 443,
  1086.         hostname: 'accounts.spotify.com',
  1087.         hash: null,
  1088.         search:
  1089.          '?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1090.         query:
  1091.          'continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1092.         pathname: '/us/login',
  1093.         path:
  1094.          '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1095.         href:
  1096.          'https://accounts.spotify.com/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F' },
  1097.      proxy: null,
  1098.      tunnel: true,
  1099.      setHost: true,
  1100.      originalCookieHeader: undefined,
  1101.      _disableCookies: true,
  1102.      _jar: undefined,
  1103.      port: 443,
  1104.      host: 'accounts.spotify.com',
  1105.      path:
  1106.       '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1107.      httpModule:
  1108.       { Agent: [Function],
  1109.         globalAgent: [Agent],
  1110.         Server: [Function],
  1111.         createServer: [Function: createServer],
  1112.         get: [Function: get],
  1113.         request: [Function: request] },
  1114.      agentClass: { [Function: Agent] super_: [Function] },
  1115.      agent:
  1116.       Agent {
  1117.         _events: [Object],
  1118.         _eventsCount: 1,
  1119.         _maxListeners: undefined,
  1120.         defaultPort: 443,
  1121.         protocol: 'https:',
  1122.         options: [Object],
  1123.         requests: {},
  1124.         sockets: [Object],
  1125.         freeSockets: {},
  1126.         keepAliveMsecs: 1000,
  1127.         keepAlive: false,
  1128.         maxSockets: Infinity,
  1129.         maxFreeSockets: 256,
  1130.         maxCachedSessions: 100,
  1131.         _sessionCache: [Object] },
  1132.      _started: true,
  1133.      href:
  1134.       'https://accounts.spotify.com/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1135.      req:
  1136.       ClientRequest {
  1137.         _events: [Object],
  1138.         _eventsCount: 5,
  1139.         _maxListeners: undefined,
  1140.         output: [],
  1141.         outputEncodings: [],
  1142.         outputCallbacks: [],
  1143.         outputSize: 0,
  1144.         writable: true,
  1145.         _last: true,
  1146.         chunkedEncoding: false,
  1147.         shouldKeepAlive: false,
  1148.         useChunkedEncodingByDefault: false,
  1149.         sendDate: false,
  1150.         _removedConnection: false,
  1151.         _removedContLen: false,
  1152.         _removedTE: false,
  1153.         _contentLength: 0,
  1154.         _hasBody: true,
  1155.         _trailer: '',
  1156.         finished: true,
  1157.         _headerSent: true,
  1158.         socket: [TLSSocket],
  1159.         connection: [TLSSocket],
  1160.         _header:
  1161.          'GET /us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nhost: accounts.spotify.com\r\nConnection: close\r\n\r\n',
  1162.         _onPendingData: [Function: noopPendingOutput],
  1163.         agent: [Agent],
  1164.         socketPath: undefined,
  1165.         timeout: undefined,
  1166.         method: 'GET',
  1167.         path:
  1168.          '/us/login?continue=https:%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F',
  1169.         _ended: true,
  1170.         res: [Circular],
  1171.         aborted: undefined,
  1172.         timeoutCb: null,
  1173.         upgradeOrConnect: false,
  1174.         parser: null,
  1175.         maxHeadersCount: null,
  1176.         [Symbol(isCorked)]: false,
  1177.         [Symbol(outHeadersKey)]: [Object] },
  1178.      ntick: true,
  1179.      response: [Circular],
  1180.      originalHost: 'accounts.spotify.com',
  1181.      originalHostHeaderName: 'host',
  1182.      responseContent: [Circular],
  1183.      _destdata: true,
  1184.      _ended: true,
  1185.      _callbackCalled: true },
  1186.   toJSON: [Function: responseToJSON],
  1187.   caseless:
  1188.    Caseless {
  1189.      dict:
  1190.       { server: 'nginx',
  1191.         date: 'Sat, 09 Mar 2019 16:43:51 GMT',
  1192.         'content-type': 'text/html;charset=utf-8',
  1193.         'content-length': '862',
  1194.         connection: 'close',
  1195.         vary: 'Accept-Encoding',
  1196.         'x-ua-compatible': 'IE=edge',
  1197.         'cache-control': 'no-cache, no-store, must-revalidate',
  1198.         pragma: 'no-cache',
  1199.         'x-frame-options': 'deny',
  1200.         'content-security-policy':
  1201.          'default-src \'self\'; script-src \'self\' https://www.google-analytics.com https://www.google.com https://www.gstatic.com https://accounts.scdn.co; img-src \'self\' https://i.imgur.com https://d2mv8tnci56s9d.cloudfront.net https://profile-images.scdn.co https://aci.scdn.co https://graph.facebook.com https://fbcdn-profile-a.akamaihd.net https://scontent.xx.fbcdn.net https://platform-lookaside.fbsbx.com https://www.google-analytics.com https://stats.g.doubleclick.net data: https://accounts.scdn.co; font-src \'self\' https://sp-bootstrap.global.ssl.fastly.net https://fonts.gstatic.com; style-src \'self\' \'unsafe-inline\' https://accounts.scdn.co; frame-src \'self\' https://www.spotify.com https://www.google.com https://app.adjust.com https://itunes.apple.com itms-apps:;',
  1202.         'x-content-security-policy':
  1203.          'default-src \'self\'; script-src \'self\' https://www.google-analytics.com https://www.google.com https://www.gstatic.com https://accounts.scdn.co; img-src \'self\' https://i.imgur.com https://d2mv8tnci56s9d.cloudfront.net https://profile-images.scdn.co https://aci.scdn.co https://graph.facebook.com https://fbcdn-profile-a.akamaihd.net https://scontent.xx.fbcdn.net https://platform-lookaside.fbsbx.com https://www.google-analytics.com https://stats.g.doubleclick.net data: https://accounts.scdn.co; font-src \'self\' https://sp-bootstrap.global.ssl.fastly.net https://fonts.gstatic.com; style-src \'self\' \'unsafe-inline\' https://accounts.scdn.co; frame-src \'self\' https://www.spotify.com https://www.google.com https://app.adjust.com https://itunes.apple.com itms-apps:;',
  1204.         'set-cookie': [Array],
  1205.         'x-content-type-options': 'nosniff',
  1206.         'strict-transport-security': 'max-age=31536000' } },
  1207.   body:
  1208.    '\n<!DOCTYPE html>\n<html lang="de" dir="ltr" ng-app="accounts" ng-csp ng-strict-di>\n<head>\n  <meta charset="utf-8">\n  <title ng-bind="(&#39;loginTitle&#39; | localize) + &#39; - Spotify&#39;">Spotify</title>\n  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">\n  <base href="/">\n  <link rel="icon" href="https://accounts.scdn.co/images/favicon.ace4d8543bbb017893402a1e9d1ac1fa.ico">\n  <link href="https://accounts.scdn.co/css/index.815c601ede0bda3f6d4b.css" media="screen" rel="stylesheet">\n\n  <script defer src="https://accounts.scdn.co/js/index.815c601ede0bda3f6d4b.js" sp-bootstrap></script>\n  <meta ng-non-bindable sp-bootstrap-data=\'{"phoneFeatureEnabled":false,"user":false,"BON":["0","0",63940648]}\'>\n</head>\n<body ng-controller="LoginController">\n  <div ng-include="template"></div>\n</body>\n</html>\n' }
  1209. IncomingMessage {
  1210.   _readableState:
  1211.    ReadableState {
  1212.      objectMode: false,
  1213.      highWaterMark: 16384,
  1214.      buffer: BufferList { head: null, tail: null, length: 0 },
  1215.      length: 0,
  1216.      pipes: null,
  1217.      pipesCount: 0,
  1218.      flowing: true,
  1219.      ended: true,
  1220.      endEmitted: true,
  1221.      reading: false,
  1222.      sync: false,
  1223.      needReadable: false,
  1224.      emittedReadable: false,
  1225.      readableListening: false,
  1226.      resumeScheduled: false,
  1227.      emitClose: true,
  1228.      destroyed: false,
  1229.      defaultEncoding: 'utf8',
  1230.      awaitDrain: 0,
  1231.      readingMore: false,
  1232.      decoder: null,
  1233.      encoding: null },
  1234.   readable: false,
  1235.   _events:
  1236.    [Object: null prototype] {
  1237.      end: [ [Function: responseOnEnd], [Function] ],
  1238.      close: [ [Function], [Function] ],
  1239.      data: [Function],
  1240.      error: [Function] },
  1241.   _eventsCount: 4,
  1242.   _maxListeners: undefined,
  1243.   socket:
  1244.    TLSSocket {
  1245.      _tlsOptions:
  1246.       { pipe: false,
  1247.         secureContext: [SecureContext],
  1248.         isServer: false,
  1249.         requestCert: true,
  1250.         rejectUnauthorized: true,
  1251.         session: undefined,
  1252.         ALPNProtocols: undefined,
  1253.         requestOCSP: undefined },
  1254.      _secureEstablished: true,
  1255.      _securePending: false,
  1256.      _newSessionPending: false,
  1257.      _controlReleased: true,
  1258.      _SNICallback: null,
  1259.      servername: 'www.spotify.com',
  1260.      alpnProtocol: false,
  1261.      authorized: true,
  1262.      authorizationError: null,
  1263.      encrypted: true,
  1264.      _events:
  1265.       [Object: null prototype] {
  1266.         close: [Array],
  1267.         end: [Function: onReadableStreamEnd],
  1268.         secure: [Function: onConnectSecure],
  1269.         free: [Function: onFree],
  1270.         agentRemove: [Function: onRemove],
  1271.         drain: [Function: ondrain],
  1272.         error: [Function: socketErrorListener],
  1273.         finish: [Function] },
  1274.      _eventsCount: 8,
  1275.      connecting: false,
  1276.      _hadError: false,
  1277.      _handle:
  1278.       TLSWrap {
  1279.         _parent: [TCP],
  1280.         _parentWrap: undefined,
  1281.         _secureContext: [SecureContext],
  1282.         reading: true,
  1283.         onread: [Function: onStreamRead],
  1284.         onhandshakestart: [Function: noop],
  1285.         onhandshakedone: [Function: bound ],
  1286.         onocspresponse: [Function: onocspresponse],
  1287.         onerror: [Function: onerror],
  1288.         [Symbol(owner)]: [Circular] },
  1289.      _parent: null,
  1290.      _host: 'www.spotify.com',
  1291.      _readableState:
  1292.       ReadableState {
  1293.         objectMode: false,
  1294.         highWaterMark: 16384,
  1295.         buffer: BufferList { head: null, tail: null, length: 0 },
  1296.         length: 0,
  1297.         pipes: null,
  1298.         pipesCount: 0,
  1299.         flowing: true,
  1300.         ended: false,
  1301.         endEmitted: false,
  1302.         reading: false,
  1303.         sync: false,
  1304.         needReadable: true,
  1305.         emittedReadable: false,
  1306.         readableListening: false,
  1307.         resumeScheduled: false,
  1308.         emitClose: false,
  1309.         destroyed: false,
  1310.         defaultEncoding: 'utf8',
  1311.         awaitDrain: 0,
  1312.         readingMore: true,
  1313.         decoder: null,
  1314.         encoding: null },
  1315.      readable: true,
  1316.      _maxListeners: undefined,
  1317.      _writableState:
  1318.       WritableState {
  1319.         objectMode: false,
  1320.         highWaterMark: 16384,
  1321.         finalCalled: true,
  1322.         needDrain: false,
  1323.         ending: true,
  1324.         ended: true,
  1325.         finished: false,
  1326.         destroyed: false,
  1327.         decodeStrings: false,
  1328.         defaultEncoding: 'utf8',
  1329.         length: 0,
  1330.         writing: false,
  1331.         corked: 0,
  1332.         sync: false,
  1333.         bufferProcessing: false,
  1334.         onwrite: [Function: bound onwrite],
  1335.         writecb: null,
  1336.         writelen: 0,
  1337.         bufferedRequest: null,
  1338.         lastBufferedRequest: null,
  1339.         pendingcb: 1,
  1340.         prefinished: false,
  1341.         errorEmitted: false,
  1342.         emitClose: false,
  1343.         bufferedRequestCount: 0,
  1344.         corkedRequestsFree: [Object] },
  1345.      writable: false,
  1346.      allowHalfOpen: false,
  1347.      _sockname: null,
  1348.      _pendingData: null,
  1349.      _pendingEncoding: '',
  1350.      server: undefined,
  1351.      _server: null,
  1352.      ssl:
  1353.       TLSWrap {
  1354.         _parent: [TCP],
  1355.         _parentWrap: undefined,
  1356.         _secureContext: [SecureContext],
  1357.         reading: true,
  1358.         onread: [Function: onStreamRead],
  1359.         onhandshakestart: [Function: noop],
  1360.         onhandshakedone: [Function: bound ],
  1361.         onocspresponse: [Function: onocspresponse],
  1362.         onerror: [Function: onerror],
  1363.         [Symbol(owner)]: [Circular] },
  1364.      _requestCert: true,
  1365.      _rejectUnauthorized: true,
  1366.      parser: null,
  1367.      _httpMessage:
  1368.       ClientRequest {
  1369.         _events: [Object],
  1370.         _eventsCount: 5,
  1371.         _maxListeners: undefined,
  1372.         output: [],
  1373.         outputEncodings: [],
  1374.         outputCallbacks: [],
  1375.         outputSize: 0,
  1376.         writable: true,
  1377.         _last: true,
  1378.         chunkedEncoding: false,
  1379.         shouldKeepAlive: false,
  1380.         useChunkedEncodingByDefault: false,
  1381.         sendDate: false,
  1382.         _removedConnection: false,
  1383.         _removedContLen: false,
  1384.         _removedTE: false,
  1385.         _contentLength: 0,
  1386.         _hasBody: true,
  1387.         _trailer: '',
  1388.         finished: true,
  1389.         _headerSent: true,
  1390.         socket: [Circular],
  1391.         connection: [Circular],
  1392.         _header:
  1393.          'GET /us/account/overview/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nCookie: sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nhost: www.spotify.com\r\nConnection: close\r\n\r\n',
  1394.         _onPendingData: [Function: noopPendingOutput],
  1395.         agent: [Agent],
  1396.         socketPath: undefined,
  1397.         timeout: undefined,
  1398.         method: 'GET',
  1399.         path: '/us/account/overview/',
  1400.         _ended: true,
  1401.         res: [Circular],
  1402.         aborted: undefined,
  1403.         timeoutCb: null,
  1404.         upgradeOrConnect: false,
  1405.         parser: null,
  1406.         maxHeadersCount: null,
  1407.         [Symbol(isCorked)]: false,
  1408.         [Symbol(outHeadersKey)]: [Object] },
  1409.      [Symbol(res)]:
  1410.       TLSWrap {
  1411.         _parent: [TCP],
  1412.         _parentWrap: undefined,
  1413.         _secureContext: [SecureContext],
  1414.         reading: true,
  1415.         onread: [Function: onStreamRead],
  1416.         onhandshakestart: [Function: noop],
  1417.         onhandshakedone: [Function: bound ],
  1418.         onocspresponse: [Function: onocspresponse],
  1419.         onerror: [Function: onerror],
  1420.         [Symbol(owner)]: [Circular] },
  1421.      [Symbol(asyncId)]: 103,
  1422.      [Symbol(lastWriteQueueSize)]: 0,
  1423.      [Symbol(timeout)]: null,
  1424.      [Symbol(kBytesRead)]: 0,
  1425.      [Symbol(kBytesWritten)]: 0,
  1426.      [Symbol(connect-options)]:
  1427.       { rejectUnauthorized: true,
  1428.         ciphers:
  1429.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  1430.         checkServerIdentity: [Function: checkServerIdentity],
  1431.         minDHSize: 1024,
  1432.         encoding: null,
  1433.         _agentKey: 'www.spotify.com:443::::::::::::::::',
  1434.         href: 'https://www.spotify.com/us/account/overview/',
  1435.         _started: true,
  1436.         agent: [Agent],
  1437.         agentClass: [Function],
  1438.         httpModule: [Object],
  1439.         path: null,
  1440.         host: 'www.spotify.com',
  1441.         port: 443,
  1442.         _jar: undefined,
  1443.         _disableCookies: true,
  1444.         originalCookieHeader:
  1445.          'sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  1446.         setHost: true,
  1447.         tunnel: true,
  1448.         proxy: null,
  1449.         uri: [Url],
  1450.         _callback: [Function],
  1451.         __isRequestRequest: true,
  1452.         dests: [],
  1453.         pool: {},
  1454.         localAddress: undefined,
  1455.         removeHeader: [Function],
  1456.         getHeader: [Function],
  1457.         hasHeader: [Function],
  1458.         setHeader: [Function],
  1459.         _tunnel: [Tunnel],
  1460.         _redirect: [Redirect],
  1461.         _multipart: [Multipart],
  1462.         _oauth: [OAuth],
  1463.         _auth: [Auth],
  1464.         _qs: [Querystring],
  1465.         explicitMethod: true,
  1466.         writable: true,
  1467.         readable: true,
  1468.         method: 'GET',
  1469.         callback: [Function],
  1470.         headers: [Object],
  1471.         _maxListeners: undefined,
  1472.         _eventsCount: 3,
  1473.         _events: [Object],
  1474.         _defaultAgent: [Agent],
  1475.         servername: 'www.spotify.com',
  1476.         singleUse: true } },
  1477.   connection:
  1478.    TLSSocket {
  1479.      _tlsOptions:
  1480.       { pipe: false,
  1481.         secureContext: [SecureContext],
  1482.         isServer: false,
  1483.         requestCert: true,
  1484.         rejectUnauthorized: true,
  1485.         session: undefined,
  1486.         ALPNProtocols: undefined,
  1487.         requestOCSP: undefined },
  1488.      _secureEstablished: true,
  1489.      _securePending: false,
  1490.      _newSessionPending: false,
  1491.      _controlReleased: true,
  1492.      _SNICallback: null,
  1493.      servername: 'www.spotify.com',
  1494.      alpnProtocol: false,
  1495.      authorized: true,
  1496.      authorizationError: null,
  1497.      encrypted: true,
  1498.      _events:
  1499.       [Object: null prototype] {
  1500.         close: [Array],
  1501.         end: [Function: onReadableStreamEnd],
  1502.         secure: [Function: onConnectSecure],
  1503.         free: [Function: onFree],
  1504.         agentRemove: [Function: onRemove],
  1505.         drain: [Function: ondrain],
  1506.         error: [Function: socketErrorListener],
  1507.         finish: [Function] },
  1508.      _eventsCount: 8,
  1509.      connecting: false,
  1510.      _hadError: false,
  1511.      _handle:
  1512.       TLSWrap {
  1513.         _parent: [TCP],
  1514.         _parentWrap: undefined,
  1515.         _secureContext: [SecureContext],
  1516.         reading: true,
  1517.         onread: [Function: onStreamRead],
  1518.         onhandshakestart: [Function: noop],
  1519.         onhandshakedone: [Function: bound ],
  1520.         onocspresponse: [Function: onocspresponse],
  1521.         onerror: [Function: onerror],
  1522.         [Symbol(owner)]: [Circular] },
  1523.      _parent: null,
  1524.      _host: 'www.spotify.com',
  1525.      _readableState:
  1526.       ReadableState {
  1527.         objectMode: false,
  1528.         highWaterMark: 16384,
  1529.         buffer: BufferList { head: null, tail: null, length: 0 },
  1530.         length: 0,
  1531.         pipes: null,
  1532.         pipesCount: 0,
  1533.         flowing: true,
  1534.         ended: false,
  1535.         endEmitted: false,
  1536.         reading: false,
  1537.         sync: false,
  1538.         needReadable: true,
  1539.         emittedReadable: false,
  1540.         readableListening: false,
  1541.         resumeScheduled: false,
  1542.         emitClose: false,
  1543.         destroyed: false,
  1544.         defaultEncoding: 'utf8',
  1545.         awaitDrain: 0,
  1546.         readingMore: true,
  1547.         decoder: null,
  1548.         encoding: null },
  1549.      readable: true,
  1550.      _maxListeners: undefined,
  1551.      _writableState:
  1552.       WritableState {
  1553.         objectMode: false,
  1554.         highWaterMark: 16384,
  1555.         finalCalled: true,
  1556.         needDrain: false,
  1557.         ending: true,
  1558.         ended: true,
  1559.         finished: false,
  1560.         destroyed: false,
  1561.         decodeStrings: false,
  1562.         defaultEncoding: 'utf8',
  1563.         length: 0,
  1564.         writing: false,
  1565.         corked: 0,
  1566.         sync: false,
  1567.         bufferProcessing: false,
  1568.         onwrite: [Function: bound onwrite],
  1569.         writecb: null,
  1570.         writelen: 0,
  1571.         bufferedRequest: null,
  1572.         lastBufferedRequest: null,
  1573.         pendingcb: 1,
  1574.         prefinished: false,
  1575.         errorEmitted: false,
  1576.         emitClose: false,
  1577.         bufferedRequestCount: 0,
  1578.         corkedRequestsFree: [Object] },
  1579.      writable: false,
  1580.      allowHalfOpen: false,
  1581.      _sockname: null,
  1582.      _pendingData: null,
  1583.      _pendingEncoding: '',
  1584.      server: undefined,
  1585.      _server: null,
  1586.      ssl:
  1587.       TLSWrap {
  1588.         _parent: [TCP],
  1589.         _parentWrap: undefined,
  1590.         _secureContext: [SecureContext],
  1591.         reading: true,
  1592.         onread: [Function: onStreamRead],
  1593.         onhandshakestart: [Function: noop],
  1594.         onhandshakedone: [Function: bound ],
  1595.         onocspresponse: [Function: onocspresponse],
  1596.         onerror: [Function: onerror],
  1597.         [Symbol(owner)]: [Circular] },
  1598.      _requestCert: true,
  1599.      _rejectUnauthorized: true,
  1600.      parser: null,
  1601.      _httpMessage:
  1602.       ClientRequest {
  1603.         _events: [Object],
  1604.         _eventsCount: 5,
  1605.         _maxListeners: undefined,
  1606.         output: [],
  1607.         outputEncodings: [],
  1608.         outputCallbacks: [],
  1609.         outputSize: 0,
  1610.         writable: true,
  1611.         _last: true,
  1612.         chunkedEncoding: false,
  1613.         shouldKeepAlive: false,
  1614.         useChunkedEncodingByDefault: false,
  1615.         sendDate: false,
  1616.         _removedConnection: false,
  1617.         _removedContLen: false,
  1618.         _removedTE: false,
  1619.         _contentLength: 0,
  1620.         _hasBody: true,
  1621.         _trailer: '',
  1622.         finished: true,
  1623.         _headerSent: true,
  1624.         socket: [Circular],
  1625.         connection: [Circular],
  1626.         _header:
  1627.          'GET /us/account/overview/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nCookie: sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nhost: www.spotify.com\r\nConnection: close\r\n\r\n',
  1628.         _onPendingData: [Function: noopPendingOutput],
  1629.         agent: [Agent],
  1630.         socketPath: undefined,
  1631.         timeout: undefined,
  1632.         method: 'GET',
  1633.         path: '/us/account/overview/',
  1634.         _ended: true,
  1635.         res: [Circular],
  1636.         aborted: undefined,
  1637.         timeoutCb: null,
  1638.         upgradeOrConnect: false,
  1639.         parser: null,
  1640.         maxHeadersCount: null,
  1641.         [Symbol(isCorked)]: false,
  1642.         [Symbol(outHeadersKey)]: [Object] },
  1643.      [Symbol(res)]:
  1644.       TLSWrap {
  1645.         _parent: [TCP],
  1646.         _parentWrap: undefined,
  1647.         _secureContext: [SecureContext],
  1648.         reading: true,
  1649.         onread: [Function: onStreamRead],
  1650.         onhandshakestart: [Function: noop],
  1651.         onhandshakedone: [Function: bound ],
  1652.         onocspresponse: [Function: onocspresponse],
  1653.         onerror: [Function: onerror],
  1654.         [Symbol(owner)]: [Circular] },
  1655.      [Symbol(asyncId)]: 103,
  1656.      [Symbol(lastWriteQueueSize)]: 0,
  1657.      [Symbol(timeout)]: null,
  1658.      [Symbol(kBytesRead)]: 0,
  1659.      [Symbol(kBytesWritten)]: 0,
  1660.      [Symbol(connect-options)]:
  1661.       { rejectUnauthorized: true,
  1662.         ciphers:
  1663.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  1664.         checkServerIdentity: [Function: checkServerIdentity],
  1665.         minDHSize: 1024,
  1666.         encoding: null,
  1667.         _agentKey: 'www.spotify.com:443::::::::::::::::',
  1668.         href: 'https://www.spotify.com/us/account/overview/',
  1669.         _started: true,
  1670.         agent: [Agent],
  1671.         agentClass: [Function],
  1672.         httpModule: [Object],
  1673.         path: null,
  1674.         host: 'www.spotify.com',
  1675.         port: 443,
  1676.         _jar: undefined,
  1677.         _disableCookies: true,
  1678.         originalCookieHeader:
  1679.          'sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  1680.         setHost: true,
  1681.         tunnel: true,
  1682.         proxy: null,
  1683.         uri: [Url],
  1684.         _callback: [Function],
  1685.         __isRequestRequest: true,
  1686.         dests: [],
  1687.         pool: {},
  1688.         localAddress: undefined,
  1689.         removeHeader: [Function],
  1690.         getHeader: [Function],
  1691.         hasHeader: [Function],
  1692.         setHeader: [Function],
  1693.         _tunnel: [Tunnel],
  1694.         _redirect: [Redirect],
  1695.         _multipart: [Multipart],
  1696.         _oauth: [OAuth],
  1697.         _auth: [Auth],
  1698.         _qs: [Querystring],
  1699.         explicitMethod: true,
  1700.         writable: true,
  1701.         readable: true,
  1702.         method: 'GET',
  1703.         callback: [Function],
  1704.         headers: [Object],
  1705.         _maxListeners: undefined,
  1706.         _eventsCount: 3,
  1707.         _events: [Object],
  1708.         _defaultAgent: [Agent],
  1709.         servername: 'www.spotify.com',
  1710.         singleUse: true } },
  1711.   httpVersionMajor: 1,
  1712.   httpVersionMinor: 1,
  1713.   httpVersion: '1.1',
  1714.   complete: true,
  1715.   headers:
  1716.    { server: 'nginx',
  1717.      date: 'Sat, 09 Mar 2019 16:43:52 GMT',
  1718.      'content-type': 'text/html; charset=UTF-8',
  1719.      'transfer-encoding': 'chunked',
  1720.      connection: 'close',
  1721.      vary:
  1722.       'Accept-Encoding, Accept-Encoding, X-Forwarded-Proto,Accept-Encoding',
  1723.      'set-cookie':
  1724.       [ 'spsess=zpRonHheeJKA33xXojqqZWK6My4j49hd4K3m2rFxJDR0wwrM; path=/; secure; HttpOnly',
  1725.         'spsess=ZTi6YshQAbq94Hmc0Anvh6ETFlee3siPVxrFdAYTjNf8T5ft; path=/; secure; HttpOnly',
  1726.         'spsess=ZTi6YshQAbq94Hmc0Anvh6ETFlee3siPVxrFdAYTjNf8T5ft; path=/; secure; HttpOnly',
  1727.         'sp_ftv=1; path=/; secure; httponly',
  1728.         'sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F; expires=Sun, 10-Mar-2019 16:43:52 GMT; Max-Age=86400; path=/; httponly',
  1729.         'sp_30d=1; expires=Mon, 08-Apr-2019 16:43:52 GMT; Max-Age=2592000; path=/; httponly',
  1730.         'sp_usid=fb81bf56-f960-407f-968b-6f5ba0ee25d3; expires=Sat, 09-Mar-2019 17:13:52 GMT; Max-Age=1800; path=/; domain=.spotify.com; secure',
  1731.         'sp_t=8a413a81d2d149f2f07715ab88ab2a3c; expires=Wed, 08-May-2019 16:43:52 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  1732.         'sp_new=1; expires=Sun, 10-Mar-2019 16:43:52 GMT; Max-Age=86400; path=/; domain=.spotify.com; secure',
  1733.         'sp_phash=bf9ecd24d7d6ae7162d9cbb6f8289531218b6c89; expires=Wed, 08-May-2019 16:43:52 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  1734.         'sp_gaid=0088fc21ecc1487927a571400a88a3a3caddeab1d36106fda0a8e6; expires=Wed, 08-May-2019 16:43:52 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  1735.         'spot=%7B%22t%22%3A1552149832%2C%22m%22%3A%22us%22%2C%22p%22%3A%22premium%22%7D; expires=Sat, 05-Nov-2022 16:43:52 GMT; Max-Age=115516800; path=/; domain=spotify.com' ],
  1736.      'cache-control': 'max-age=0, must-revalidate, private, no-store, no-cache',
  1737.      'x-csrf-token-name': '_csrf',
  1738.      'x-csrf-token':
  1739.       'eyJ0aW1lIjoxNTUyMTQ5ODMyLCJoYXNoIjoiMmJiNTg5MWY2NDJiYWYyYTM2OGJjODMyODU0ZmYzNTk0NTI1NTEwMmY5OGU5OTI0YmY2ODQxM2M1M2FlYjQ0YyJ9',
  1740.      'x-join-the-band': 'https://www.spotify.com/jobs/',
  1741.      'content-security-policy':
  1742.       'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  1743.      'x-content-security-policy':
  1744.       'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  1745.      'x-content-type-options': 'nosniff',
  1746.      'strict-transport-security': 'max-age=31536000' },
  1747.   rawHeaders:
  1748.    [ 'Server',
  1749.      'nginx',
  1750.      'Date',
  1751.      'Sat, 09 Mar 2019 16:43:52 GMT',
  1752.      'Content-Type',
  1753.      'text/html; charset=UTF-8',
  1754.      'Transfer-Encoding',
  1755.      'chunked',
  1756.      'Connection',
  1757.      'close',
  1758.      'Vary',
  1759.      'Accept-Encoding',
  1760.      'Vary',
  1761.      'Accept-Encoding',
  1762.      'Vary',
  1763.      'X-Forwarded-Proto,Accept-Encoding',
  1764.      'Set-Cookie',
  1765.      'spsess=zpRonHheeJKA33xXojqqZWK6My4j49hd4K3m2rFxJDR0wwrM; path=/; secure; HttpOnly',
  1766.      'Set-Cookie',
  1767.      'spsess=ZTi6YshQAbq94Hmc0Anvh6ETFlee3siPVxrFdAYTjNf8T5ft; path=/; secure; HttpOnly',
  1768.      'Set-Cookie',
  1769.      'spsess=ZTi6YshQAbq94Hmc0Anvh6ETFlee3siPVxrFdAYTjNf8T5ft; path=/; secure; HttpOnly',
  1770.      'Cache-Control',
  1771.      'max-age=0, must-revalidate, private, no-store, no-cache',
  1772.      'X-Csrf-Token-Name',
  1773.      '_csrf',
  1774.      'X-Csrf-Token',
  1775.      'eyJ0aW1lIjoxNTUyMTQ5ODMyLCJoYXNoIjoiMmJiNTg5MWY2NDJiYWYyYTM2OGJjODMyODU0ZmYzNTk0NTI1NTEwMmY5OGU5OTI0YmY2ODQxM2M1M2FlYjQ0YyJ9',
  1776.      'Set-Cookie',
  1777.      'sp_ftv=1; path=/; secure; httponly',
  1778.      'Set-Cookie',
  1779.      'sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2Faccount%2Foverview%2F; expires=Sun, 10-Mar-2019 16:43:52 GMT; Max-Age=86400; path=/; httponly',
  1780.      'Set-Cookie',
  1781.      'sp_30d=1; expires=Mon, 08-Apr-2019 16:43:52 GMT; Max-Age=2592000; path=/; httponly',
  1782.      'Set-Cookie',
  1783.      'sp_usid=fb81bf56-f960-407f-968b-6f5ba0ee25d3; expires=Sat, 09-Mar-2019 17:13:52 GMT; Max-Age=1800; path=/; domain=.spotify.com; secure',
  1784.      'Set-Cookie',
  1785.      'sp_t=8a413a81d2d149f2f07715ab88ab2a3c; expires=Wed, 08-May-2019 16:43:52 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  1786.      'Set-Cookie',
  1787.      'sp_new=1; expires=Sun, 10-Mar-2019 16:43:52 GMT; Max-Age=86400; path=/; domain=.spotify.com; secure',
  1788.      'Set-Cookie',
  1789.      'sp_phash=bf9ecd24d7d6ae7162d9cbb6f8289531218b6c89; expires=Wed, 08-May-2019 16:43:52 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  1790.      'Set-Cookie',
  1791.      'sp_gaid=0088fc21ecc1487927a571400a88a3a3caddeab1d36106fda0a8e6; expires=Wed, 08-May-2019 16:43:52 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  1792.      'Set-Cookie',
  1793.      'spot=%7B%22t%22%3A1552149832%2C%22m%22%3A%22us%22%2C%22p%22%3A%22premium%22%7D; expires=Sat, 05-Nov-2022 16:43:52 GMT; Max-Age=115516800; path=/; domain=spotify.com',
  1794.      'X-Join-The-Band',
  1795.      'https://www.spotify.com/jobs/',
  1796.      'Content-Security-Policy',
  1797.      'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  1798.      'X-Content-Security-Policy',
  1799.      'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  1800.      'X-Content-Type-Options',
  1801.      'nosniff',
  1802.      'Strict-Transport-Security',
  1803.      'max-age=31536000' ],
  1804.   trailers: {},
  1805.   rawTrailers: [],
  1806.   aborted: false,
  1807.   upgrade: false,
  1808.   url: '',
  1809.   method: null,
  1810.   statusCode: 200,
  1811.   statusMessage: 'OK',
  1812.   client:
  1813.    TLSSocket {
  1814.      _tlsOptions:
  1815.       { pipe: false,
  1816.         secureContext: [SecureContext],
  1817.         isServer: false,
  1818.         requestCert: true,
  1819.         rejectUnauthorized: true,
  1820.         session: undefined,
  1821.         ALPNProtocols: undefined,
  1822.         requestOCSP: undefined },
  1823.      _secureEstablished: true,
  1824.      _securePending: false,
  1825.      _newSessionPending: false,
  1826.      _controlReleased: true,
  1827.      _SNICallback: null,
  1828.      servername: 'www.spotify.com',
  1829.      alpnProtocol: false,
  1830.      authorized: true,
  1831.      authorizationError: null,
  1832.      encrypted: true,
  1833.      _events:
  1834.       [Object: null prototype] {
  1835.         close: [Array],
  1836.         end: [Function: onReadableStreamEnd],
  1837.         secure: [Function: onConnectSecure],
  1838.         free: [Function: onFree],
  1839.         agentRemove: [Function: onRemove],
  1840.         drain: [Function: ondrain],
  1841.         error: [Function: socketErrorListener],
  1842.         finish: [Function] },
  1843.      _eventsCount: 8,
  1844.      connecting: false,
  1845.      _hadError: false,
  1846.      _handle:
  1847.       TLSWrap {
  1848.         _parent: [TCP],
  1849.         _parentWrap: undefined,
  1850.         _secureContext: [SecureContext],
  1851.         reading: true,
  1852.         onread: [Function: onStreamRead],
  1853.         onhandshakestart: [Function: noop],
  1854.         onhandshakedone: [Function: bound ],
  1855.         onocspresponse: [Function: onocspresponse],
  1856.         onerror: [Function: onerror],
  1857.         [Symbol(owner)]: [Circular] },
  1858.      _parent: null,
  1859.      _host: 'www.spotify.com',
  1860.      _readableState:
  1861.       ReadableState {
  1862.         objectMode: false,
  1863.         highWaterMark: 16384,
  1864.         buffer: BufferList { head: null, tail: null, length: 0 },
  1865.         length: 0,
  1866.         pipes: null,
  1867.         pipesCount: 0,
  1868.         flowing: true,
  1869.         ended: false,
  1870.         endEmitted: false,
  1871.         reading: false,
  1872.         sync: false,
  1873.         needReadable: true,
  1874.         emittedReadable: false,
  1875.         readableListening: false,
  1876.         resumeScheduled: false,
  1877.         emitClose: false,
  1878.         destroyed: false,
  1879.         defaultEncoding: 'utf8',
  1880.         awaitDrain: 0,
  1881.         readingMore: true,
  1882.         decoder: null,
  1883.         encoding: null },
  1884.      readable: true,
  1885.      _maxListeners: undefined,
  1886.      _writableState:
  1887.       WritableState {
  1888.         objectMode: false,
  1889.         highWaterMark: 16384,
  1890.         finalCalled: true,
  1891.         needDrain: false,
  1892.         ending: true,
  1893.         ended: true,
  1894.         finished: false,
  1895.         destroyed: false,
  1896.         decodeStrings: false,
  1897.         defaultEncoding: 'utf8',
  1898.         length: 0,
  1899.         writing: false,
  1900.         corked: 0,
  1901.         sync: false,
  1902.         bufferProcessing: false,
  1903.         onwrite: [Function: bound onwrite],
  1904.         writecb: null,
  1905.         writelen: 0,
  1906.         bufferedRequest: null,
  1907.         lastBufferedRequest: null,
  1908.         pendingcb: 1,
  1909.         prefinished: false,
  1910.         errorEmitted: false,
  1911.         emitClose: false,
  1912.         bufferedRequestCount: 0,
  1913.         corkedRequestsFree: [Object] },
  1914.      writable: false,
  1915.      allowHalfOpen: false,
  1916.      _sockname: null,
  1917.      _pendingData: null,
  1918.      _pendingEncoding: '',
  1919.      server: undefined,
  1920.      _server: null,
  1921.      ssl:
  1922.       TLSWrap {
  1923.         _parent: [TCP],
  1924.         _parentWrap: undefined,
  1925.         _secureContext: [SecureContext],
  1926.         reading: true,
  1927.         onread: [Function: onStreamRead],
  1928.         onhandshakestart: [Function: noop],
  1929.         onhandshakedone: [Function: bound ],
  1930.         onocspresponse: [Function: onocspresponse],
  1931.         onerror: [Function: onerror],
  1932.         [Symbol(owner)]: [Circular] },
  1933.      _requestCert: true,
  1934.      _rejectUnauthorized: true,
  1935.      parser: null,
  1936.      _httpMessage:
  1937.       ClientRequest {
  1938.         _events: [Object],
  1939.         _eventsCount: 5,
  1940.         _maxListeners: undefined,
  1941.         output: [],
  1942.         outputEncodings: [],
  1943.         outputCallbacks: [],
  1944.         outputSize: 0,
  1945.         writable: true,
  1946.         _last: true,
  1947.         chunkedEncoding: false,
  1948.         shouldKeepAlive: false,
  1949.         useChunkedEncodingByDefault: false,
  1950.         sendDate: false,
  1951.         _removedConnection: false,
  1952.         _removedContLen: false,
  1953.         _removedTE: false,
  1954.         _contentLength: 0,
  1955.         _hasBody: true,
  1956.         _trailer: '',
  1957.         finished: true,
  1958.         _headerSent: true,
  1959.         socket: [Circular],
  1960.         connection: [Circular],
  1961.         _header:
  1962.          'GET /us/account/overview/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nCookie: sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nhost: www.spotify.com\r\nConnection: close\r\n\r\n',
  1963.         _onPendingData: [Function: noopPendingOutput],
  1964.         agent: [Agent],
  1965.         socketPath: undefined,
  1966.         timeout: undefined,
  1967.         method: 'GET',
  1968.         path: '/us/account/overview/',
  1969.         _ended: true,
  1970.         res: [Circular],
  1971.         aborted: undefined,
  1972.         timeoutCb: null,
  1973.         upgradeOrConnect: false,
  1974.         parser: null,
  1975.         maxHeadersCount: null,
  1976.         [Symbol(isCorked)]: false,
  1977.         [Symbol(outHeadersKey)]: [Object] },
  1978.      [Symbol(res)]:
  1979.       TLSWrap {
  1980.         _parent: [TCP],
  1981.         _parentWrap: undefined,
  1982.         _secureContext: [SecureContext],
  1983.         reading: true,
  1984.         onread: [Function: onStreamRead],
  1985.         onhandshakestart: [Function: noop],
  1986.         onhandshakedone: [Function: bound ],
  1987.         onocspresponse: [Function: onocspresponse],
  1988.         onerror: [Function: onerror],
  1989.         [Symbol(owner)]: [Circular] },
  1990.      [Symbol(asyncId)]: 103,
  1991.      [Symbol(lastWriteQueueSize)]: 0,
  1992.      [Symbol(timeout)]: null,
  1993.      [Symbol(kBytesRead)]: 0,
  1994.      [Symbol(kBytesWritten)]: 0,
  1995.      [Symbol(connect-options)]:
  1996.       { rejectUnauthorized: true,
  1997.         ciphers:
  1998.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  1999.         checkServerIdentity: [Function: checkServerIdentity],
  2000.         minDHSize: 1024,
  2001.         encoding: null,
  2002.         _agentKey: 'www.spotify.com:443::::::::::::::::',
  2003.         href: 'https://www.spotify.com/us/account/overview/',
  2004.         _started: true,
  2005.         agent: [Agent],
  2006.         agentClass: [Function],
  2007.         httpModule: [Object],
  2008.         path: null,
  2009.         host: 'www.spotify.com',
  2010.         port: 443,
  2011.         _jar: undefined,
  2012.         _disableCookies: true,
  2013.         originalCookieHeader:
  2014.          'sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  2015.         setHost: true,
  2016.         tunnel: true,
  2017.         proxy: null,
  2018.         uri: [Url],
  2019.         _callback: [Function],
  2020.         __isRequestRequest: true,
  2021.         dests: [],
  2022.         pool: {},
  2023.         localAddress: undefined,
  2024.         removeHeader: [Function],
  2025.         getHeader: [Function],
  2026.         hasHeader: [Function],
  2027.         setHeader: [Function],
  2028.         _tunnel: [Tunnel],
  2029.         _redirect: [Redirect],
  2030.         _multipart: [Multipart],
  2031.         _oauth: [OAuth],
  2032.         _auth: [Auth],
  2033.         _qs: [Querystring],
  2034.         explicitMethod: true,
  2035.         writable: true,
  2036.         readable: true,
  2037.         method: 'GET',
  2038.         callback: [Function],
  2039.         headers: [Object],
  2040.         _maxListeners: undefined,
  2041.         _eventsCount: 3,
  2042.         _events: [Object],
  2043.         _defaultAgent: [Agent],
  2044.         servername: 'www.spotify.com',
  2045.         singleUse: true } },
  2046.   _consuming: true,
  2047.   _dumped: false,
  2048.   req:
  2049.    ClientRequest {
  2050.      _events:
  2051.       [Object: null prototype] {
  2052.         socket: [Function],
  2053.         response: [Function: bound ],
  2054.         error: [Function: bound ],
  2055.         drain: [Function],
  2056.         prefinish: [Function: requestOnPrefinish] },
  2057.      _eventsCount: 5,
  2058.      _maxListeners: undefined,
  2059.      output: [],
  2060.      outputEncodings: [],
  2061.      outputCallbacks: [],
  2062.      outputSize: 0,
  2063.      writable: true,
  2064.      _last: true,
  2065.      chunkedEncoding: false,
  2066.      shouldKeepAlive: false,
  2067.      useChunkedEncodingByDefault: false,
  2068.      sendDate: false,
  2069.      _removedConnection: false,
  2070.      _removedContLen: false,
  2071.      _removedTE: false,
  2072.      _contentLength: 0,
  2073.      _hasBody: true,
  2074.      _trailer: '',
  2075.      finished: true,
  2076.      _headerSent: true,
  2077.      socket:
  2078.       TLSSocket {
  2079.         _tlsOptions: [Object],
  2080.         _secureEstablished: true,
  2081.         _securePending: false,
  2082.         _newSessionPending: false,
  2083.         _controlReleased: true,
  2084.         _SNICallback: null,
  2085.         servername: 'www.spotify.com',
  2086.         alpnProtocol: false,
  2087.         authorized: true,
  2088.         authorizationError: null,
  2089.         encrypted: true,
  2090.         _events: [Object],
  2091.         _eventsCount: 8,
  2092.         connecting: false,
  2093.         _hadError: false,
  2094.         _handle: [TLSWrap],
  2095.         _parent: null,
  2096.         _host: 'www.spotify.com',
  2097.         _readableState: [ReadableState],
  2098.         readable: true,
  2099.         _maxListeners: undefined,
  2100.         _writableState: [WritableState],
  2101.         writable: false,
  2102.         allowHalfOpen: false,
  2103.         _sockname: null,
  2104.         _pendingData: null,
  2105.         _pendingEncoding: '',
  2106.         server: undefined,
  2107.         _server: null,
  2108.         ssl: [TLSWrap],
  2109.         _requestCert: true,
  2110.         _rejectUnauthorized: true,
  2111.         parser: null,
  2112.         _httpMessage: [Circular],
  2113.         [Symbol(res)]: [TLSWrap],
  2114.         [Symbol(asyncId)]: 103,
  2115.         [Symbol(lastWriteQueueSize)]: 0,
  2116.         [Symbol(timeout)]: null,
  2117.         [Symbol(kBytesRead)]: 0,
  2118.         [Symbol(kBytesWritten)]: 0,
  2119.         [Symbol(connect-options)]: [Object] },
  2120.      connection:
  2121.       TLSSocket {
  2122.         _tlsOptions: [Object],
  2123.         _secureEstablished: true,
  2124.         _securePending: false,
  2125.         _newSessionPending: false,
  2126.         _controlReleased: true,
  2127.         _SNICallback: null,
  2128.         servername: 'www.spotify.com',
  2129.         alpnProtocol: false,
  2130.         authorized: true,
  2131.         authorizationError: null,
  2132.         encrypted: true,
  2133.         _events: [Object],
  2134.         _eventsCount: 8,
  2135.         connecting: false,
  2136.         _hadError: false,
  2137.         _handle: [TLSWrap],
  2138.         _parent: null,
  2139.         _host: 'www.spotify.com',
  2140.         _readableState: [ReadableState],
  2141.         readable: true,
  2142.         _maxListeners: undefined,
  2143.         _writableState: [WritableState],
  2144.         writable: false,
  2145.         allowHalfOpen: false,
  2146.         _sockname: null,
  2147.         _pendingData: null,
  2148.         _pendingEncoding: '',
  2149.         server: undefined,
  2150.         _server: null,
  2151.         ssl: [TLSWrap],
  2152.         _requestCert: true,
  2153.         _rejectUnauthorized: true,
  2154.         parser: null,
  2155.         _httpMessage: [Circular],
  2156.         [Symbol(res)]: [TLSWrap],
  2157.         [Symbol(asyncId)]: 103,
  2158.         [Symbol(lastWriteQueueSize)]: 0,
  2159.         [Symbol(timeout)]: null,
  2160.         [Symbol(kBytesRead)]: 0,
  2161.         [Symbol(kBytesWritten)]: 0,
  2162.         [Symbol(connect-options)]: [Object] },
  2163.      _header:
  2164.       'GET /us/account/overview/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nCookie: sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nhost: www.spotify.com\r\nConnection: close\r\n\r\n',
  2165.      _onPendingData: [Function: noopPendingOutput],
  2166.      agent:
  2167.       Agent {
  2168.         _events: [Object],
  2169.         _eventsCount: 1,
  2170.         _maxListeners: undefined,
  2171.         defaultPort: 443,
  2172.         protocol: 'https:',
  2173.         options: [Object],
  2174.         requests: {},
  2175.         sockets: [Object],
  2176.         freeSockets: {},
  2177.         keepAliveMsecs: 1000,
  2178.         keepAlive: false,
  2179.         maxSockets: Infinity,
  2180.         maxFreeSockets: 256,
  2181.         maxCachedSessions: 100,
  2182.         _sessionCache: [Object] },
  2183.      socketPath: undefined,
  2184.      timeout: undefined,
  2185.      method: 'GET',
  2186.      path: '/us/account/overview/',
  2187.      _ended: true,
  2188.      res: [Circular],
  2189.      aborted: undefined,
  2190.      timeoutCb: null,
  2191.      upgradeOrConnect: false,
  2192.      parser: null,
  2193.      maxHeadersCount: null,
  2194.      [Symbol(isCorked)]: false,
  2195.      [Symbol(outHeadersKey)]:
  2196.       [Object: null prototype] {
  2197.         'user-agent': [Array],
  2198.         accept: [Array],
  2199.         cookie: [Array],
  2200.         host: [Array] } },
  2201.   request:
  2202.    Request {
  2203.      _events:
  2204.       [Object: null prototype] {
  2205.         error: [Function: bound ],
  2206.         complete: [Function: bound ],
  2207.         pipe: [Function],
  2208.         data: [Function],
  2209.         end: [Function] },
  2210.      _eventsCount: 5,
  2211.      _maxListeners: undefined,
  2212.      headers:
  2213.       { 'User-Agent':
  2214.          'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36',
  2215.         Accept: '*/*',
  2216.         Cookie:
  2217.          'sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=' },
  2218.      callback: [Function],
  2219.      method: 'GET',
  2220.      readable: true,
  2221.      writable: true,
  2222.      explicitMethod: true,
  2223.      _qs:
  2224.       Querystring {
  2225.         request: [Circular],
  2226.         lib: [Object],
  2227.         useQuerystring: undefined,
  2228.         parseOptions: {},
  2229.         stringifyOptions: {} },
  2230.      _auth:
  2231.       Auth {
  2232.         request: [Circular],
  2233.         hasAuth: false,
  2234.         sentAuth: false,
  2235.         bearerToken: null,
  2236.         user: null,
  2237.         pass: null },
  2238.      _oauth: OAuth { request: [Circular], params: null },
  2239.      _multipart:
  2240.       Multipart {
  2241.         request: [Circular],
  2242.         boundary: 'ba0df60b-6d2d-48a6-9dc0-5b3df766779d',
  2243.         chunked: false,
  2244.         body: null },
  2245.      _redirect:
  2246.       Redirect {
  2247.         request: [Circular],
  2248.         followRedirect: true,
  2249.         followRedirects: true,
  2250.         followAllRedirects: false,
  2251.         followOriginalHttpMethod: false,
  2252.         allowRedirect: [Function],
  2253.         maxRedirects: 10,
  2254.         redirects: [],
  2255.         redirectsFollowed: 0,
  2256.         removeRefererHeader: false },
  2257.      _tunnel:
  2258.       Tunnel {
  2259.         request: [Circular],
  2260.         proxyHeaderWhiteList: [Array],
  2261.         proxyHeaderExclusiveList: [] },
  2262.      setHeader: [Function],
  2263.      hasHeader: [Function],
  2264.      getHeader: [Function],
  2265.      removeHeader: [Function],
  2266.      localAddress: undefined,
  2267.      pool: {},
  2268.      dests: [],
  2269.      __isRequestRequest: true,
  2270.      _callback: [Function],
  2271.      uri:
  2272.       Url {
  2273.         protocol: 'https:',
  2274.         slashes: true,
  2275.         auth: null,
  2276.         host: 'www.spotify.com',
  2277.         port: 443,
  2278.         hostname: 'www.spotify.com',
  2279.         hash: null,
  2280.         search: null,
  2281.         query: null,
  2282.         pathname: '/us/account/overview/',
  2283.         path: '/us/account/overview/',
  2284.         href: 'https://www.spotify.com/us/account/overview/' },
  2285.      proxy: null,
  2286.      tunnel: true,
  2287.      setHost: true,
  2288.      originalCookieHeader:
  2289.       'sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  2290.      _disableCookies: true,
  2291.      _jar: undefined,
  2292.      port: 443,
  2293.      host: 'www.spotify.com',
  2294.      path: '/us/account/overview/',
  2295.      httpModule:
  2296.       { Agent: [Function],
  2297.         globalAgent: [Agent],
  2298.         Server: [Function],
  2299.         createServer: [Function: createServer],
  2300.         get: [Function: get],
  2301.         request: [Function: request] },
  2302.      agentClass: { [Function: Agent] super_: [Function] },
  2303.      agent:
  2304.       Agent {
  2305.         _events: [Object],
  2306.         _eventsCount: 1,
  2307.         _maxListeners: undefined,
  2308.         defaultPort: 443,
  2309.         protocol: 'https:',
  2310.         options: [Object],
  2311.         requests: {},
  2312.         sockets: [Object],
  2313.         freeSockets: {},
  2314.         keepAliveMsecs: 1000,
  2315.         keepAlive: false,
  2316.         maxSockets: Infinity,
  2317.         maxFreeSockets: 256,
  2318.         maxCachedSessions: 100,
  2319.         _sessionCache: [Object] },
  2320.      _started: true,
  2321.      href: 'https://www.spotify.com/us/account/overview/',
  2322.      req:
  2323.       ClientRequest {
  2324.         _events: [Object],
  2325.         _eventsCount: 5,
  2326.         _maxListeners: undefined,
  2327.         output: [],
  2328.         outputEncodings: [],
  2329.         outputCallbacks: [],
  2330.         outputSize: 0,
  2331.         writable: true,
  2332.         _last: true,
  2333.         chunkedEncoding: false,
  2334.         shouldKeepAlive: false,
  2335.         useChunkedEncodingByDefault: false,
  2336.         sendDate: false,
  2337.         _removedConnection: false,
  2338.         _removedContLen: false,
  2339.         _removedTE: false,
  2340.         _contentLength: 0,
  2341.         _hasBody: true,
  2342.         _trailer: '',
  2343.         finished: true,
  2344.         _headerSent: true,
  2345.         socket: [TLSSocket],
  2346.         connection: [TLSSocket],
  2347.         _header:
  2348.          'GET /us/account/overview/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nCookie: sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nhost: www.spotify.com\r\nConnection: close\r\n\r\n',
  2349.         _onPendingData: [Function: noopPendingOutput],
  2350.         agent: [Agent],
  2351.         socketPath: undefined,
  2352.         timeout: undefined,
  2353.         method: 'GET',
  2354.         path: '/us/account/overview/',
  2355.         _ended: true,
  2356.         res: [Circular],
  2357.         aborted: undefined,
  2358.         timeoutCb: null,
  2359.         upgradeOrConnect: false,
  2360.         parser: null,
  2361.         maxHeadersCount: null,
  2362.         [Symbol(isCorked)]: false,
  2363.         [Symbol(outHeadersKey)]: [Object] },
  2364.      ntick: true,
  2365.      response: [Circular],
  2366.      originalHost: 'www.spotify.com',
  2367.      originalHostHeaderName: 'host',
  2368.      responseContent: [Circular],
  2369.      _destdata: true,
  2370.      _ended: true,
  2371.      _callbackCalled: true },
  2372.   toJSON: [Function: responseToJSON],
  2373.   caseless:
  2374.    Caseless {
  2375.      dict:
  2376.       { server: 'nginx',
  2377.         date: 'Sat, 09 Mar 2019 16:43:52 GMT',
  2378.         'content-type': 'text/html; charset=UTF-8',
  2379.         'transfer-encoding': 'chunked',
  2380.         connection: 'close',
  2381.         vary:
  2382.          'Accept-Encoding, Accept-Encoding, X-Forwarded-Proto,Accept-Encoding',
  2383.         'set-cookie': [Array],
  2384.         'cache-control': 'max-age=0, must-revalidate, private, no-store, no-cache',
  2385.         'x-csrf-token-name': '_csrf',
  2386.         'x-csrf-token':
  2387.          'eyJ0aW1lIjoxNTUyMTQ5ODMyLCJoYXNoIjoiMmJiNTg5MWY2NDJiYWYyYTM2OGJjODMyODU0ZmYzNTk0NTI1NTEwMmY5OGU5OTI0YmY2ODQxM2M1M2FlYjQ0YyJ9',
  2388.         'x-join-the-band': 'https://www.spotify.com/jobs/',
  2389.         'content-security-policy':
  2390.          'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  2391.         'x-content-security-policy':
  2392.          'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  2393.         'x-content-type-options': 'nosniff',
  2394.         'strict-transport-security': 'max-age=31536000' } },
  2395.   body:
  2396.    '<!DOCTYPE html>\n<html lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" class="" >\n  <head>\n\n          <script src="//www.scdn.co/webpack/jquery-2.1.3.min.ef2ceb422b2b231628bb.js"></script>\n    \n            <script>\n            var spweb = spweb || {};\nspweb.config = {\n  environment: {\n    staticUrl: \'//www.scdn.co\'\n  },\n  sso: {\n    host: \'https://accounts.spotify.com\'\n  },\n  www: {\n    host: \'www.spotify.com\'\n  },\n  facebook: {\n    appId: 174829003346,\n    locale: \'zz\',\n    version: \'v2.2\',\n    scopes: \'email,publish_actions,user_birthday,public_profile,user_friends\'\n  },\n  twitter: {\n    enable: true\n  },\n  market: \'us\',\n  language: \'en\'\n};\n        </script>\n    \n            \n    \n\n          <style>.async-hide { opacity: 0 !important}</style>\n<script>\n        window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      \'language\': \'en\',\n      \'market\': \'us\',\n      \'loggedIn\': true,\n      \'userCountry\': \'gb\'\n    });\n        (function(a,s,y,n,c,h,i,d,e){s.className+=\' \'+y;h.start=1*new Date;\n        h.end=i=function(){s.className=s.className.replace(RegExp(\' ?\'+y),\'\')};\n        (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;\n    })(window,document.documentElement,\'async-hide\',\'dataLayer\', 2000,{\'GTM-P9JKJ53\':true});\n        (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\n            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\n    ga(\'create\', \'UA-5784146-31\', \'auto\', {allowLinker: true, siteSpeedSampleRate: 100});\n        ga(\'require\', \'GTM-P9JKJ53\');\n        (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\n      new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\n      j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n      \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl+\'\';f.parentNode.insertBefore(j,f);\n    })(window,document,\'script\',\'dataLayer\',\'GTM-7BJJ\');\n</script>\n    \n          <meta charset="UTF-8">\n      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">\n      <meta name="description" content="Spotify is a digital music service that gives you access to millions of songs.">\n      <meta name="keywords" content="Spotify, music, online, listen, streaming, play, digital, album, artist, playlist">\n\n              <meta property="fb:app_id" content="174829003346">\n        <meta property="og:title" content="Music for everyone.">\n        <meta property="og:type" content="website">\n        <meta property="og:url" content="https://www.spotify.com/us/account/overview/">\n        <meta property="og:image" content="http://www.scdn.co/i/_global/open-graph-default.png">\n        <meta property="og:image:secure_url" content="https://www.scdn.co/i/_global/open-graph-default.png">\n        <meta property="og:description" content="Spotify is all the music you’ll ever need.">\n                              <meta name="twitter:card" content="summary">\n          <meta name="twitter:title" content="Music for everyone.">\n          <meta name="twitter:image" content="http://www.scdn.co/i/_global/twitter_card-default.jpg">\n          <meta name="twitter:description" content="Spotify is all the music you’ll ever need.">\n                \n    <title>Account overview - Spotify</title>\n\n          <link rel="icon" href="//www.scdn.co/i/_global/favicon.png">\n      <!--[if IE]><link rel="shortcut icon" href="//www.scdn.co/i/_global/favicon.ico"><![endif]-->\n    \n          <link rel="apple-touch-icon-precomposed" sizes="144x144" href="//www.scdn.co/i/_global/touch-icon-144.png">\n      <link rel="apple-touch-icon-precomposed" sizes="114x114" href="//www.scdn.co/i/_global/touch-icon-114.png">\n      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="//www.scdn.co/i/_global/touch-icon-72.png">\n      <link rel="apple-touch-icon-precomposed" href="//www.scdn.co/i/_global/touch-icon-57.png">\n    \n          <link rel="canonical" href="https://www.spotify.com/account/overview/">\n    \n      <link rel="stylesheet" href="//www.scdn.co/build/css/spotify-b1556c8cc6.css" />\n  <link rel="stylesheet" href="//www.scdn.co/build/css/account-7bfd680919.css" />\n\n          <script>\n    (function() {\n        var spAnalytics = window.spAnalytics || {};\n        spAnalytics._q = [];\n        function proxy(fn) {\n            spAnalytics[fn] = function() {\n                spAnalytics._q.push([fn].concat(Array.prototype.slice.call(arguments, 0)));\n            };\n        }\n        var funcs = ["init", "logEvent", "setUserId", "setUserProperties", "setVersionName", "setDomain", "setGlobalUserProperties"];\n        for (var i = 0; i < funcs.length; i++) {\n            proxy(funcs[i]);\n        }\n        window.spAnalytics = spAnalytics;\n    })();\n</script>\n              <script>\n    (function(window, document) {\n        var s = document.getElementsByTagName(\'script\')[0];\n        var as = document.createElement(\'script\');\n        as.type = \'text/javascript\';\n        as.async = true;\n        as.src = \'//www.scdn.co/webpack/sp-analytics.2dc3a5c8f2c32c8a598a.js\';\n        as.onload = function() { window.spAnalytics.runQueuedFunctions(); };\n        s.parentNode.insertBefore(as, s);\n    })(window, document);\n</script>\n        <script>\n            spAnalytics.init(null, {apiEndpoint: \'/us/spotify/framework/analytics/track/\'})\n        </script>\n        <script src="//www.scdn.co/webpack/tracking.download.ac255fbc3bf10c89d901.js"></script>\n            </head>\n\n      <body class=" m-us l-en page-account-overview is-loggedin  reboot  overview-family-plan">\n          <noscript>\n  <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-7BJJ"\n          height="0" width="0" style="display:none;visibility:hidden">\n  </iframe>\n</noscript>\n    \n        <?xml version="1.0" encoding="UTF-8" standalone="no"?>\n<svg xmlns="http://www.w3.org/2000/svg" style="display:none">\n <symbol id="spotify-logo" viewBox="0 0 827.79999 248.275">\n  <g transform="matrix(1.25 0 0 -1.25 0 248.28)">\n   <g transform="scale(.1)">\n    <path d="m1580.6 1105.8c-320.13 190.11-848.16 207.59-1153.8 114.84-49.078-14.89-100.97 12.82-115.84 61.89-14.872 49.1 12.8 100.96 61.914 115.88 350.8 106.49 933.97 85.91 1302.5-132.85 44.14-26.2 58.62-83.21 32.45-127.28-26.18-44.14-83.24-58.69-127.27-32.48zm-10.5-281.56c-22.46-36.449-70.11-47.867-106.51-25.5-266.88 164.05-673.86 211.58-989.6 115.73-40.945-12.367-84.191 10.722-96.629 51.582-12.339 40.949 10.754 84.119 51.629 96.569 360.7 109.45 809.1 56.44 1115.6-131.94 36.4-22.41 47.86-70.078 25.48-106.44zm-121.5-270.43c-17.84-29.258-55.95-38.43-85.1-20.598-233.22 142.54-526.75 174.73-872.45 95.758-33.312-7.629-66.511 13.25-74.109 46.551-7.633 33.312 13.164 66.511 46.555 74.109 378.3 86.48 702.8 49.269 964.57-110.69 29.19-17.832 38.38-55.953 20.53-85.132zm-455.48 1432.4c-548.48 0-993.12-444.6-993.12-993.06 0-548.53 444.64-993.14 993.12-993.14 548.5 0 993.12 444.61 993.12 993.14 0 548.47-444.62 993.1-993.12 993.1"/>\n    <path d="m2701.9 1069.4c-171.46 40.89-202 69.59-202 129.88 0 56.99 53.64 95.31 133.41 95.31 77.32 0 153.98-29.11 234.37-89.05 2.44-1.81 5.48-2.54 8.48-2.06 3 0.45 5.66 2.09 7.41 4.57l83.73 118.03c3.44 4.86 2.5 11.56-2.13 15.27-95.67 76.77-203.4 114.09-329.32 114.09-185.15 0-314.46-111.1-314.46-270.08 0-170.48 111.55-230.83 304.33-277.43 164.08-37.789 191.78-69.449 191.78-126.07 0-62.719-56-101.71-146.11-101.71-100.09 0-181.73 33.719-273.06 112.8-2.27 1.953-5.37 2.851-8.24 2.679-3.02-0.25-5.78-1.648-7.71-3.957l-93.87-111.72c-3.94-4.641-3.44-11.559 1.11-15.578 106.26-94.86 236.94-144.97 377.97-144.97 199.51 0 328.42 109.02 328.42 277.74 0 142.59-85.19 221.45-294.11 272.26"/>\n    <path d="m3592.2 878.31c0-120.4-74.17-204.42-180.36-204.42-105 0-184.19 87.839-184.19 204.42 0 116.57 79.19 204.42 184.19 204.42 104.48 0 180.36-85.949 180.36-204.42zm-144.83 360.22c-86.47 0-157.4-34.06-215.9-103.85v78.56c0 6.19-5.03 11.25-11.22 11.25h-153.53c-6.2 0-11.22-5.06-11.22-11.25v-872.86c0-6.199 5.02-11.25 11.22-11.25h153.53c6.19 0 11.22 5.051 11.22 11.25v275.52c58.51-65.66 129.45-97.726 215.9-97.726 160.69 0 323.34 123.69 323.34 360.14 0 236.5-162.65 360.22-323.34 360.22"/>\n    <path d="m4187.7 672.63c-110.07 0-193.05 88.43-193.05 205.68 0 117.75 80.11 203.19 190.51 203.19 110.77 0 194.31-88.43 194.31-205.76 0-117.72-80.65-203.11-191.77-203.11zm0 565.9c-206.94 0-369.05-159.34-369.05-362.79 0-201.24 161-358.9 366.51-358.9 207.66 0 370.27 158.8 370.27 361.47 0 202-161.49 360.22-367.73 360.22"/>\n    <path d="m4997.3 1224.5h-168.95v172.74c0 6.2-5.01 11.25-11.21 11.25h-153.52c-6.21 0-11.26-5.05-11.26-11.25v-172.74h-73.83c-6.18 0-11.18-5.06-11.18-11.25v-131.95c0-6.2 5-11.25 11.18-11.25h73.83v-341.45c0-137.98 68.67-207.94 204.12-207.94 55.07 0 100.77 11.372 143.83 35.801 3.5 1.949 5.68 5.723 5.68 9.731v125.66c0 3.871-2.03 7.531-5.34 9.57-3.35 2.102-7.51 2.199-10.93 0.5-29.58-14.879-58.18-21.738-90.13-21.738-49.26 0-71.24 22.359-71.24 72.488v317.38h168.95c6.21 0 11.21 5.05 11.21 11.25v131.95c0 6.19-5 11.25-11.21 11.25"/>\n    <path d="m5586 1223.8v21.22c0 62.41 23.92 90.24 77.6 90.24 32.01 0 57.72-6.36 86.52-15.96 3.54-1.12 7.24-0.56 10.12 1.56 2.96 2.12 4.64 5.53 4.64 9.13v129.38c0 4.95-3.18 9.33-7.94 10.78-30.42 9.05-69.33 18.34-127.61 18.34-141.82 0-216.77-79.86-216.77-230.86v-32.49h-73.76c-6.19 0-11.27-5.05-11.27-11.25v-132.62c0-6.2 5.08-11.25 11.27-11.25h73.76v-526.66c0-6.199 5-11.25 11.19-11.25h153.54c6.2 0 11.25 5.051 11.25 11.25v526.66h143.35l219.59-526.52c-24.93-55.329-49.44-66.329-82.91-66.329-27.05 0-55.53 8.071-84.65 24.008-2.75 1.5-5.99 1.762-8.95 0.84-2.93-1.027-5.4-3.207-6.64-6.059l-52.04-114.17c-2.48-5.387-0.36-11.727 4.83-14.528 54.33-29.422 103.37-41.98 163.98-41.98 113.37 0 176.03 52.808 231.28 194.89l266.36 688.3c1.34 3.46 0.94 7.37-1.18 10.44-2.11 3.05-5.51 4.89-9.24 4.89h-159.83c-4.78 0-9.07-3.04-10.63-7.54l-164-467.82-179.3 468.02c-1.64 4.35-5.83 7.23-10.49 7.23h-262.28"/>\n    <path d="m5244.7 1224.5h-153.54c-6.2 0-11.25-5.06-11.25-11.25v-669.86c0-6.199 5.05-11.25 11.25-11.25h153.54c6.19 0 11.25 5.051 11.25 11.25v669.86c0 6.19-5.06 11.25-11.25 11.25"/>\n    <path d="m5168.7 1529.5c-60.82 0-110.19-49.24-110.19-110.06 0-60.87 49.37-110.16 110.19-110.16 60.8 0 110.11 49.29 110.11 110.16 0 60.82-49.31 110.06-110.11 110.06"/>\n    <path d="m6520.1 1157.9h-28.14v-35.88h28.14c14.04 0 22.42 6.87 22.42 17.95 0 11.67-8.38 17.93-22.42 17.93zm18.23-51.18 30.57-42.79h-25.77l-27.51 39.25h-23.66v-39.25h-21.57v113.42h50.58c26.34 0 43.68-13.48 43.68-36.18 0-18.59-10.74-29.95-26.32-34.45zm-23.95 108.37c-55.35 0-97.23-43.99-97.23-97.87 0-53.84 41.58-97.25 96.66-97.25 55.33 0 97.25 43.96 97.25 97.87 0 53.84-41.61 97.25-96.68 97.25zm-0.57-205.93c-60.76 0-108.05 48.8-108.05 108.06 0 59.27 47.9 108.62 108.62 108.62 60.76 0 108.04-48.79 108.04-108 0-59.27-47.86-108.68-108.61-108.68"/>\n   </g>\n  </g>\n </symbol>\n <symbol id="facebook-icon" viewBox="0 0 448 448">\n  <path d="m119.75 242.25v-74h63.75v-54.5q0-46.5 26-72.125t69.25-25.625q36.75 0 57 3v66h-39.25q-21.5 0-29 9t-7.5 27v47.25h73.25l-9.75 74h-63.5v189.75h-76.5v-189.75h-63.75z"/>\n </symbol>\n <symbol id="twitter-icon" viewBox="0 0 448 448">\n  <path d="m27 347.75q8.75 1 19.5 1 56.25 0 100.25-34.5-26.25-0.5-47-16.125t-28.5-39.875q8.25 1.25 15.25 1.25 10.75 0 21.25-2.75-28-5.75-46.375-27.875t-18.375-51.375v-1q17 9.5 36.5 10.25-16.5-11-26.25-28.75t-9.75-38.5q0-22 11-40.75 30.25 37.25 73.625 59.625t92.875 24.875q-2-9.5-2-18.5 0-33.5 23.625-57.125t57.125-23.625q35 0 59 25.5 27.25-5.25 51.25-19.5-9.25 28.75-35.5 44.5 23.25-2.5 46.5-12.5-16.75 24.5-40.5 41.75 0.25 3.5 0.25 10.5 0 32.5-9.5 64.875t-28.875 62.125-46.125 52.625-64.5 36.5-80.75 13.625q-67.75 0-124-36.25z"/>\n </symbol>\n <symbol id="instagram-icon" viewBox="0 0 448 448">\n   <path d="M224,40.376 C283.808,40.376 290.901333,40.6 314.533333,41.6826667 C375.237333,44.4453333 403.592,73.248 406.354667,133.504 C407.437333,157.117333 407.642667,164.210667 407.642667,224.018667 C407.642667,283.845333 407.418667,290.92 406.354667,314.533333 C403.573333,374.733333 375.293333,403.592 314.533333,406.354667 C290.901333,407.437333 283.845333,407.661333 224,407.661333 C164.192,407.661333 157.098667,407.437333 133.485333,406.354667 C72.632,403.573333 44.4266667,374.64 41.664,314.514667 C40.5813333,290.901333 40.3573333,283.826667 40.3573333,224 C40.3573333,164.192 40.6,157.117333 41.664,133.485333 C44.4453333,73.248 72.7253333,44.4266667 133.485333,41.664 C157.117333,40.6 164.192,40.376 224,40.376 L224,40.376 Z M224,-1.57772181e-30 C163.165333,-1.57772181e-30 155.549333,0.261333333 131.656,1.344 C50.3066667,5.07733333 5.096,50.2133333 1.36266667,131.637333 C0.261333333,155.549333 -9.06682137e-15,163.165333 -9.06682137e-15,224 C-9.06682137e-15,284.834667 0.261333333,292.469333 1.344,316.362667 C5.07733333,397.712 50.2133333,442.922667 131.637333,446.656 C155.549333,447.738667 163.165333,448 224,448 C284.834667,448 292.469333,447.738667 316.362667,446.656 C397.637333,442.922667 442.96,397.786667 446.637333,316.362667 C447.738667,292.469333 448,284.834667 448,224 C448,163.165333 447.738667,155.549333 446.656,131.656 C442.997333,50.3813333 397.805333,5.096 316.381333,1.36266667 C292.469333,0.261333333 284.834667,-9.06682137e-15 224,-9.06682137e-15 L224,-1.57772181e-30 Z M224,108.976 C160.477333,108.976 108.976,160.477333 108.976,224 C108.976,287.522667 160.477333,339.042667 224,339.042667 C287.522667,339.042667 339.024,287.541333 339.024,224 C339.024,160.477333 287.522667,108.976 224,108.976 Z M224,298.666667 C182.765333,298.666667 149.333333,265.253333 149.333333,224 C149.333333,182.765333 182.765333,149.333333 224,149.333333 C265.234667,149.333333 298.666667,182.765333 298.666667,224 C298.666667,265.253333 265.234667,298.666667 224,298.666667 Z M343.578667,77.56 C328.72,77.56 316.68,89.6 316.68,104.44 C316.68,119.28 328.72,131.32 343.578667,131.32 C358.418667,131.32 370.44,119.28 370.44,104.44 C370.44,89.6 358.418667,77.56 343.578667,77.56 Z" />\n </symbol>\n <symbol id="user-icon" viewBox="0 0 1024 1024">\n  <path d="m730.06 679.64q-45.377 53.444-101.84 83.443t-120 29.999q-64.032 0-120.75-30.503t-102.6-84.451q-40.335 13.109-77.645 29.747t-53.948 26.722l-17.142 10.084q-29.747 19.159-51.175 57.729t-21.428 73.107 25.461 59.242 60.754 24.705h716.95q35.293 0 60.754-24.705t25.461-59.242-21.428-72.603-51.679-57.225q-6.554-4.033-18.907-10.84t-51.427-24.453-79.409-30.755zm-221.84 25.72q-34.285 0-67.561-14.873t-60.754-40.335-51.175-60.502-40.083-75.124-25.461-84.451-9.075-87.728q0-64.032 19.915-116.22t54.452-85.964 80.67-51.931 99.072-18.151 99.072 18.151 80.67 51.931 54.452 85.964 19.915 116.22q0 65.04-20.167 130.58t-53.948 116.72-81.426 83.443-98.568 32.268z"/>\n </symbol>\n<symbol id="chevron-down" viewBox="0 0 1024 1024">\n  <path class="path1" d="M476.455 806.696l-381.164-381.164q-14.621-14.621-14.621-35.293t14.621-34.789 35.293-14.117 34.789 14.117l342.846 343.35 349.4-349.4q14.621-14.117 35.293-14.117t34.789 14.117 14.117 34.789-14.117 34.789l-381.164 381.164q-19.159 19.159-38.318 19.159t-31.764-12.605z"></path>\n</symbol>\n<symbol id="scroll-down" viewBox="643.5 386 22.1 21.9">\n  <path d="M665.6,396.3c0,0.3-0.1,0.7-0.4,0.9l-9.8,10.4c-0.5,0.5-1.3,0.5-1.7,0l-9.8-10.4c-0.5-0.5-0.5-1.3,0-1.8\n    s1.3-0.5,1.7,0l8.9,9.5l8.9-9.5c0.5-0.5,1.3-0.5,1.7,0C665.5,395.6,665.6,396,665.6,396.3z">\n  <path d="M665.6,387.3c0,0.3-0.1,0.7-0.4,0.9l-9.8,10.4c-0.5,0.5-1.3,0.5-1.7,0l-9.8-10.4c-0.5-0.5-0.5-1.3,0-1.8\n    s1.3-0.5,1.7,0l8.9,9.5l8.9-9.5c0.5-0.5,1.3-0.5,1.7,0C665.5,386.6,665.6,387,665.6,387.3z">\n</symbol>\n</svg>\n  \n          <div id="fb-root"></div>\n    \n      <div class="wrap">\n\n            \n<header id="js-navbar" class="navbar navbar-default navbar-static-top " role="banner">\n    <div class="container">\n    <div class="navbar-header">\n\n              <button type="button" class="navbar-toggle collapsed" data-toggle="sidepanel" data-target="#navbar-nav">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      \n            <ul class="nav">\n        <li class="dropdown">\n          <a href="/us/account/overview/" class="user-link dropdown-toggle hidden-xs hidden-sm" data-toggle="dropdown">\n                                <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n          </a>\n          <a href="/us/account/overview/" class="user-link hidden-md hidden-lg" data-tracking=\'{"category": "menu", "action": "account"}\'>\n                                <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n          </a>\n          <ul class="dropdown-menu dropdown-menu-right">\n            <li>\n              <a href="/us/account/overview/" data-tracking=\'{"category": "menu", "action": "account"}\'>Account</a>\n            </li>\n            <li>\n              <a href="/us/logout/" data-tracking=\'{"category": "menu", "action": "log-out"}\'>Log Out</a>\n            </li>\n          </ul>\n        </li>\n      </ul>\n            <a href="/us/account/overview/" class="user-link hidden">\n                            <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n      </a>\n      <a class="navbar-brand" href="/us/" data-tracking=\'{"category": "menu", "action": "spotify-logo"}\'>\n        <span class="navbar-logo">Spotify</span>\n      </a>\n          </div>\n          <nav class="collapse navbar-collapse" id="navbar-nav" role="navigation">\n        \n<ul class="nav navbar-nav navbar-right nav-main">\n\n    \n        <li >\n    <a href="/us/premium/?checkout=false" id="nav-link-premium" data-ga-category="menu" data-ga-action="premium">\n      Premium\n                </a>\n  </li>\n\n  \n    <li >\n    <a href="https://support.spotify.com/?utm_source=www.spotify.com&amp;utm_medium=www_header" id="nav-link-help" data-ga-category="menu" data-ga-action="help">\n      Help\n                </a>\n  </li>\n\n\n      \n<li >\n  <a href="/us/download/"\n    id="nav-link-download"\n    class="js-get-spotify js-gtm-event"\n    data-ga-category="menu"\n    data-ga-action="download"\n    data-gtm-event-name="download_spotify_button_clicked"\n    data-tracking=\'{"category": "download", "action": "download start", "label": "download-navbar"}\'>Download\n   </a>\n</li>\n  \n  <li role="separator" class="divider"></li>\n\n  \n        <li class="alternate sidepanel-item-small hidden-md hidden-lg " >\n    <a href="/us/account/overview/" id="nav-link-account" data-ga-category="menu" data-ga-action="account">\n      Account\n                </a>\n  </li>\n\n      <li class="alternate sidepanel-item-small hidden-md hidden-lg " >\n    <a href="/us/logout/" id="nav-link-log-out" data-ga-category="menu" data-ga-action="log-out">\n      Log Out\n                </a>\n  </li>\n\n  \n      \n  \n  <li class="dropdown alternate hidden-sidepanel">\n    <a href="/us/account/overview/" class="user-link dropdown-toggle" data-toggle="dropdown">\n                          <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n      <span class="user-text">Profile</span>\n      <svg class="svg-chevron-down"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#chevron-down"></use></svg>\n    </a>\n    <ul class="dropdown-menu dropdown-menu-right">\n            <li>\n        <a href="/us/account/overview/" data-tracking=\'{"category": "menu", "action": "account"}\'>Account</a>\n      </li>\n      <li>\n        <a href="/us/logout/" class="logout-link" data-tracking=\'{"category": "menu", "action": "log-out"}\'>Log Out</a>\n      </li>\n    </ul>\n  </li>\n  </ul>\n      </nav>\n      </div>\n</header>\n    \n\n          \n\n\n    \n    \n      <svg display="none" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n  <defs>\n  <symbol id="icon-locked" viewBox="0 0 1024 1024">\n    <title>locked</title>\n    <path class="path1" d="M762.328 378.139q0-49.41-19.411-94.787t-51.931-78.149-77.392-52.183-94.283-19.411h-22.184q-28.234 0-55.46 6.302t-51.175 18.403-45.125 28.739-37.814 37.814-28.739 45.125-18.403 51.175-6.302 55.46v74.619q-26.722 3.529-45.125 23.949t-18.403 47.645v298.478q0 19.663 9.832 36.553t26.722 26.722 36.553 9.832h489.060q19.663 0 36.553-9.832t26.722-26.722 9.832-36.553v-296.965q0-18.151-8.571-33.78t-23.193-25.461-31.764-12.353v-74.619zM519.311 197.136q36.301 0 69.578 14.369t57.225 38.318 38.318 57.225 14.369 69.578v74.619h-381.164v-74.619q0-36.301 14.369-69.578t38.318-57.225 57.225-38.318 69.578-14.369h22.184z"></path>\n  </symbol>\n  <symbol id="icon-notifications" viewBox="0 0 1024 1024">\n    <title>notifications</title>\n    <path class="path1" d="M508.219 1022.992q35.797 0 65.544-18.403t46.385-49.158q-27.226 2.017-55.208 3.025t-56.721 1.008q-56.973 0-111.929-4.033 16.638 30.755 46.385 49.158t65.544 18.403zM828.88 406.877q-3.025-33.78-14.117-66.3t-28.991-60.754-41.343-52.435-51.679-43.108-59.494-30.503q1.008-6.554 1.513-11.092t0.504-9.075q0-52.435-37.31-89.745t-89.745-37.31-89.745 37.31-37.31 89.745q0 7.059 2.017 20.167-79.661 30.755-133.861 99.577t-61.763 153.524l-25.209 282.344q-23.193 8.067-41.343 17.394t-31.007 19.159-19.663 20.924-6.806 22.184q0 34.285 59.494 63.779t161.843 46.385 223.354 16.89 223.354-16.89 161.843-46.385 59.494-63.779q0-15.126-11.848-29.243t-33.78-26.722-53.192-23.697l-25.209-282.344zM508.219 53.948q32.772 0 56.217 23.445t23.445 56.217q0 1.008-0.504 2.017t-0.756 2.017-0.252 1.513q-28.234-5.546-56.469-5.546h-43.36q-28.234 0-56.469 6.050 0-1.008-0.756-3.025t-0.756-3.025q0-16.134 6.302-30.755t17.142-25.461 25.461-17.142 30.755-6.302z"></path>\n  </symbol>\n  <symbol id="icon-refresh" viewBox="0 0 1024 1024">\n    <title>refresh</title>\n    <path class="path1" d="M872.744 514.773v-0.504q0-74.115-28.739-141.676t-77.897-116.719-116.719-78.149-141.676-28.991q-123.525 0-221.841 75.124-90.249 69.578-125.542 177.473-17.646 54.956-18.151 112.937 0 74.115 28.991 141.676t78.149 116.719 116.719 77.897 141.676 28.739q37.814 0 74.367-7.311t70.838-22.436q18.151-8.067 25.461-26.47t-0.756-36.049q-3.529-9.075-10.588-15.63t-15.378-9.832-17.899-3.277-18.655 4.033q-51.427 21.68-107.391 21.68-54.956 0-104.871-21.176t-85.964-57.477-57.477-86.216-21.428-104.871q0-36.806 9.58-71.594t26.974-64.536 42.352-54.704 54.704-42.352 64.536-27.226 71.594-9.832q54.956 0 104.871 21.428t86.216 57.729 57.729 86.468 21.428 105.123h-104.366q-16.134 0-19.411 7.815t7.815 18.907l136.634 136.634q11.092 11.092 26.974 11.092t26.974-11.092l136.634-136.634q7.563-7.059 8.571-13.361t-4.033-9.832-15.63-3.529h-105.375z"></path>\n  </symbol>\n  <symbol id="icon-home" viewBox="0 0 1024 1024">\n    <title>home</title>\n    <path class="path1" d="M635.273 895.937v-254.109q0-26.218-18.655-44.872t-44.872-18.655h-127.055q-26.218 0-44.872 18.655t-18.655 44.872v254.109h-190.582v-380.66l-63.527 45.377v335.283q0 26.218 18.655 44.872t44.872 18.655h635.273q26.218 0 44.872-18.655t18.655-44.872v-335.283l-63.527-45.377v380.66h-190.582zM582.838 138.147q-20.672-14.621-47.645-19.915t-53.948 0-47.645 19.915l-393.264 280.831q-13.109 9.58-15.882 25.713t6.806 29.495 25.713 16.134 29.747-6.806l392.76-280.831q11.092-7.563 28.739-7.563t28.739 7.563l392.76 280.831q10.588 7.563 23.193 7.563 20.672 0 32.268-16.638 9.58-13.613 6.806-29.747t-15.882-25.713l-393.264-280.831z"></path>\n  </symbol>\n  <symbol id="icon-edit" viewBox="0 0 1024 1024">\n    <title>edit</title>\n    <path class="path1" d="M751.236 461.329q-28.234 28.234-75.628 20.167t-86.72-47.393-47.393-86.72 20.167-75.628l-0.504-0.504-325.704 325.704q-18.655 18.655-38.57 49.158t-29.999 54.704l-79.661 199.657q-3.529 9.075-4.286 16.638t1.26 12.605 6.806 7.815 11.344 2.773q9.075 0 20.167-4.538l199.657-79.661q16.134-6.554 35.797-17.899t37.814-24.957 30.251-25.713l325.704-325.704-0.504-0.504zM149.239 873.753l62.015-155.289q8.067-19.663 25.461-46.133t32.52-41.595l31.259-31.259q10.588 43.36 45.125 77.897t77.897 45.125l-31.259 31.259q-15.126 15.126-41.595 32.52t-46.133 25.461l-155.289 62.015zM908.037 114.954q-23.697-23.697-51.679-36.301t-54.2-12.605q-34.789 0-56.469 21.68l-0.504-0.504-115.963 115.963v0.504q-27.73 28.234-19.663 75.628t47.393 86.72 86.72 47.393 75.628-20.167l0.504 0.504 115.963-115.963-0.504-0.504q9.075-9.075 14.621-21.428t6.806-25.713-1.26-28.234-8.571-29.747-16.134-29.495-22.688-27.73zM802.159 97.812q13.613 0 28.234 4.79t28.739 13.613 26.218 21.428q32.268 31.764 38.822 69.578 0.504 5.042 0.756 10.336t-0.504 12.1-3.529 13.361-7.815 11.596q-12.1 12.1-34.285 12.1-20.167 0-42.352-10.336t-40.839-28.991q-19.159-19.159-29.747-42.099t-10.084-43.108 12.605-32.268 33.78-12.1z"></path>\n  </symbol>\n  <symbol id="icon-offline" viewBox="0 0 1024 1024">\n    <title>offline</title>\n    <path class="path1" d="M415.449 376.626l-2.521 11.092h-222.346q-52.435 0-89.745 37.31t-37.31 89.745 37.31 89.745 89.745 37.31h158.818l-2.521 11.092q-8.067 32.268 2.269 59.494t35.545 42.352l119.996-479.984q-21.176 10.084-39.326 25.461t-31.259 35.293-18.655 41.091zM667.037 387.718l2.521-11.092q5.546-22.184 2.521-41.595t-13.613-34.789-26.722-25.461l-119.996 479.984q32.772-15.126 56.973-42.352t32.268-59.494l2.521-11.092h222.346q52.435 0 89.745-37.31t37.31-89.745-37.31-89.745-89.745-37.31h-158.818z"></path>\n  </symbol>\n  <symbol id="icon-payment" viewBox="0 0 1024 1024">\n    <title>payment</title>\n    <path class="path1" d="M139.659 768.882h737.119q31.259 0 53.696-22.436t22.436-53.696v-241.505h-889.383v241.505q0 31.259 22.436 53.696t53.696 22.436zM730.564 578.3h63.527q13.109 0 22.436 9.327t9.327 22.436v63.527q0 13.109-9.327 22.436t-22.436 9.327h-63.527q-13.109 0-22.436-9.327t-9.327-22.436v-63.527q0-13.109 9.327-22.436t22.436-9.327zM139.659 197.136q-31.259 0-53.696 22.436t-22.436 53.696v50.923h889.383v-50.923q0-31.259-22.436-53.696t-53.696-22.436h-737.119z"></path>\n  </symbol>\n  <symbol id="icon-payment-history" viewBox="0 0 1024 1024">\n    <title>payment-history</title>\n    <path class="path1" d="M127.055 514.773q0 77.645 30.251 148.23t81.174 121.509 121.509 81.174 148.23 30.251 148.23-30.251 121.509-81.174 81.174-121.509 30.251-148.23-30.251-148.23-81.174-121.509-121.509-81.174-148.23-30.251-148.23 30.251-121.509 81.174-81.174 121.509-30.251 148.23zM184.028 514.773q0-52.939 16.386-102.35t46.385-89.241 69.83-69.83 89.241-46.385 102.35-16.386q66.048 0 125.794 25.713t103.358 69.325 69.325 103.358 25.713 125.794q0 112.433-70.082 200.666-65.544 82.686-165.877 110.921-43.36 12.1-88.232 12.605-66.048 0-125.794-25.713t-103.358-69.325-69.325-103.358-25.713-125.794zM655.945 600.484l-86.72-73.611q2.521-12.1 2.521-12.1 0-13.109-6.050-26.218l64.032-94.787q12.1-17.646 15.126-39.326l3.529-25.713q1.008-8.571-3.529-11.848t-12.605 0.756l-23.697 12.605q-7.563 4.538-16.89 12.857t-14.369 15.378l-63.023 93.778q-1.008 0-3.025-0.504l-3.025-0.504q-26.218 0-44.872 18.655t-18.655 44.872 18.655 44.872 44.872 18.655q7.563 0 19.159-4.033l87.728 74.619q16.638 13.613 37.814 19.159l24.705 6.050q9.075 2.521 12.857-2.017t0.252-12.605l-10.084-24.705q-1.513-4.033-4.286-9.075t-6.302-9.58-7.059-8.571-7.059-7.059z"></path>\n  </symbol>\n  <symbol id="icon-redeem" viewBox="0 0 1024 1024">\n    <title>redeem</title>\n    <path class="path1" d="M254.109 70.082q-26.218 0-44.872 18.655t-18.655 44.872v762.328q0 26.218 18.655 44.872t44.872 18.655h508.219q26.218 0 44.872-18.655t18.655-44.872v-762.328q0-26.218-18.655-44.872t-44.872-18.655h-508.219zM444.691 197.136v-63.527h127.055v63.527h127.055v63.527h-381.164v-63.527h127.055zM698.801 895.937h-381.164q-26.218 0-44.872-18.655t-18.655-44.872v-254.109q0-26.218 18.655-44.872t44.872-18.655h381.164q26.218 0 44.872 18.655t18.655 44.872v254.109q0 26.218-18.655 44.872t-44.872 18.655z"></path>\n  </symbol>\n  <symbol id="icon-apps" viewBox="0 0 224.729 224.729">\n    <title>apps</title>\n    <path class="path1" d="M164.112,224.729H0.364v-57.27c6.506,6.84,15.69,11.11,25.877,11.11\n    c19.725,0,35.713-15.99,35.713-35.714c0-19.725-15.988-35.715-35.713-35.715c-10.187,0-19.371,4.271-25.877,11.113V60.98h56.634\n    c-6.471-6.464-10.474-15.398-10.474-25.268C46.525,15.99,62.513,0,82.239,0c19.723,0,35.715,15.99,35.715,35.713\n    c0,9.87-4.004,18.804-10.475,25.268h56.633v55.938c6.4-6.057,15.033-9.778,24.539-9.778c19.725,0,35.713,15.99,35.713,35.715\n    c0,19.724-15.988,35.714-35.713,35.714c-9.506,0-18.139-3.722-24.539-9.778V224.729z"/>\n  </symbol>\n  <symbol id="icon-check" viewBox="0 0 1024 1024">\n    <title>check</title>\n    <path class="path1" d="M435.616 866.19l-254.109-232.934q-18.655-17.142-19.663-42.099t15.882-43.36 41.847-19.411 43.612 15.63l196.128 179.994 281.335-544.016q11.596-22.184 35.293-29.747t45.881 3.781 29.747 35.293-4.033 46.133l-317.637 614.097q-3.025 6.554-7.563 11.848t-10.084 9.327-11.848 6.806-13.361 3.781q-2.017 0.504-3.781 0.756t-3.529 0.252-3.277 0q-23.697 0-40.839-16.134z"></path>\n  </symbol>\n  <symbol id="icon-email" viewBox="0 0 1024 1024">\n    <title>email</title>\n    <path class="path1" d="M590.905 533.932l362.005-226.379v-46.889q0-26.218-18.655-44.872t-44.872-18.655h-762.328q-26.218 0-44.872 18.655t-18.655 44.872v46.889l362.005 226.379q21.68 13.613 52.183 18.403t61.006 0 52.183-18.403zM508.219 649.895q-36.806 0-71.090-8.823t-62.015-25.966l-311.586-195.12v348.896q0 26.218 18.655 44.872t44.872 18.655h762.328q26.218 0 44.872-18.655t18.655-44.872v-348.896l-311.586 195.12q-18.655 11.092-40.587 19.159t-45.125 11.848-47.393 3.781z"></path>\n  </symbol>\n  <!-- TODO: Replace this "push/mobile" icon. It\'s not the right one -->\n  <symbol id="icon-push" viewBox="0 0 1024 1024">\n    <title>push</title>\n    <path class="path1" d="M635.273 133.609h63.527v-31.764q0-39.326-27.982-67.309t-67.309-27.982h-381.164q-39.326 0-67.309 27.982t-27.982 67.309v635.273q0 39.326 27.982 67.309t67.309 27.982h31.764v-127.055h-63.527v-571.746h444.691zM412.928 197.136q-39.326 0-67.309 27.982t-27.982 67.309v635.273q0 39.326 27.982 67.309t67.309 27.982h381.164q39.326 0 67.309-27.982t27.982-67.309v-635.273q0-39.326-27.982-67.309t-67.309-27.982h-381.164zM381.164 895.937v-571.746h444.691v571.746h-444.691z"></path>\n  </symbol>\n  <symbol id="icon-checkmark" viewBox="0 0 1024 1024">\n    <path class="path1" d="M435.616 866.19l-254.109-232.934q-9.075-8.571-14.117-19.663t-5.546-22.436 3.529-22.688 12.605-20.419q16.638-18.655 41.595-19.663t43.612 15.63l196.128 179.994 281.335-544.016q11.596-22.184 35.293-29.747t45.881 3.781 29.747 35.293-4.033 46.133l-317.637 614.097q-6.554 12.605-17.899 20.924t-24.957 10.84q-2.017 0.504-3.781 0.756t-3.529 0.252-3.277 0q-23.697 0-40.839-16.134z"></path>\n  </symbol>\n  <symbol id="icon-collection" viewBox="0 0 1024 1024">\n    <path class="path1" d="m447 273-243-81-204 607 243 81zm576 607 0-736-256 0 0 736 256 0zm-64-576 0 64-128 0 0-64 128 0zm-256 576 0-736-256 0 0 736 256 0zm-64-576 0 64-128 0 0-64 128 0z"></path>\n  </symbol>\n  </defs>\n</svg>\n  <div class="outer-content-wrapper">\n    <div class="container container-submenu visible-xs">\n                        <div class="row">\n            <div class="col-xs-12">\n              \n    \n      \n                                                                                              \n  <div class="submenu-backdrop"></div>\n  <div class="btn-group-inverse">\n    <button type="button" class="btn btn-submenu dropdown-toggle" data-toggle="dropdown">\n              <svg><use xlink:href="#icon-home"></svg>\n            <span class="icon-chevron-down"></span> Account overview\n    </button>\n    <ul class="dropdown-menu" role="menu">\n          \n                    \n    \n  <li class="active" id="submenu-item-account-overview">\n  <a href="/us/account/overview/"><svg><use xlink:href="#icon-home"></svg> Account overview</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-family-plan">\n  <a href="/us/family/overview"><svg><use xlink:href="#icon-redeem"></svg> Premium for Family</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-edit-profile">\n  <a href="/us/account/profile/"><svg><use xlink:href="#icon-edit"></svg> Edit profile</a>\n  </li>\n\n                                        \n    \n  <li  id="submenu-item-change-password">\n  <a href="/us/account/change-password/"><svg><use xlink:href="#icon-locked"></svg> Change password</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-notification-settings">\n  <a href="/us/account/notifications/"><svg><use xlink:href="#icon-notifications"></svg> Notification settings</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-privacy-settings">\n  <a href="/us/account/privacy/"><svg><use xlink:href="#icon-locked"></svg> Privacy settings</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-offline-devices">\n  <a href="/us/account/offline-devices/"><svg><use xlink:href="#icon-offline"></svg> Offline devices</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-recover-playlists">\n  <a href="/us/account/recover-playlists/"><svg><use xlink:href="#icon-refresh"></svg> Recover playlists</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-subscription">\n  <a href="/us/account/subscription/"><svg><use xlink:href="#icon-payment"></svg> Subscription</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-receipts">\n  <a href="/us/account/subscription/receipt/"><svg><use xlink:href="#icon-payment-history"></svg> Receipts</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-apps">\n  <a href="/us/account/apps/"><svg><use xlink:href="#icon-apps"></svg> Apps</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-redeem">\n  <a href="/us/redeem/"><svg><use xlink:href="#icon-redeem"></svg> Redeem</a>\n  </li>\n\n      \n    </ul>\n  </div>\n\n            </div>\n          </div>\n                  </div>\n\n        <div class="content-wrapper">\n\n                  \n\n        <div class="container container-jumbotron container-family">\n        <div class="jumbotron jumbotron-hero jumbotron-inverse jumbotron-family">\n            <div class="row">\n                <div class="col-sm-7 col-lg-6 col-lg-offset-1">\n                                        <h2 class="h1">We\'re all family in here.</h2>\n                    <p>\n                        As a part of Premium for Family you will get all of the Premium benefits but at a lower cost.                    </p>\n\n                    \n                                    </div>\n                                    <div class="col-sm-4">\n                                                                    </div>\n                            </div>\n        </div>\n    </div>\n\n            <script>\n            $(function() {\n                spweb.analytics.sendGtmEvent({\n                    \'category\': \'Account Pages\',\n                    \'action\': \'Jumbotron Shown\',\n                    \'label\': \'family-plan\'\n                }, \'GANonInteractiveEvent\'); // This event isn\'t triggered by a user action\n            });\n        </script>\n        \n      <div class="container container-content">\n        <div class="row">\n                      <div class="col-sm-3 hidden-xs">\n              \n<div class="sidebar">\n                      <div class="user-icon-container img-circle ">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n    \n  <ul class="nav-inverse nav-tabs nav-stacked">\n        \n                    \n    \n  <li class="active" id="submenu-item-account-overview">\n  <a href="/us/account/overview/"><svg><use xlink:href="#icon-home"></svg> Account overview</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-family-plan">\n  <a href="/us/family/overview"><svg><use xlink:href="#icon-redeem"></svg> Premium for Family</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-edit-profile">\n  <a href="/us/account/profile/"><svg><use xlink:href="#icon-edit"></svg> Edit profile</a>\n  </li>\n\n                                        \n    \n  <li  id="submenu-item-change-password">\n  <a href="/us/account/change-password/"><svg><use xlink:href="#icon-locked"></svg> Change password</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-notification-settings">\n  <a href="/us/account/notifications/"><svg><use xlink:href="#icon-notifications"></svg> Notification settings</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-privacy-settings">\n  <a href="/us/account/privacy/"><svg><use xlink:href="#icon-locked"></svg> Privacy settings</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-offline-devices">\n  <a href="/us/account/offline-devices/"><svg><use xlink:href="#icon-offline"></svg> Offline devices</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-recover-playlists">\n  <a href="/us/account/recover-playlists/"><svg><use xlink:href="#icon-refresh"></svg> Recover playlists</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-subscription">\n  <a href="/us/account/subscription/"><svg><use xlink:href="#icon-payment"></svg> Subscription</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-receipts">\n  <a href="/us/account/subscription/receipt/"><svg><use xlink:href="#icon-payment-history"></svg> Receipts</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-apps">\n  <a href="/us/account/apps/"><svg><use xlink:href="#icon-apps"></svg> Apps</a>\n  </li>\n\n                        \n    \n  <li  id="submenu-item-redeem">\n  <a href="/us/redeem/"><svg><use xlink:href="#icon-redeem"></svg> Redeem</a>\n  </li>\n\n      \n  </ul>\n\n</div>\n            </div>\n                              <div class="col-sm-9">\n            <div class="content">\n              <div class="content-top">\n                                                                \n                \n                \n                \n                  <div class="page-header">\n    <h1>Account overview</h1>\n  </div>\n\n            \n  <div class="row">\n    <div class="col-md-6">\n      <div class="well card profile" id=""><h3 class="text-primary">Profile</h3><form role="form"><div class="form-group"><label class="control-label">Username</label><p class="form-control-static" id="card-profile-username">s0232531</p></div><div class="form-group"><label class="control-label">Email</label><p class="form-control-static" id="card-profile-email">keir.wright-whyte@hotmail.com</p></div><div class="form-group"><label class="control-label">Date of birth</label><p class="form-control-static" id="card-profile-dob">8/9/83</p></div><div class="form-group"><label class="control-label">Country</label><p class="form-control-static" id="card-profile-country">GB</p></div></form><a href="/us/account/profile/" class="btn btn-black btn-sm btn-block center-block" id="btn-edit-profile">Edit profile</a></div>    </div>\n    <div class="col-md-6">\n              <div class="well card subscription " id=""><h3 class="product-name">Premium for Family</h3><p class="subscription-status subscription-compact">\n    Your plan will automatically renew on <b class="recurring-date">3/10/19</b> and you\'ll be charged <b class="recurring-price">£14.99</b>.\n      </p><a href="/us/account/subscription/" class="button btn btn-black btn-sm center-block" id="btn-cta-subscription-card" data-ga-category="Account Pages" data-ga-action="Subscription Widget CTA clicked" data-ga-label="family-plan" >Manage plan</a><script>\n            $(function() {\n                spweb.analytics.sendGtmEvent({\n                    \'category\': \'Account Pages\',\n                    \'action\': \'Subscription Widget Shown\',\n                    \'label\': \'family-plan\'\n                }, \'GANonInteractiveEvent\'); // This event isn\'t triggered by a user action\n            });\n        </script></div>                  <div class="well card subscription " id=""><h3 class="product-name">Manage your family accounts</h3><p>Want to add or remove members?</p><p><a href="/us/family/overview" class="btn btn-black btn-sm center-block" id="btn-manage-familyplan">\n            Go\n        </a></p></div>              \n          </div>\n  </div>\n\n  <div class="well card " id=""><h3 class="text-primary">Sign out everywhere</h3><div class="row"><div class="col-md-6"><p>Sign out wherever you have Spotify open, including the web, mobile, desktop or any other devices.</p></div><div class="col-md-6"><a href="//accounts.spotify.com/revoke_sessions/?continue=https%3A//www.spotify.com/us/"\n         class="btn btn-black btn-sm btn-block center-block js-gtm-event"\n         data-ga-category="Account Pages"\n         data-ga-action="sign out everywhere"\n         data-ga-label="sign-out-everywhere-account"\n         data-gtm-event-name="signout_everywhere_button_clicked"\n      >\n        Sign out everywhere\n      </a></div></div></div>\n              </div>\n\n                            <div class="content-bottom">\n                                                                                  <div class="well card card--feedback" id=""><form action="#" class="account-feedback "><section class="account-feedback__section" id="account-feedback__section-satisfaction"><h3>Did you find what you needed?</h3><div class="radio"><label class="account-feedback__answer"><input type="radio" name="account-feedback-answer" value="yes" />\n          Yes\n          <span class="control-indicator"></span></label></div><div class="radio"><label class="account-feedback__answer"><input type="radio" name="account-feedback-answer" value="no" />\n          No\n          <span class="control-indicator"></span></label></div><div class="radio"><label class="account-feedback__answer"><input type="radio" name="account-feedback-answer" value="other" />\n          Other\n          <span class="control-indicator"></span></label></div></section><section class="account-feedback__section account-feedback__section--hidden" id="account-feedback__section-text"><h3>What were you trying to do in your Account?</h3><textarea class="account-feedback__free-text" name="account-feedback-text" placeholder="E.g. reset password, redeem a gift card" required></textarea><button type="button" class="account-feedback__send-button btn btn-primary btn-sm" disabled>Submit</button></section><section class="account-feedback__section account-feedback__section--center account-feedback__section--hidden" id="account-feedback__section-thanks"><h3>Thanks!</h3><p>You rock.</p></section></form><script>\n    var spweb = spweb || {};\n    spweb.feedback = {\n      currentRoute: \'account.overview\',\n      trackUrl: \'/us/api/v1/event/track/\'\n    };\n  </script><script src="//www.scdn.co/webpack/feedback.2d8c32e104bb72993e2f.js" async></script></div>                              </div>\n                          </div>\n          </div>\n          \n        </div>\n      </div>\n    </div>\n        </div>\n\n\n\n      </div>\n\n            <footer role="contentinfo" class="footer footer-default ">\n  <div class="container">\n    <nav class="row">\n\n            <div class="col-xs-12 col-md-2">\n        <div class="footer-logo">\n          <a href="/us/">Spotify</a>\n        </div>\n      </div>\n\n            <div class="col-xs-6 col-sm-4 col-md-2">\n        <h3 class="nav-title">Company</h3>\n        <ul class="nav">\n          \n  <li >\n    <a href="/us/about-us/contact/" id="nav-link-about" data-ga-category="menu" data-ga-action="about">\n      About\n                </a>\n  </li>\n\n  <li >\n    <a href="https://www.spotifyjobs.com/" id="nav-link-jobs" data-ga-category="menu" data-ga-action="jobs">\n      Jobs\n                </a>\n  </li>\n\n  <li >\n    <a href="https://newsroom.spotify.com/" id="nav-link-press" data-ga-category="menu" data-ga-action="press">\n      For the Record\n                </a>\n  </li>\n\n        </ul>\n      </div>\n\n            <div class="col-xs-6 col-sm-4 col-md-2">\n        <h3 class="nav-title">Communities</h3>\n        <ul class="nav">\n          \n  <li >\n    <a href="https://artists.spotify.com/" id="nav-link-artists" data-ga-category="menu" data-ga-action="artists">\n      For Artists\n                </a>\n  </li>\n\n  <li >\n    <a href="https://developer.spotify.com/" id="nav-link-developers" data-ga-category="menu" data-ga-action="developers">\n      Developers\n                </a>\n  </li>\n\n  <li >\n    <a href="/us/brands/" id="nav-link-brands" data-ga-category="menu" data-ga-action="brands">\n      Brands\n                </a>\n  </li>\n\n  <li >\n    <a href="https://investors.spotify.com/" id="nav-link-investors" data-ga-category="menu" data-ga-action="investors">\n      Investors\n                </a>\n  </li>\n\n  <li >\n    <a href="https://spotifyforvendors.com/" id="nav-link-vendors" data-ga-category="menu" data-ga-action="vendors">\n      Vendors\n                </a>\n  </li>\n\n        </ul>\n      </div>\n\n            <div class="col-xs-6 col-sm-4 col-md-2">\n        <h3 class="nav-title">Useful links</h3>\n        <ul class="nav">\n            <li >\n    <a href="https://support.spotify.com/?utm_source=www.spotify.com&amp;utm_medium=www_footer" id="nav-link-help" data-ga-category="menu" data-ga-action="help">\n      Help\n                </a>\n  </li>\n\n  <li class="hidden-xs " >\n    <a href="/us/redirect/webplayerlink/?utm_medium=www_footer" id="nav-link-play" data-ga-category="menu" data-ga-action="play">\n      Web Player\n                </a>\n  </li>\n\n    <li class="visible-xs hidden-sm " >\n    <a href="/us/free/?utm_medium=www_footer" id="nav-link-free" data-ga-category="menu" data-ga-action="free">\n      Free Mobile App\n                </a>\n  </li>\n\n        </ul>\n      </div>\n\n            <div class="col-xs-12 col-md-4 col-social">\n        <ul class="nav">\n          <li>\n  <a href="http://instagram.com/spotify">\n    <svg class="social-icon">\n      <use xlink:href="#instagram-icon">\n    <svg>\n    <span class="social-text">Instagram</span>\n  </a>\n</li>\n<li>\n  <a href="https://twitter.com/spotify">\n    <svg class="social-icon">\n      <use xlink:href="#twitter-icon">\n    <svg>\n    <span class="social-text">Twitter</span></a>\n</li>\n<li>\n  <a href="https://www.facebook.com/Spotify">\n    <svg class="social-icon">\n      <use xlink:href="#facebook-icon">\n    <svg>\n    <span class="social-text">Facebook</span>\n  </a>\n</li>\n        </ul>\n      </div>\n    </nav>\n\n    <nav class="row row-small">\n      <div class="col-xs-9 col-md-7">\n\n                <ul class="nav nav-small">\n          <li>\n            <a href="/us/legal/">Legal</a>\n          </li>\n          <li>\n            <a href="/us/privacy/">Privacy Center</a>\n          </li>\n          <li>\n            <a href="/legal/privacy-policy/">Privacy Policy</a>\n          </li>\n          <li>\n            <a href="/us/legal/cookies-policy/">Cookies</a>\n          </li>\n          <li>\n            <a href="/us/legal/privacy-policy/#s3">About Ads</a>\n          </li>\n\n                            </ul>\n      </div>\n\n            <div class="col-xs-3 col-md-5 text-right">\n                <a class="market" href="/us/select-your-country/" title="Click to change">\n          <div class="media">\n            <div class="media-body media-middle">\n              USA\n            </div>\n            <div class="media-right media-middle">\n              <span class="media-object flag-icon flag-icon-us"></span>\n            </div>\n          </div>\n        </a>\n\n                <small class="copyright">&copy; 2019 Spotify AB</small>\n      </div>\n    </nav>\n  </div>\n</footer>\n  \n  \n           <script src="//www.scdn.co/webpack/spweb-site.min.eced33a61180b244c09d.js"></script>\n   \n  <script src="//www.scdn.co/webpack/account.912b5a95b6c31f7507c2.js"></script>\n  <script>\n    </script>\n\n  <script>\n    $(function() {\n      spweb.account.submenu.init();\n      spweb.account.subscription.init();\n      spweb.account.notifications.init();\n      spweb.account.privacy.init();\n    });\n  </script>\n\n  <script src="//www.scdn.co/webpack/signup.e0f7d5732ea3cb366703.js"></script>\n\n    <script async src="//vt.myvisualiq.net/2/afTxMmlGwCNRJiC5Bd75ug%3D%3D/vt-150.js"></script>        <script defer src="https://www.fastly-insights.com/insights.js?k=040e3997-282c-4275-ba9b-a406ce78b133&dnt=1"></script>\n\n</body>\n<!-- This page was rendered using Twig -->\n</html>\n' }
  2397. IncomingMessage {
  2398.   _readableState:
  2399.    ReadableState {
  2400.      objectMode: false,
  2401.      highWaterMark: 16384,
  2402.      buffer: BufferList { head: null, tail: null, length: 0 },
  2403.      length: 0,
  2404.      pipes: null,
  2405.      pipesCount: 0,
  2406.      flowing: true,
  2407.      ended: true,
  2408.      endEmitted: true,
  2409.      reading: false,
  2410.      sync: false,
  2411.      needReadable: false,
  2412.      emittedReadable: false,
  2413.      readableListening: false,
  2414.      resumeScheduled: false,
  2415.      emitClose: true,
  2416.      destroyed: false,
  2417.      defaultEncoding: 'utf8',
  2418.      awaitDrain: 0,
  2419.      readingMore: false,
  2420.      decoder: null,
  2421.      encoding: null },
  2422.   readable: false,
  2423.   _events:
  2424.    [Object: null prototype] {
  2425.      end: [ [Function: responseOnEnd], [Function] ],
  2426.      close: [ [Function], [Function] ],
  2427.      data: [Function],
  2428.      error: [Function] },
  2429.   _eventsCount: 4,
  2430.   _maxListeners: undefined,
  2431.   socket:
  2432.    TLSSocket {
  2433.      _tlsOptions:
  2434.       { pipe: false,
  2435.         secureContext: [SecureContext],
  2436.         isServer: false,
  2437.         requestCert: true,
  2438.         rejectUnauthorized: true,
  2439.         session:
  2440.          <Buffer 30 82 06 60 02 01 01 02 02 03 03 04 02 c0 2f 04 20 77 a8 f6 dc 5c ab 9b cc 60 2e 98 90 04 fc 4d a4 1e a5 87 5c 4b 59 54 96 4d ec a2 84 c9 ec e2 be 04 ... >,
  2441.         ALPNProtocols: undefined,
  2442.         requestOCSP: undefined },
  2443.      _secureEstablished: true,
  2444.      _securePending: false,
  2445.      _newSessionPending: false,
  2446.      _controlReleased: true,
  2447.      _SNICallback: null,
  2448.      servername: 'www.spotify.com',
  2449.      alpnProtocol: false,
  2450.      authorized: true,
  2451.      authorizationError: null,
  2452.      encrypted: true,
  2453.      _events:
  2454.       [Object: null prototype] {
  2455.         close: [Array],
  2456.         end: [Function: onReadableStreamEnd],
  2457.         secure: [Function: onConnectSecure],
  2458.         free: [Function: onFree],
  2459.         agentRemove: [Function: onRemove],
  2460.         drain: [Function: ondrain],
  2461.         error: [Function: socketErrorListener],
  2462.         finish: [Function] },
  2463.      _eventsCount: 8,
  2464.      connecting: false,
  2465.      _hadError: false,
  2466.      _handle:
  2467.       TLSWrap {
  2468.         _parent: [TCP],
  2469.         _parentWrap: undefined,
  2470.         _secureContext: [SecureContext],
  2471.         reading: true,
  2472.         onread: [Function: onStreamRead],
  2473.         onhandshakestart: [Function: noop],
  2474.         onhandshakedone: [Function: bound ],
  2475.         onocspresponse: [Function: onocspresponse],
  2476.         onerror: [Function: onerror],
  2477.         [Symbol(owner)]: [Circular] },
  2478.      _parent: null,
  2479.      _host: 'www.spotify.com',
  2480.      _readableState:
  2481.       ReadableState {
  2482.         objectMode: false,
  2483.         highWaterMark: 16384,
  2484.         buffer: BufferList { head: null, tail: null, length: 0 },
  2485.         length: 0,
  2486.         pipes: null,
  2487.         pipesCount: 0,
  2488.         flowing: true,
  2489.         ended: false,
  2490.         endEmitted: false,
  2491.         reading: false,
  2492.         sync: false,
  2493.         needReadable: true,
  2494.         emittedReadable: false,
  2495.         readableListening: false,
  2496.         resumeScheduled: false,
  2497.         emitClose: false,
  2498.         destroyed: false,
  2499.         defaultEncoding: 'utf8',
  2500.         awaitDrain: 0,
  2501.         readingMore: true,
  2502.         decoder: null,
  2503.         encoding: null },
  2504.      readable: true,
  2505.      _maxListeners: undefined,
  2506.      _writableState:
  2507.       WritableState {
  2508.         objectMode: false,
  2509.         highWaterMark: 16384,
  2510.         finalCalled: true,
  2511.         needDrain: false,
  2512.         ending: true,
  2513.         ended: true,
  2514.         finished: false,
  2515.         destroyed: false,
  2516.         decodeStrings: false,
  2517.         defaultEncoding: 'utf8',
  2518.         length: 0,
  2519.         writing: false,
  2520.         corked: 0,
  2521.         sync: false,
  2522.         bufferProcessing: false,
  2523.         onwrite: [Function: bound onwrite],
  2524.         writecb: null,
  2525.         writelen: 0,
  2526.         bufferedRequest: null,
  2527.         lastBufferedRequest: null,
  2528.         pendingcb: 1,
  2529.         prefinished: false,
  2530.         errorEmitted: false,
  2531.         emitClose: false,
  2532.         bufferedRequestCount: 0,
  2533.         corkedRequestsFree: [Object] },
  2534.      writable: false,
  2535.      allowHalfOpen: false,
  2536.      _sockname: null,
  2537.      _pendingData: null,
  2538.      _pendingEncoding: '',
  2539.      server: undefined,
  2540.      _server: null,
  2541.      ssl:
  2542.       TLSWrap {
  2543.         _parent: [TCP],
  2544.         _parentWrap: undefined,
  2545.         _secureContext: [SecureContext],
  2546.         reading: true,
  2547.         onread: [Function: onStreamRead],
  2548.         onhandshakestart: [Function: noop],
  2549.         onhandshakedone: [Function: bound ],
  2550.         onocspresponse: [Function: onocspresponse],
  2551.         onerror: [Function: onerror],
  2552.         [Symbol(owner)]: [Circular] },
  2553.      _requestCert: true,
  2554.      _rejectUnauthorized: true,
  2555.      parser: null,
  2556.      _httpMessage:
  2557.       ClientRequest {
  2558.         _events: [Object],
  2559.         _eventsCount: 5,
  2560.         _maxListeners: undefined,
  2561.         output: [],
  2562.         outputEncodings: [],
  2563.         outputCallbacks: [],
  2564.         outputSize: 0,
  2565.         writable: true,
  2566.         _last: true,
  2567.         chunkedEncoding: false,
  2568.         shouldKeepAlive: false,
  2569.         useChunkedEncodingByDefault: true,
  2570.         sendDate: false,
  2571.         _removedConnection: false,
  2572.         _removedContLen: false,
  2573.         _removedTE: false,
  2574.         _contentLength: null,
  2575.         _hasBody: true,
  2576.         _trailer: '',
  2577.         finished: true,
  2578.         _headerSent: true,
  2579.         socket: [Circular],
  2580.         connection: [Circular],
  2581.         _header:
  2582.          'POST /us/family/api/master-invite-by-email/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nContent-Type: application/json\r\nCookie: sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nx-csrf-token: AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR\r\nHost: www.spotify.com\r\nOrigin: https://www.spotify.com/\r\ncontent-length: 62\r\nConnection: close\r\n\r\n',
  2583.         _onPendingData: [Function: noopPendingOutput],
  2584.         agent: [Agent],
  2585.         socketPath: undefined,
  2586.         timeout: undefined,
  2587.         method: 'POST',
  2588.         path: '/us/family/api/master-invite-by-email/',
  2589.         _ended: true,
  2590.         res: [Circular],
  2591.         aborted: undefined,
  2592.         timeoutCb: null,
  2593.         upgradeOrConnect: false,
  2594.         parser: null,
  2595.         maxHeadersCount: null,
  2596.         [Symbol(isCorked)]: false,
  2597.         [Symbol(outHeadersKey)]: [Object] },
  2598.      [Symbol(res)]:
  2599.       TLSWrap {
  2600.         _parent: [TCP],
  2601.         _parentWrap: undefined,
  2602.         _secureContext: [SecureContext],
  2603.         reading: true,
  2604.         onread: [Function: onStreamRead],
  2605.         onhandshakestart: [Function: noop],
  2606.         onhandshakedone: [Function: bound ],
  2607.         onocspresponse: [Function: onocspresponse],
  2608.         onerror: [Function: onerror],
  2609.         [Symbol(owner)]: [Circular] },
  2610.      [Symbol(asyncId)]: 130,
  2611.      [Symbol(lastWriteQueueSize)]: 0,
  2612.      [Symbol(timeout)]: null,
  2613.      [Symbol(kBytesRead)]: 0,
  2614.      [Symbol(kBytesWritten)]: 0,
  2615.      [Symbol(connect-options)]:
  2616.       { rejectUnauthorized: true,
  2617.         ciphers:
  2618.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  2619.         checkServerIdentity: [Function: checkServerIdentity],
  2620.         minDHSize: 1024,
  2621.         servername: 'www.spotify.com',
  2622.         _defaultAgent: [Agent],
  2623.         _events: [Object],
  2624.         _eventsCount: 3,
  2625.         _maxListeners: undefined,
  2626.         headers: [Object],
  2627.         body:
  2628.          '{"firstName":"test","lastName":"test","email":"test@test.com"}',
  2629.         callback: [Function],
  2630.         method: 'POST',
  2631.         readable: true,
  2632.         writable: true,
  2633.         explicitMethod: true,
  2634.         _qs: [Querystring],
  2635.         _auth: [Auth],
  2636.         _oauth: [OAuth],
  2637.         _multipart: [Multipart],
  2638.         _redirect: [Redirect],
  2639.         _tunnel: [Tunnel],
  2640.         setHeader: [Function],
  2641.         hasHeader: [Function],
  2642.         getHeader: [Function],
  2643.         removeHeader: [Function],
  2644.         localAddress: undefined,
  2645.         pool: {},
  2646.         dests: [],
  2647.         __isRequestRequest: true,
  2648.         _callback: [Function],
  2649.         uri: [Url],
  2650.         proxy: null,
  2651.         tunnel: true,
  2652.         setHost: false,
  2653.         originalCookieHeader:
  2654.          'sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  2655.         _disableCookies: true,
  2656.         _jar: undefined,
  2657.         port: 443,
  2658.         host: 'www.spotify.com',
  2659.         path: null,
  2660.         httpModule: [Object],
  2661.         agentClass: [Function],
  2662.         agent: [Agent],
  2663.         _started: true,
  2664.         href:
  2665.          'https://www.spotify.com/us/family/api/master-invite-by-email/',
  2666.         _agentKey: 'www.spotify.com:443::::::::::::::::',
  2667.         encoding: null,
  2668.         session:
  2669.          <Buffer 30 82 06 60 02 01 01 02 02 03 03 04 02 c0 2f 04 20 77 a8 f6 dc 5c ab 9b cc 60 2e 98 90 04 fc 4d a4 1e a5 87 5c 4b 59 54 96 4d ec a2 84 c9 ec e2 be 04 ... >,
  2670.         singleUse: true } },
  2671.   connection:
  2672.    TLSSocket {
  2673.      _tlsOptions:
  2674.       { pipe: false,
  2675.         secureContext: [SecureContext],
  2676.         isServer: false,
  2677.         requestCert: true,
  2678.         rejectUnauthorized: true,
  2679.         session:
  2680.          <Buffer 30 82 06 60 02 01 01 02 02 03 03 04 02 c0 2f 04 20 77 a8 f6 dc 5c ab 9b cc 60 2e 98 90 04 fc 4d a4 1e a5 87 5c 4b 59 54 96 4d ec a2 84 c9 ec e2 be 04 ... >,
  2681.         ALPNProtocols: undefined,
  2682.         requestOCSP: undefined },
  2683.      _secureEstablished: true,
  2684.      _securePending: false,
  2685.      _newSessionPending: false,
  2686.      _controlReleased: true,
  2687.      _SNICallback: null,
  2688.      servername: 'www.spotify.com',
  2689.      alpnProtocol: false,
  2690.      authorized: true,
  2691.      authorizationError: null,
  2692.      encrypted: true,
  2693.      _events:
  2694.       [Object: null prototype] {
  2695.         close: [Array],
  2696.         end: [Function: onReadableStreamEnd],
  2697.         secure: [Function: onConnectSecure],
  2698.         free: [Function: onFree],
  2699.         agentRemove: [Function: onRemove],
  2700.         drain: [Function: ondrain],
  2701.         error: [Function: socketErrorListener],
  2702.         finish: [Function] },
  2703.      _eventsCount: 8,
  2704.      connecting: false,
  2705.      _hadError: false,
  2706.      _handle:
  2707.       TLSWrap {
  2708.         _parent: [TCP],
  2709.         _parentWrap: undefined,
  2710.         _secureContext: [SecureContext],
  2711.         reading: true,
  2712.         onread: [Function: onStreamRead],
  2713.         onhandshakestart: [Function: noop],
  2714.         onhandshakedone: [Function: bound ],
  2715.         onocspresponse: [Function: onocspresponse],
  2716.         onerror: [Function: onerror],
  2717.         [Symbol(owner)]: [Circular] },
  2718.      _parent: null,
  2719.      _host: 'www.spotify.com',
  2720.      _readableState:
  2721.       ReadableState {
  2722.         objectMode: false,
  2723.         highWaterMark: 16384,
  2724.         buffer: BufferList { head: null, tail: null, length: 0 },
  2725.         length: 0,
  2726.         pipes: null,
  2727.         pipesCount: 0,
  2728.         flowing: true,
  2729.         ended: false,
  2730.         endEmitted: false,
  2731.         reading: false,
  2732.         sync: false,
  2733.         needReadable: true,
  2734.         emittedReadable: false,
  2735.         readableListening: false,
  2736.         resumeScheduled: false,
  2737.         emitClose: false,
  2738.         destroyed: false,
  2739.         defaultEncoding: 'utf8',
  2740.         awaitDrain: 0,
  2741.         readingMore: true,
  2742.         decoder: null,
  2743.         encoding: null },
  2744.      readable: true,
  2745.      _maxListeners: undefined,
  2746.      _writableState:
  2747.       WritableState {
  2748.         objectMode: false,
  2749.         highWaterMark: 16384,
  2750.         finalCalled: true,
  2751.         needDrain: false,
  2752.         ending: true,
  2753.         ended: true,
  2754.         finished: false,
  2755.         destroyed: false,
  2756.         decodeStrings: false,
  2757.         defaultEncoding: 'utf8',
  2758.         length: 0,
  2759.         writing: false,
  2760.         corked: 0,
  2761.         sync: false,
  2762.         bufferProcessing: false,
  2763.         onwrite: [Function: bound onwrite],
  2764.         writecb: null,
  2765.         writelen: 0,
  2766.         bufferedRequest: null,
  2767.         lastBufferedRequest: null,
  2768.         pendingcb: 1,
  2769.         prefinished: false,
  2770.         errorEmitted: false,
  2771.         emitClose: false,
  2772.         bufferedRequestCount: 0,
  2773.         corkedRequestsFree: [Object] },
  2774.      writable: false,
  2775.      allowHalfOpen: false,
  2776.      _sockname: null,
  2777.      _pendingData: null,
  2778.      _pendingEncoding: '',
  2779.      server: undefined,
  2780.      _server: null,
  2781.      ssl:
  2782.       TLSWrap {
  2783.         _parent: [TCP],
  2784.         _parentWrap: undefined,
  2785.         _secureContext: [SecureContext],
  2786.         reading: true,
  2787.         onread: [Function: onStreamRead],
  2788.         onhandshakestart: [Function: noop],
  2789.         onhandshakedone: [Function: bound ],
  2790.         onocspresponse: [Function: onocspresponse],
  2791.         onerror: [Function: onerror],
  2792.         [Symbol(owner)]: [Circular] },
  2793.      _requestCert: true,
  2794.      _rejectUnauthorized: true,
  2795.      parser: null,
  2796.      _httpMessage:
  2797.       ClientRequest {
  2798.         _events: [Object],
  2799.         _eventsCount: 5,
  2800.         _maxListeners: undefined,
  2801.         output: [],
  2802.         outputEncodings: [],
  2803.         outputCallbacks: [],
  2804.         outputSize: 0,
  2805.         writable: true,
  2806.         _last: true,
  2807.         chunkedEncoding: false,
  2808.         shouldKeepAlive: false,
  2809.         useChunkedEncodingByDefault: true,
  2810.         sendDate: false,
  2811.         _removedConnection: false,
  2812.         _removedContLen: false,
  2813.         _removedTE: false,
  2814.         _contentLength: null,
  2815.         _hasBody: true,
  2816.         _trailer: '',
  2817.         finished: true,
  2818.         _headerSent: true,
  2819.         socket: [Circular],
  2820.         connection: [Circular],
  2821.         _header:
  2822.          'POST /us/family/api/master-invite-by-email/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nContent-Type: application/json\r\nCookie: sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nx-csrf-token: AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR\r\nHost: www.spotify.com\r\nOrigin: https://www.spotify.com/\r\ncontent-length: 62\r\nConnection: close\r\n\r\n',
  2823.         _onPendingData: [Function: noopPendingOutput],
  2824.         agent: [Agent],
  2825.         socketPath: undefined,
  2826.         timeout: undefined,
  2827.         method: 'POST',
  2828.         path: '/us/family/api/master-invite-by-email/',
  2829.         _ended: true,
  2830.         res: [Circular],
  2831.         aborted: undefined,
  2832.         timeoutCb: null,
  2833.         upgradeOrConnect: false,
  2834.         parser: null,
  2835.         maxHeadersCount: null,
  2836.         [Symbol(isCorked)]: false,
  2837.         [Symbol(outHeadersKey)]: [Object] },
  2838.      [Symbol(res)]:
  2839.       TLSWrap {
  2840.         _parent: [TCP],
  2841.         _parentWrap: undefined,
  2842.         _secureContext: [SecureContext],
  2843.         reading: true,
  2844.         onread: [Function: onStreamRead],
  2845.         onhandshakestart: [Function: noop],
  2846.         onhandshakedone: [Function: bound ],
  2847.         onocspresponse: [Function: onocspresponse],
  2848.         onerror: [Function: onerror],
  2849.         [Symbol(owner)]: [Circular] },
  2850.      [Symbol(asyncId)]: 130,
  2851.      [Symbol(lastWriteQueueSize)]: 0,
  2852.      [Symbol(timeout)]: null,
  2853.      [Symbol(kBytesRead)]: 0,
  2854.      [Symbol(kBytesWritten)]: 0,
  2855.      [Symbol(connect-options)]:
  2856.       { rejectUnauthorized: true,
  2857.         ciphers:
  2858.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  2859.         checkServerIdentity: [Function: checkServerIdentity],
  2860.         minDHSize: 1024,
  2861.         servername: 'www.spotify.com',
  2862.         _defaultAgent: [Agent],
  2863.         _events: [Object],
  2864.         _eventsCount: 3,
  2865.         _maxListeners: undefined,
  2866.         headers: [Object],
  2867.         body:
  2868.          '{"firstName":"test","lastName":"test","email":"test@test.com"}',
  2869.         callback: [Function],
  2870.         method: 'POST',
  2871.         readable: true,
  2872.         writable: true,
  2873.         explicitMethod: true,
  2874.         _qs: [Querystring],
  2875.         _auth: [Auth],
  2876.         _oauth: [OAuth],
  2877.         _multipart: [Multipart],
  2878.         _redirect: [Redirect],
  2879.         _tunnel: [Tunnel],
  2880.         setHeader: [Function],
  2881.         hasHeader: [Function],
  2882.         getHeader: [Function],
  2883.         removeHeader: [Function],
  2884.         localAddress: undefined,
  2885.         pool: {},
  2886.         dests: [],
  2887.         __isRequestRequest: true,
  2888.         _callback: [Function],
  2889.         uri: [Url],
  2890.         proxy: null,
  2891.         tunnel: true,
  2892.         setHost: false,
  2893.         originalCookieHeader:
  2894.          'sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  2895.         _disableCookies: true,
  2896.         _jar: undefined,
  2897.         port: 443,
  2898.         host: 'www.spotify.com',
  2899.         path: null,
  2900.         httpModule: [Object],
  2901.         agentClass: [Function],
  2902.         agent: [Agent],
  2903.         _started: true,
  2904.         href:
  2905.          'https://www.spotify.com/us/family/api/master-invite-by-email/',
  2906.         _agentKey: 'www.spotify.com:443::::::::::::::::',
  2907.         encoding: null,
  2908.         session:
  2909.          <Buffer 30 82 06 60 02 01 01 02 02 03 03 04 02 c0 2f 04 20 77 a8 f6 dc 5c ab 9b cc 60 2e 98 90 04 fc 4d a4 1e a5 87 5c 4b 59 54 96 4d ec a2 84 c9 ec e2 be 04 ... >,
  2910.         singleUse: true } },
  2911.   httpVersionMajor: 1,
  2912.   httpVersionMinor: 1,
  2913.   httpVersion: '1.1',
  2914.   complete: true,
  2915.   headers:
  2916.    { server: 'nginx',
  2917.      date: 'Sat, 09 Mar 2019 16:43:53 GMT',
  2918.      'content-type': 'text/html; charset=UTF-8',
  2919.      'transfer-encoding': 'chunked',
  2920.      connection: 'close',
  2921.      vary: 'X-Forwarded-Proto',
  2922.      'set-cookie':
  2923.       [ 'spsess=oDByKOf0--dmnlE0TEzYn%2C2N5gZEXpOPzmc1XDtUFGlcpo5n; path=/; secure; HttpOnly',
  2924.         'spsess=2zYw-TvsNkyBLxNk45RgsHcO7zRh7r9Xb8GYOAkHHzCxPFNn; path=/; secure; HttpOnly',
  2925.         'sp_30d=1; expires=Mon, 08-Apr-2019 16:43:53 GMT; Max-Age=2592000; path=/; httponly',
  2926.         'sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; expires=Sat, 09-Mar-2019 17:13:53 GMT; Max-Age=1800; path=/; domain=.spotify.com; secure',
  2927.         'sp_phash=bf9ecd24d7d6ae7162d9cbb6f8289531218b6c89; expires=Wed, 08-May-2019 16:43:53 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  2928.         'sp_gaid=0088fc21ecc1487927a571400a88a3a3caddeab1d36106fda0a8e6; expires=Wed, 08-May-2019 16:43:53 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  2929.         'spot=%7B%22t%22%3A1552149833%2C%22m%22%3A%22us%22%2C%22p%22%3A%22premium%22%7D; expires=Sat, 05-Nov-2022 16:43:53 GMT; Max-Age=115516800; path=/; domain=spotify.com' ],
  2930.      'cache-control': 'max-age=0, must-revalidate, private',
  2931.      'x-join-the-band': 'https://www.spotify.com/jobs/',
  2932.      'content-security-policy':
  2933.       'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  2934.      'x-content-security-policy':
  2935.       'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net' },
  2936.   rawHeaders:
  2937.    [ 'Server',
  2938.      'nginx',
  2939.      'Date',
  2940.      'Sat, 09 Mar 2019 16:43:53 GMT',
  2941.      'Content-Type',
  2942.      'text/html; charset=UTF-8',
  2943.      'Transfer-Encoding',
  2944.      'chunked',
  2945.      'Connection',
  2946.      'close',
  2947.      'Vary',
  2948.      'X-Forwarded-Proto',
  2949.      'Set-Cookie',
  2950.      'spsess=oDByKOf0--dmnlE0TEzYn%2C2N5gZEXpOPzmc1XDtUFGlcpo5n; path=/; secure; HttpOnly',
  2951.      'Set-Cookie',
  2952.      'spsess=2zYw-TvsNkyBLxNk45RgsHcO7zRh7r9Xb8GYOAkHHzCxPFNn; path=/; secure; HttpOnly',
  2953.      'Cache-Control',
  2954.      'max-age=0, must-revalidate, private',
  2955.      'Set-Cookie',
  2956.      'sp_30d=1; expires=Mon, 08-Apr-2019 16:43:53 GMT; Max-Age=2592000; path=/; httponly',
  2957.      'Set-Cookie',
  2958.      'sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; expires=Sat, 09-Mar-2019 17:13:53 GMT; Max-Age=1800; path=/; domain=.spotify.com; secure',
  2959.      'Set-Cookie',
  2960.      'sp_phash=bf9ecd24d7d6ae7162d9cbb6f8289531218b6c89; expires=Wed, 08-May-2019 16:43:53 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  2961.      'Set-Cookie',
  2962.      'sp_gaid=0088fc21ecc1487927a571400a88a3a3caddeab1d36106fda0a8e6; expires=Wed, 08-May-2019 16:43:53 GMT; Max-Age=5184000; path=/; domain=.spotify.com; secure',
  2963.      'Set-Cookie',
  2964.      'spot=%7B%22t%22%3A1552149833%2C%22m%22%3A%22us%22%2C%22p%22%3A%22premium%22%7D; expires=Sat, 05-Nov-2022 16:43:53 GMT; Max-Age=115516800; path=/; domain=spotify.com',
  2965.      'X-Join-The-Band',
  2966.      'https://www.spotify.com/jobs/',
  2967.      'Content-Security-Policy',
  2968.      'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  2969.      'X-Content-Security-Policy',
  2970.      'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net' ],
  2971.   trailers: {},
  2972.   rawTrailers: [],
  2973.   aborted: false,
  2974.   upgrade: false,
  2975.   url: '',
  2976.   method: null,
  2977.   statusCode: 500,
  2978.   statusMessage: 'Internal Server Error',
  2979.   client:
  2980.    TLSSocket {
  2981.      _tlsOptions:
  2982.       { pipe: false,
  2983.         secureContext: [SecureContext],
  2984.         isServer: false,
  2985.         requestCert: true,
  2986.         rejectUnauthorized: true,
  2987.         session:
  2988.          <Buffer 30 82 06 60 02 01 01 02 02 03 03 04 02 c0 2f 04 20 77 a8 f6 dc 5c ab 9b cc 60 2e 98 90 04 fc 4d a4 1e a5 87 5c 4b 59 54 96 4d ec a2 84 c9 ec e2 be 04 ... >,
  2989.         ALPNProtocols: undefined,
  2990.         requestOCSP: undefined },
  2991.      _secureEstablished: true,
  2992.      _securePending: false,
  2993.      _newSessionPending: false,
  2994.      _controlReleased: true,
  2995.      _SNICallback: null,
  2996.      servername: 'www.spotify.com',
  2997.      alpnProtocol: false,
  2998.      authorized: true,
  2999.      authorizationError: null,
  3000.      encrypted: true,
  3001.      _events:
  3002.       [Object: null prototype] {
  3003.         close: [Array],
  3004.         end: [Function: onReadableStreamEnd],
  3005.         secure: [Function: onConnectSecure],
  3006.         free: [Function: onFree],
  3007.         agentRemove: [Function: onRemove],
  3008.         drain: [Function: ondrain],
  3009.         error: [Function: socketErrorListener],
  3010.         finish: [Function] },
  3011.      _eventsCount: 8,
  3012.      connecting: false,
  3013.      _hadError: false,
  3014.      _handle:
  3015.       TLSWrap {
  3016.         _parent: [TCP],
  3017.         _parentWrap: undefined,
  3018.         _secureContext: [SecureContext],
  3019.         reading: true,
  3020.         onread: [Function: onStreamRead],
  3021.         onhandshakestart: [Function: noop],
  3022.         onhandshakedone: [Function: bound ],
  3023.         onocspresponse: [Function: onocspresponse],
  3024.         onerror: [Function: onerror],
  3025.         [Symbol(owner)]: [Circular] },
  3026.      _parent: null,
  3027.      _host: 'www.spotify.com',
  3028.      _readableState:
  3029.       ReadableState {
  3030.         objectMode: false,
  3031.         highWaterMark: 16384,
  3032.         buffer: BufferList { head: null, tail: null, length: 0 },
  3033.         length: 0,
  3034.         pipes: null,
  3035.         pipesCount: 0,
  3036.         flowing: true,
  3037.         ended: false,
  3038.         endEmitted: false,
  3039.         reading: false,
  3040.         sync: false,
  3041.         needReadable: true,
  3042.         emittedReadable: false,
  3043.         readableListening: false,
  3044.         resumeScheduled: false,
  3045.         emitClose: false,
  3046.         destroyed: false,
  3047.         defaultEncoding: 'utf8',
  3048.         awaitDrain: 0,
  3049.         readingMore: true,
  3050.         decoder: null,
  3051.         encoding: null },
  3052.      readable: true,
  3053.      _maxListeners: undefined,
  3054.      _writableState:
  3055.       WritableState {
  3056.         objectMode: false,
  3057.         highWaterMark: 16384,
  3058.         finalCalled: true,
  3059.         needDrain: false,
  3060.         ending: true,
  3061.         ended: true,
  3062.         finished: false,
  3063.         destroyed: false,
  3064.         decodeStrings: false,
  3065.         defaultEncoding: 'utf8',
  3066.         length: 0,
  3067.         writing: false,
  3068.         corked: 0,
  3069.         sync: false,
  3070.         bufferProcessing: false,
  3071.         onwrite: [Function: bound onwrite],
  3072.         writecb: null,
  3073.         writelen: 0,
  3074.         bufferedRequest: null,
  3075.         lastBufferedRequest: null,
  3076.         pendingcb: 1,
  3077.         prefinished: false,
  3078.         errorEmitted: false,
  3079.         emitClose: false,
  3080.         bufferedRequestCount: 0,
  3081.         corkedRequestsFree: [Object] },
  3082.      writable: false,
  3083.      allowHalfOpen: false,
  3084.      _sockname: null,
  3085.      _pendingData: null,
  3086.      _pendingEncoding: '',
  3087.      server: undefined,
  3088.      _server: null,
  3089.      ssl:
  3090.       TLSWrap {
  3091.         _parent: [TCP],
  3092.         _parentWrap: undefined,
  3093.         _secureContext: [SecureContext],
  3094.         reading: true,
  3095.         onread: [Function: onStreamRead],
  3096.         onhandshakestart: [Function: noop],
  3097.         onhandshakedone: [Function: bound ],
  3098.         onocspresponse: [Function: onocspresponse],
  3099.         onerror: [Function: onerror],
  3100.         [Symbol(owner)]: [Circular] },
  3101.      _requestCert: true,
  3102.      _rejectUnauthorized: true,
  3103.      parser: null,
  3104.      _httpMessage:
  3105.       ClientRequest {
  3106.         _events: [Object],
  3107.         _eventsCount: 5,
  3108.         _maxListeners: undefined,
  3109.         output: [],
  3110.         outputEncodings: [],
  3111.         outputCallbacks: [],
  3112.         outputSize: 0,
  3113.         writable: true,
  3114.         _last: true,
  3115.         chunkedEncoding: false,
  3116.         shouldKeepAlive: false,
  3117.         useChunkedEncodingByDefault: true,
  3118.         sendDate: false,
  3119.         _removedConnection: false,
  3120.         _removedContLen: false,
  3121.         _removedTE: false,
  3122.         _contentLength: null,
  3123.         _hasBody: true,
  3124.         _trailer: '',
  3125.         finished: true,
  3126.         _headerSent: true,
  3127.         socket: [Circular],
  3128.         connection: [Circular],
  3129.         _header:
  3130.          'POST /us/family/api/master-invite-by-email/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nContent-Type: application/json\r\nCookie: sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nx-csrf-token: AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR\r\nHost: www.spotify.com\r\nOrigin: https://www.spotify.com/\r\ncontent-length: 62\r\nConnection: close\r\n\r\n',
  3131.         _onPendingData: [Function: noopPendingOutput],
  3132.         agent: [Agent],
  3133.         socketPath: undefined,
  3134.         timeout: undefined,
  3135.         method: 'POST',
  3136.         path: '/us/family/api/master-invite-by-email/',
  3137.         _ended: true,
  3138.         res: [Circular],
  3139.         aborted: undefined,
  3140.         timeoutCb: null,
  3141.         upgradeOrConnect: false,
  3142.         parser: null,
  3143.         maxHeadersCount: null,
  3144.         [Symbol(isCorked)]: false,
  3145.         [Symbol(outHeadersKey)]: [Object] },
  3146.      [Symbol(res)]:
  3147.       TLSWrap {
  3148.         _parent: [TCP],
  3149.         _parentWrap: undefined,
  3150.         _secureContext: [SecureContext],
  3151.         reading: true,
  3152.         onread: [Function: onStreamRead],
  3153.         onhandshakestart: [Function: noop],
  3154.         onhandshakedone: [Function: bound ],
  3155.         onocspresponse: [Function: onocspresponse],
  3156.         onerror: [Function: onerror],
  3157.         [Symbol(owner)]: [Circular] },
  3158.      [Symbol(asyncId)]: 130,
  3159.      [Symbol(lastWriteQueueSize)]: 0,
  3160.      [Symbol(timeout)]: null,
  3161.      [Symbol(kBytesRead)]: 0,
  3162.      [Symbol(kBytesWritten)]: 0,
  3163.      [Symbol(connect-options)]:
  3164.       { rejectUnauthorized: true,
  3165.         ciphers:
  3166.          'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  3167.         checkServerIdentity: [Function: checkServerIdentity],
  3168.         minDHSize: 1024,
  3169.         servername: 'www.spotify.com',
  3170.         _defaultAgent: [Agent],
  3171.         _events: [Object],
  3172.         _eventsCount: 3,
  3173.         _maxListeners: undefined,
  3174.         headers: [Object],
  3175.         body:
  3176.          '{"firstName":"test","lastName":"test","email":"test@test.com"}',
  3177.         callback: [Function],
  3178.         method: 'POST',
  3179.         readable: true,
  3180.         writable: true,
  3181.         explicitMethod: true,
  3182.         _qs: [Querystring],
  3183.         _auth: [Auth],
  3184.         _oauth: [OAuth],
  3185.         _multipart: [Multipart],
  3186.         _redirect: [Redirect],
  3187.         _tunnel: [Tunnel],
  3188.         setHeader: [Function],
  3189.         hasHeader: [Function],
  3190.         getHeader: [Function],
  3191.         removeHeader: [Function],
  3192.         localAddress: undefined,
  3193.         pool: {},
  3194.         dests: [],
  3195.         __isRequestRequest: true,
  3196.         _callback: [Function],
  3197.         uri: [Url],
  3198.         proxy: null,
  3199.         tunnel: true,
  3200.         setHost: false,
  3201.         originalCookieHeader:
  3202.          'sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  3203.         _disableCookies: true,
  3204.         _jar: undefined,
  3205.         port: 443,
  3206.         host: 'www.spotify.com',
  3207.         path: null,
  3208.         httpModule: [Object],
  3209.         agentClass: [Function],
  3210.         agent: [Agent],
  3211.         _started: true,
  3212.         href:
  3213.          'https://www.spotify.com/us/family/api/master-invite-by-email/',
  3214.         _agentKey: 'www.spotify.com:443::::::::::::::::',
  3215.         encoding: null,
  3216.         session:
  3217.          <Buffer 30 82 06 60 02 01 01 02 02 03 03 04 02 c0 2f 04 20 77 a8 f6 dc 5c ab 9b cc 60 2e 98 90 04 fc 4d a4 1e a5 87 5c 4b 59 54 96 4d ec a2 84 c9 ec e2 be 04 ... >,
  3218.         singleUse: true } },
  3219.   _consuming: true,
  3220.   _dumped: false,
  3221.   req:
  3222.    ClientRequest {
  3223.      _events:
  3224.       [Object: null prototype] {
  3225.         socket: [Function],
  3226.         response: [Function: bound ],
  3227.         error: [Function: bound ],
  3228.         drain: [Function],
  3229.         prefinish: [Function: requestOnPrefinish] },
  3230.      _eventsCount: 5,
  3231.      _maxListeners: undefined,
  3232.      output: [],
  3233.      outputEncodings: [],
  3234.      outputCallbacks: [],
  3235.      outputSize: 0,
  3236.      writable: true,
  3237.      _last: true,
  3238.      chunkedEncoding: false,
  3239.      shouldKeepAlive: false,
  3240.      useChunkedEncodingByDefault: true,
  3241.      sendDate: false,
  3242.      _removedConnection: false,
  3243.      _removedContLen: false,
  3244.      _removedTE: false,
  3245.      _contentLength: null,
  3246.      _hasBody: true,
  3247.      _trailer: '',
  3248.      finished: true,
  3249.      _headerSent: true,
  3250.      socket:
  3251.       TLSSocket {
  3252.         _tlsOptions: [Object],
  3253.         _secureEstablished: true,
  3254.         _securePending: false,
  3255.         _newSessionPending: false,
  3256.         _controlReleased: true,
  3257.         _SNICallback: null,
  3258.         servername: 'www.spotify.com',
  3259.         alpnProtocol: false,
  3260.         authorized: true,
  3261.         authorizationError: null,
  3262.         encrypted: true,
  3263.         _events: [Object],
  3264.         _eventsCount: 8,
  3265.         connecting: false,
  3266.         _hadError: false,
  3267.         _handle: [TLSWrap],
  3268.         _parent: null,
  3269.         _host: 'www.spotify.com',
  3270.         _readableState: [ReadableState],
  3271.         readable: true,
  3272.         _maxListeners: undefined,
  3273.         _writableState: [WritableState],
  3274.         writable: false,
  3275.         allowHalfOpen: false,
  3276.         _sockname: null,
  3277.         _pendingData: null,
  3278.         _pendingEncoding: '',
  3279.         server: undefined,
  3280.         _server: null,
  3281.         ssl: [TLSWrap],
  3282.         _requestCert: true,
  3283.         _rejectUnauthorized: true,
  3284.         parser: null,
  3285.         _httpMessage: [Circular],
  3286.         [Symbol(res)]: [TLSWrap],
  3287.         [Symbol(asyncId)]: 130,
  3288.         [Symbol(lastWriteQueueSize)]: 0,
  3289.         [Symbol(timeout)]: null,
  3290.         [Symbol(kBytesRead)]: 0,
  3291.         [Symbol(kBytesWritten)]: 0,
  3292.         [Symbol(connect-options)]: [Object] },
  3293.      connection:
  3294.       TLSSocket {
  3295.         _tlsOptions: [Object],
  3296.         _secureEstablished: true,
  3297.         _securePending: false,
  3298.         _newSessionPending: false,
  3299.         _controlReleased: true,
  3300.         _SNICallback: null,
  3301.         servername: 'www.spotify.com',
  3302.         alpnProtocol: false,
  3303.         authorized: true,
  3304.         authorizationError: null,
  3305.         encrypted: true,
  3306.         _events: [Object],
  3307.         _eventsCount: 8,
  3308.         connecting: false,
  3309.         _hadError: false,
  3310.         _handle: [TLSWrap],
  3311.         _parent: null,
  3312.         _host: 'www.spotify.com',
  3313.         _readableState: [ReadableState],
  3314.         readable: true,
  3315.         _maxListeners: undefined,
  3316.         _writableState: [WritableState],
  3317.         writable: false,
  3318.         allowHalfOpen: false,
  3319.         _sockname: null,
  3320.         _pendingData: null,
  3321.         _pendingEncoding: '',
  3322.         server: undefined,
  3323.         _server: null,
  3324.         ssl: [TLSWrap],
  3325.         _requestCert: true,
  3326.         _rejectUnauthorized: true,
  3327.         parser: null,
  3328.         _httpMessage: [Circular],
  3329.         [Symbol(res)]: [TLSWrap],
  3330.         [Symbol(asyncId)]: 130,
  3331.         [Symbol(lastWriteQueueSize)]: 0,
  3332.         [Symbol(timeout)]: null,
  3333.         [Symbol(kBytesRead)]: 0,
  3334.         [Symbol(kBytesWritten)]: 0,
  3335.         [Symbol(connect-options)]: [Object] },
  3336.      _header:
  3337.       'POST /us/family/api/master-invite-by-email/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nContent-Type: application/json\r\nCookie: sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nx-csrf-token: AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR\r\nHost: www.spotify.com\r\nOrigin: https://www.spotify.com/\r\ncontent-length: 62\r\nConnection: close\r\n\r\n',
  3338.      _onPendingData: [Function: noopPendingOutput],
  3339.      agent:
  3340.       Agent {
  3341.         _events: [Object],
  3342.         _eventsCount: 1,
  3343.         _maxListeners: undefined,
  3344.         defaultPort: 443,
  3345.         protocol: 'https:',
  3346.         options: [Object],
  3347.         requests: {},
  3348.         sockets: [Object],
  3349.         freeSockets: {},
  3350.         keepAliveMsecs: 1000,
  3351.         keepAlive: false,
  3352.         maxSockets: Infinity,
  3353.         maxFreeSockets: 256,
  3354.         maxCachedSessions: 100,
  3355.         _sessionCache: [Object] },
  3356.      socketPath: undefined,
  3357.      timeout: undefined,
  3358.      method: 'POST',
  3359.      path: '/us/family/api/master-invite-by-email/',
  3360.      _ended: true,
  3361.      res: [Circular],
  3362.      aborted: undefined,
  3363.      timeoutCb: null,
  3364.      upgradeOrConnect: false,
  3365.      parser: null,
  3366.      maxHeadersCount: null,
  3367.      [Symbol(isCorked)]: false,
  3368.      [Symbol(outHeadersKey)]:
  3369.       [Object: null prototype] {
  3370.         'user-agent': [Array],
  3371.         accept: [Array],
  3372.         'content-type': [Array],
  3373.         cookie: [Array],
  3374.         'x-csrf-token': [Array],
  3375.         host: [Array],
  3376.         origin: [Array],
  3377.         'content-length': [Array] } },
  3378.   request:
  3379.    Request {
  3380.      _events:
  3381.       [Object: null prototype] {
  3382.         error: [Function: bound ],
  3383.         complete: [Function: bound ],
  3384.         pipe: [Function],
  3385.         data: [Function],
  3386.         end: [Function] },
  3387.      _eventsCount: 5,
  3388.      _maxListeners: undefined,
  3389.      headers:
  3390.       { 'User-Agent':
  3391.          'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36',
  3392.         Accept: '*/*',
  3393.         'Content-Type': 'application/json',
  3394.         Cookie:
  3395.          'sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  3396.         'x-csrf-token':
  3397.          'AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR',
  3398.         Host: 'www.spotify.com',
  3399.         Origin: 'https://www.spotify.com/',
  3400.         'content-length': 62 },
  3401.      body:
  3402.       '{"firstName":"test","lastName":"test","email":"test@test.com"}',
  3403.      callback: [Function],
  3404.      method: 'POST',
  3405.      readable: true,
  3406.      writable: true,
  3407.      explicitMethod: true,
  3408.      _qs:
  3409.       Querystring {
  3410.         request: [Circular],
  3411.         lib: [Object],
  3412.         useQuerystring: undefined,
  3413.         parseOptions: {},
  3414.         stringifyOptions: {} },
  3415.      _auth:
  3416.       Auth {
  3417.         request: [Circular],
  3418.         hasAuth: false,
  3419.         sentAuth: false,
  3420.         bearerToken: null,
  3421.         user: null,
  3422.         pass: null },
  3423.      _oauth: OAuth { request: [Circular], params: null },
  3424.      _multipart:
  3425.       Multipart {
  3426.         request: [Circular],
  3427.         boundary: '575efa54-c8b4-4560-b464-3c328a455dd8',
  3428.         chunked: false,
  3429.         body: null },
  3430.      _redirect:
  3431.       Redirect {
  3432.         request: [Circular],
  3433.         followRedirect: true,
  3434.         followRedirects: true,
  3435.         followAllRedirects: false,
  3436.         followOriginalHttpMethod: false,
  3437.         allowRedirect: [Function],
  3438.         maxRedirects: 10,
  3439.         redirects: [],
  3440.         redirectsFollowed: 0,
  3441.         removeRefererHeader: false },
  3442.      _tunnel:
  3443.       Tunnel {
  3444.         request: [Circular],
  3445.         proxyHeaderWhiteList: [Array],
  3446.         proxyHeaderExclusiveList: [] },
  3447.      setHeader: [Function],
  3448.      hasHeader: [Function],
  3449.      getHeader: [Function],
  3450.      removeHeader: [Function],
  3451.      localAddress: undefined,
  3452.      pool: {},
  3453.      dests: [],
  3454.      __isRequestRequest: true,
  3455.      _callback: [Function],
  3456.      uri:
  3457.       Url {
  3458.         protocol: 'https:',
  3459.         slashes: true,
  3460.         auth: null,
  3461.         host: 'www.spotify.com',
  3462.         port: 443,
  3463.         hostname: 'www.spotify.com',
  3464.         hash: null,
  3465.         search: null,
  3466.         query: null,
  3467.         pathname: '/us/family/api/master-invite-by-email/',
  3468.         path: '/us/family/api/master-invite-by-email/',
  3469.         href:
  3470.          'https://www.spotify.com/us/family/api/master-invite-by-email/' },
  3471.      proxy: null,
  3472.      tunnel: true,
  3473.      setHost: false,
  3474.      originalCookieHeader:
  3475.       'sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=',
  3476.      _disableCookies: true,
  3477.      _jar: undefined,
  3478.      port: 443,
  3479.      host: 'www.spotify.com',
  3480.      path: '/us/family/api/master-invite-by-email/',
  3481.      httpModule:
  3482.       { Agent: [Function],
  3483.         globalAgent: [Agent],
  3484.         Server: [Function],
  3485.         createServer: [Function: createServer],
  3486.         get: [Function: get],
  3487.         request: [Function: request] },
  3488.      agentClass: { [Function: Agent] super_: [Function] },
  3489.      agent:
  3490.       Agent {
  3491.         _events: [Object],
  3492.         _eventsCount: 1,
  3493.         _maxListeners: undefined,
  3494.         defaultPort: 443,
  3495.         protocol: 'https:',
  3496.         options: [Object],
  3497.         requests: {},
  3498.         sockets: [Object],
  3499.         freeSockets: {},
  3500.         keepAliveMsecs: 1000,
  3501.         keepAlive: false,
  3502.         maxSockets: Infinity,
  3503.         maxFreeSockets: 256,
  3504.         maxCachedSessions: 100,
  3505.         _sessionCache: [Object] },
  3506.      _started: true,
  3507.      href:
  3508.       'https://www.spotify.com/us/family/api/master-invite-by-email/',
  3509.      req:
  3510.       ClientRequest {
  3511.         _events: [Object],
  3512.         _eventsCount: 5,
  3513.         _maxListeners: undefined,
  3514.         output: [],
  3515.         outputEncodings: [],
  3516.         outputCallbacks: [],
  3517.         outputSize: 0,
  3518.         writable: true,
  3519.         _last: true,
  3520.         chunkedEncoding: false,
  3521.         shouldKeepAlive: false,
  3522.         useChunkedEncodingByDefault: true,
  3523.         sendDate: false,
  3524.         _removedConnection: false,
  3525.         _removedContLen: false,
  3526.         _removedTE: false,
  3527.         _contentLength: null,
  3528.         _hasBody: true,
  3529.         _trailer: '',
  3530.         finished: true,
  3531.         _headerSent: true,
  3532.         socket: [TLSSocket],
  3533.         connection: [TLSSocket],
  3534.         _header:
  3535.          'POST /us/family/api/master-invite-by-email/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\r\nAccept: */*\r\nContent-Type: application/json\r\nCookie: sss=1; sp_ftv=1; _ga=GA1.2.2058774270.1543929961; sp_landing=https%3A%2F%2Fwww.spotify.com%2Fus%2F; sp_30d=1; sp_usid=d519faca-af19-48c8-8f51-f328553dc7f2; sp_t=59871eaf29d236110d651ca5bb96327e; sp_new=1; _gid=GA1.2.1940905880.1552141266; sp_dc=AQC6nz7fCMlM8hyRmbfDbifHchlYSCOs0nIWDrVw8HkGw5sMnDSuBOdmFEbyjVzZ5odlyYScRQEa-79pkxFOuVofUprI0s2CilqPkM41q_s; csrf_token=AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR; __bon=MHwwfC02MzIxMzU1NzJ8LTI2NTQ5Njk0MDI0fDF8MXwxfDE=\r\nx-csrf-token: AQApk-5rVjqsWnfy6KkHbgE7VmE8nleJqxR7sQo3HM4U1L1DJ8cLP1vJeXF9Ll_ZaxRLipUt49oeNsvq9XSgMsERxpNbRH5hJ9__kII9_B_Igg8Ba0lEsWxebuPrBEnequxQWI0S2AFfbrVA2ziRwOgeVSfFd23591TgFN4pb2oFVPk-3lXxQXrZ9KmqfA2dbb1VGLcyesRIgZ0nrQqWApSJU6zrBv9YHLsR\r\nHost: www.spotify.com\r\nOrigin: https://www.spotify.com/\r\ncontent-length: 62\r\nConnection: close\r\n\r\n',
  3536.         _onPendingData: [Function: noopPendingOutput],
  3537.         agent: [Agent],
  3538.         socketPath: undefined,
  3539.         timeout: undefined,
  3540.         method: 'POST',
  3541.         path: '/us/family/api/master-invite-by-email/',
  3542.         _ended: true,
  3543.         res: [Circular],
  3544.         aborted: undefined,
  3545.         timeoutCb: null,
  3546.         upgradeOrConnect: false,
  3547.         parser: null,
  3548.         maxHeadersCount: null,
  3549.         [Symbol(isCorked)]: false,
  3550.         [Symbol(outHeadersKey)]: [Object] },
  3551.      ntick: true,
  3552.      response: [Circular],
  3553.      originalHost: 'www.spotify.com',
  3554.      originalHostHeaderName: 'Host',
  3555.      responseContent: [Circular],
  3556.      _destdata: true,
  3557.      _ended: true,
  3558.      _callbackCalled: true },
  3559.   toJSON: [Function: responseToJSON],
  3560.   caseless:
  3561.    Caseless {
  3562.      dict:
  3563.       { server: 'nginx',
  3564.         date: 'Sat, 09 Mar 2019 16:43:53 GMT',
  3565.         'content-type': 'text/html; charset=UTF-8',
  3566.         'transfer-encoding': 'chunked',
  3567.         connection: 'close',
  3568.         vary: 'X-Forwarded-Proto',
  3569.         'set-cookie': [Array],
  3570.         'cache-control': 'max-age=0, must-revalidate, private',
  3571.         'x-join-the-band': 'https://www.spotify.com/jobs/',
  3572.         'content-security-policy':
  3573.          'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net',
  3574.         'x-content-security-policy':
  3575.          'frame-ancestors \'self\' https://*.spotify.com https://*.spotify.net' } },
  3576.   body:
  3577.    '<!DOCTYPE html>\n<html lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" class="" >\n  <head>\n\n          <script src="//www.scdn.co/webpack/jquery-2.1.3.min.ef2ceb422b2b231628bb.js"></script>\n    \n            <script>\n            var spweb = spweb || {};\nspweb.config = {\n  environment: {\n    staticUrl: \'//www.scdn.co\'\n  },\n  sso: {\n    host: \'https://accounts.spotify.com\'\n  },\n  www: {\n    host: \'www.spotify.com\'\n  },\n  facebook: {\n    appId: 174829003346,\n    locale: \'zz\',\n    version: \'v2.2\',\n    scopes: \'email,publish_actions,user_birthday,public_profile,user_friends\'\n  },\n  twitter: {\n    enable: true\n  },\n  market: \'us\',\n  language: \'en\'\n};\n        </script>\n    \n        \n      <script>\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      statusCode: 500\n    });\n  </script>\n        <style>.async-hide { opacity: 0 !important}</style>\n<script>\n        window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      \'language\': \'en\',\n      \'market\': \'us\',\n      \'loggedIn\': true,\n      \'userCountry\': \'gb\'\n    });\n        (function(a,s,y,n,c,h,i,d,e){s.className+=\' \'+y;h.start=1*new Date;\n        h.end=i=function(){s.className=s.className.replace(RegExp(\' ?\'+y),\'\')};\n        (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;\n    })(window,document.documentElement,\'async-hide\',\'dataLayer\', 2000,{\'GTM-P9JKJ53\':true});\n        (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\n            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n    })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\n    ga(\'create\', \'UA-5784146-31\', \'auto\', {allowLinker: true, siteSpeedSampleRate: 100});\n        ga(\'require\', \'GTM-P9JKJ53\');\n        (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\n      new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\n      j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n      \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl+\'\';f.parentNode.insertBefore(j,f);\n    })(window,document,\'script\',\'dataLayer\',\'GTM-7BJJ\');\n</script>\n    \n\n          <meta charset="UTF-8">\n      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">\n      <meta name="description" content="Spotify is a digital music service that gives you access to millions of songs.">\n      <meta name="keywords" content="Spotify, music, online, listen, streaming, play, digital, album, artist, playlist">\n\n              <meta property="fb:app_id" content="174829003346">\n        <meta property="og:title" content="Music for everyone.">\n        <meta property="og:type" content="website">\n        <meta property="og:url" content="https://www.spotify.com/us/family/api/master-invite-by-email/">\n        <meta property="og:image" content="http://www.scdn.co/i/_global/open-graph-default.png">\n        <meta property="og:image:secure_url" content="https://www.scdn.co/i/_global/open-graph-default.png">\n        <meta property="og:description" content="Spotify is all the music you’ll ever need.">\n                              <meta name="twitter:card" content="summary">\n          <meta name="twitter:title" content="Music for everyone.">\n          <meta name="twitter:image" content="http://www.scdn.co/i/_global/twitter_card-default.jpg">\n          <meta name="twitter:description" content="Spotify is all the music you’ll ever need.">\n                \n    <title>  Oh no!\n</title>\n\n          <link rel="icon" href="//www.scdn.co/i/_global/favicon.png">\n      <!--[if IE]><link rel="shortcut icon" href="//www.scdn.co/i/_global/favicon.ico"><![endif]-->\n    \n          <link rel="apple-touch-icon-precomposed" sizes="144x144" href="//www.scdn.co/i/_global/touch-icon-144.png">\n      <link rel="apple-touch-icon-precomposed" sizes="114x114" href="//www.scdn.co/i/_global/touch-icon-114.png">\n      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="//www.scdn.co/i/_global/touch-icon-72.png">\n      <link rel="apple-touch-icon-precomposed" href="//www.scdn.co/i/_global/touch-icon-57.png">\n    \n          <link rel="canonical" href="https://www.spotify.com/family/api/master-invite-by-email/">\n    \n      <link rel="stylesheet" href="//www.scdn.co/build/css/spotify-b1556c8cc6.css" />\n  <link rel="stylesheet" href="//www.scdn.co/build/css/index-7d90977231.css" />\n  <link rel="stylesheet" href="//www.scdn.co/build/css/error-de345d0ba3.css" />\n\n          <script>\n    (function() {\n        var spAnalytics = window.spAnalytics || {};\n        spAnalytics._q = [];\n        function proxy(fn) {\n            spAnalytics[fn] = function() {\n                spAnalytics._q.push([fn].concat(Array.prototype.slice.call(arguments, 0)));\n            };\n        }\n        var funcs = ["init", "logEvent", "setUserId", "setUserProperties", "setVersionName", "setDomain", "setGlobalUserProperties"];\n        for (var i = 0; i < funcs.length; i++) {\n            proxy(funcs[i]);\n        }\n        window.spAnalytics = spAnalytics;\n    })();\n</script>\n              <script>\n    (function(window, document) {\n        var s = document.getElementsByTagName(\'script\')[0];\n        var as = document.createElement(\'script\');\n        as.type = \'text/javascript\';\n        as.async = true;\n        as.src = \'//www.scdn.co/webpack/sp-analytics.2dc3a5c8f2c32c8a598a.js\';\n        as.onload = function() { window.spAnalytics.runQueuedFunctions(); };\n        s.parentNode.insertBefore(as, s);\n    })(window, document);\n</script>\n        <script>\n            spAnalytics.init(null, {apiEndpoint: \'/us/spotify/framework/analytics/track/\'})\n        </script>\n        <script src="//www.scdn.co/webpack/tracking.download.ac255fbc3bf10c89d901.js"></script>\n            </head>\n\n      <body class="  m-us l-en page-family-api-master-invite-by-email is-loggedin  reboot  page-error bg-aquamarine ">\n          <noscript>\n  <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-7BJJ"\n          height="0" width="0" style="display:none;visibility:hidden">\n  </iframe>\n</noscript>\n    \n        <?xml version="1.0" encoding="UTF-8" standalone="no"?>\n<svg xmlns="http://www.w3.org/2000/svg" style="display:none">\n <symbol id="spotify-logo" viewBox="0 0 827.79999 248.275">\n  <g transform="matrix(1.25 0 0 -1.25 0 248.28)">\n   <g transform="scale(.1)">\n    <path d="m1580.6 1105.8c-320.13 190.11-848.16 207.59-1153.8 114.84-49.078-14.89-100.97 12.82-115.84 61.89-14.872 49.1 12.8 100.96 61.914 115.88 350.8 106.49 933.97 85.91 1302.5-132.85 44.14-26.2 58.62-83.21 32.45-127.28-26.18-44.14-83.24-58.69-127.27-32.48zm-10.5-281.56c-22.46-36.449-70.11-47.867-106.51-25.5-266.88 164.05-673.86 211.58-989.6 115.73-40.945-12.367-84.191 10.722-96.629 51.582-12.339 40.949 10.754 84.119 51.629 96.569 360.7 109.45 809.1 56.44 1115.6-131.94 36.4-22.41 47.86-70.078 25.48-106.44zm-121.5-270.43c-17.84-29.258-55.95-38.43-85.1-20.598-233.22 142.54-526.75 174.73-872.45 95.758-33.312-7.629-66.511 13.25-74.109 46.551-7.633 33.312 13.164 66.511 46.555 74.109 378.3 86.48 702.8 49.269 964.57-110.69 29.19-17.832 38.38-55.953 20.53-85.132zm-455.48 1432.4c-548.48 0-993.12-444.6-993.12-993.06 0-548.53 444.64-993.14 993.12-993.14 548.5 0 993.12 444.61 993.12 993.14 0 548.47-444.62 993.1-993.12 993.1"/>\n    <path d="m2701.9 1069.4c-171.46 40.89-202 69.59-202 129.88 0 56.99 53.64 95.31 133.41 95.31 77.32 0 153.98-29.11 234.37-89.05 2.44-1.81 5.48-2.54 8.48-2.06 3 0.45 5.66 2.09 7.41 4.57l83.73 118.03c3.44 4.86 2.5 11.56-2.13 15.27-95.67 76.77-203.4 114.09-329.32 114.09-185.15 0-314.46-111.1-314.46-270.08 0-170.48 111.55-230.83 304.33-277.43 164.08-37.789 191.78-69.449 191.78-126.07 0-62.719-56-101.71-146.11-101.71-100.09 0-181.73 33.719-273.06 112.8-2.27 1.953-5.37 2.851-8.24 2.679-3.02-0.25-5.78-1.648-7.71-3.957l-93.87-111.72c-3.94-4.641-3.44-11.559 1.11-15.578 106.26-94.86 236.94-144.97 377.97-144.97 199.51 0 328.42 109.02 328.42 277.74 0 142.59-85.19 221.45-294.11 272.26"/>\n    <path d="m3592.2 878.31c0-120.4-74.17-204.42-180.36-204.42-105 0-184.19 87.839-184.19 204.42 0 116.57 79.19 204.42 184.19 204.42 104.48 0 180.36-85.949 180.36-204.42zm-144.83 360.22c-86.47 0-157.4-34.06-215.9-103.85v78.56c0 6.19-5.03 11.25-11.22 11.25h-153.53c-6.2 0-11.22-5.06-11.22-11.25v-872.86c0-6.199 5.02-11.25 11.22-11.25h153.53c6.19 0 11.22 5.051 11.22 11.25v275.52c58.51-65.66 129.45-97.726 215.9-97.726 160.69 0 323.34 123.69 323.34 360.14 0 236.5-162.65 360.22-323.34 360.22"/>\n    <path d="m4187.7 672.63c-110.07 0-193.05 88.43-193.05 205.68 0 117.75 80.11 203.19 190.51 203.19 110.77 0 194.31-88.43 194.31-205.76 0-117.72-80.65-203.11-191.77-203.11zm0 565.9c-206.94 0-369.05-159.34-369.05-362.79 0-201.24 161-358.9 366.51-358.9 207.66 0 370.27 158.8 370.27 361.47 0 202-161.49 360.22-367.73 360.22"/>\n    <path d="m4997.3 1224.5h-168.95v172.74c0 6.2-5.01 11.25-11.21 11.25h-153.52c-6.21 0-11.26-5.05-11.26-11.25v-172.74h-73.83c-6.18 0-11.18-5.06-11.18-11.25v-131.95c0-6.2 5-11.25 11.18-11.25h73.83v-341.45c0-137.98 68.67-207.94 204.12-207.94 55.07 0 100.77 11.372 143.83 35.801 3.5 1.949 5.68 5.723 5.68 9.731v125.66c0 3.871-2.03 7.531-5.34 9.57-3.35 2.102-7.51 2.199-10.93 0.5-29.58-14.879-58.18-21.738-90.13-21.738-49.26 0-71.24 22.359-71.24 72.488v317.38h168.95c6.21 0 11.21 5.05 11.21 11.25v131.95c0 6.19-5 11.25-11.21 11.25"/>\n    <path d="m5586 1223.8v21.22c0 62.41 23.92 90.24 77.6 90.24 32.01 0 57.72-6.36 86.52-15.96 3.54-1.12 7.24-0.56 10.12 1.56 2.96 2.12 4.64 5.53 4.64 9.13v129.38c0 4.95-3.18 9.33-7.94 10.78-30.42 9.05-69.33 18.34-127.61 18.34-141.82 0-216.77-79.86-216.77-230.86v-32.49h-73.76c-6.19 0-11.27-5.05-11.27-11.25v-132.62c0-6.2 5.08-11.25 11.27-11.25h73.76v-526.66c0-6.199 5-11.25 11.19-11.25h153.54c6.2 0 11.25 5.051 11.25 11.25v526.66h143.35l219.59-526.52c-24.93-55.329-49.44-66.329-82.91-66.329-27.05 0-55.53 8.071-84.65 24.008-2.75 1.5-5.99 1.762-8.95 0.84-2.93-1.027-5.4-3.207-6.64-6.059l-52.04-114.17c-2.48-5.387-0.36-11.727 4.83-14.528 54.33-29.422 103.37-41.98 163.98-41.98 113.37 0 176.03 52.808 231.28 194.89l266.36 688.3c1.34 3.46 0.94 7.37-1.18 10.44-2.11 3.05-5.51 4.89-9.24 4.89h-159.83c-4.78 0-9.07-3.04-10.63-7.54l-164-467.82-179.3 468.02c-1.64 4.35-5.83 7.23-10.49 7.23h-262.28"/>\n    <path d="m5244.7 1224.5h-153.54c-6.2 0-11.25-5.06-11.25-11.25v-669.86c0-6.199 5.05-11.25 11.25-11.25h153.54c6.19 0 11.25 5.051 11.25 11.25v669.86c0 6.19-5.06 11.25-11.25 11.25"/>\n    <path d="m5168.7 1529.5c-60.82 0-110.19-49.24-110.19-110.06 0-60.87 49.37-110.16 110.19-110.16 60.8 0 110.11 49.29 110.11 110.16 0 60.82-49.31 110.06-110.11 110.06"/>\n    <path d="m6520.1 1157.9h-28.14v-35.88h28.14c14.04 0 22.42 6.87 22.42 17.95 0 11.67-8.38 17.93-22.42 17.93zm18.23-51.18 30.57-42.79h-25.77l-27.51 39.25h-23.66v-39.25h-21.57v113.42h50.58c26.34 0 43.68-13.48 43.68-36.18 0-18.59-10.74-29.95-26.32-34.45zm-23.95 108.37c-55.35 0-97.23-43.99-97.23-97.87 0-53.84 41.58-97.25 96.66-97.25 55.33 0 97.25 43.96 97.25 97.87 0 53.84-41.61 97.25-96.68 97.25zm-0.57-205.93c-60.76 0-108.05 48.8-108.05 108.06 0 59.27 47.9 108.62 108.62 108.62 60.76 0 108.04-48.79 108.04-108 0-59.27-47.86-108.68-108.61-108.68"/>\n   </g>\n  </g>\n </symbol>\n <symbol id="facebook-icon" viewBox="0 0 448 448">\n  <path d="m119.75 242.25v-74h63.75v-54.5q0-46.5 26-72.125t69.25-25.625q36.75 0 57 3v66h-39.25q-21.5 0-29 9t-7.5 27v47.25h73.25l-9.75 74h-63.5v189.75h-76.5v-189.75h-63.75z"/>\n </symbol>\n <symbol id="twitter-icon" viewBox="0 0 448 448">\n  <path d="m27 347.75q8.75 1 19.5 1 56.25 0 100.25-34.5-26.25-0.5-47-16.125t-28.5-39.875q8.25 1.25 15.25 1.25 10.75 0 21.25-2.75-28-5.75-46.375-27.875t-18.375-51.375v-1q17 9.5 36.5 10.25-16.5-11-26.25-28.75t-9.75-38.5q0-22 11-40.75 30.25 37.25 73.625 59.625t92.875 24.875q-2-9.5-2-18.5 0-33.5 23.625-57.125t57.125-23.625q35 0 59 25.5 27.25-5.25 51.25-19.5-9.25 28.75-35.5 44.5 23.25-2.5 46.5-12.5-16.75 24.5-40.5 41.75 0.25 3.5 0.25 10.5 0 32.5-9.5 64.875t-28.875 62.125-46.125 52.625-64.5 36.5-80.75 13.625q-67.75 0-124-36.25z"/>\n </symbol>\n <symbol id="instagram-icon" viewBox="0 0 448 448">\n   <path d="M224,40.376 C283.808,40.376 290.901333,40.6 314.533333,41.6826667 C375.237333,44.4453333 403.592,73.248 406.354667,133.504 C407.437333,157.117333 407.642667,164.210667 407.642667,224.018667 C407.642667,283.845333 407.418667,290.92 406.354667,314.533333 C403.573333,374.733333 375.293333,403.592 314.533333,406.354667 C290.901333,407.437333 283.845333,407.661333 224,407.661333 C164.192,407.661333 157.098667,407.437333 133.485333,406.354667 C72.632,403.573333 44.4266667,374.64 41.664,314.514667 C40.5813333,290.901333 40.3573333,283.826667 40.3573333,224 C40.3573333,164.192 40.6,157.117333 41.664,133.485333 C44.4453333,73.248 72.7253333,44.4266667 133.485333,41.664 C157.117333,40.6 164.192,40.376 224,40.376 L224,40.376 Z M224,-1.57772181e-30 C163.165333,-1.57772181e-30 155.549333,0.261333333 131.656,1.344 C50.3066667,5.07733333 5.096,50.2133333 1.36266667,131.637333 C0.261333333,155.549333 -9.06682137e-15,163.165333 -9.06682137e-15,224 C-9.06682137e-15,284.834667 0.261333333,292.469333 1.344,316.362667 C5.07733333,397.712 50.2133333,442.922667 131.637333,446.656 C155.549333,447.738667 163.165333,448 224,448 C284.834667,448 292.469333,447.738667 316.362667,446.656 C397.637333,442.922667 442.96,397.786667 446.637333,316.362667 C447.738667,292.469333 448,284.834667 448,224 C448,163.165333 447.738667,155.549333 446.656,131.656 C442.997333,50.3813333 397.805333,5.096 316.381333,1.36266667 C292.469333,0.261333333 284.834667,-9.06682137e-15 224,-9.06682137e-15 L224,-1.57772181e-30 Z M224,108.976 C160.477333,108.976 108.976,160.477333 108.976,224 C108.976,287.522667 160.477333,339.042667 224,339.042667 C287.522667,339.042667 339.024,287.541333 339.024,224 C339.024,160.477333 287.522667,108.976 224,108.976 Z M224,298.666667 C182.765333,298.666667 149.333333,265.253333 149.333333,224 C149.333333,182.765333 182.765333,149.333333 224,149.333333 C265.234667,149.333333 298.666667,182.765333 298.666667,224 C298.666667,265.253333 265.234667,298.666667 224,298.666667 Z M343.578667,77.56 C328.72,77.56 316.68,89.6 316.68,104.44 C316.68,119.28 328.72,131.32 343.578667,131.32 C358.418667,131.32 370.44,119.28 370.44,104.44 C370.44,89.6 358.418667,77.56 343.578667,77.56 Z" />\n </symbol>\n <symbol id="user-icon" viewBox="0 0 1024 1024">\n  <path d="m730.06 679.64q-45.377 53.444-101.84 83.443t-120 29.999q-64.032 0-120.75-30.503t-102.6-84.451q-40.335 13.109-77.645 29.747t-53.948 26.722l-17.142 10.084q-29.747 19.159-51.175 57.729t-21.428 73.107 25.461 59.242 60.754 24.705h716.95q35.293 0 60.754-24.705t25.461-59.242-21.428-72.603-51.679-57.225q-6.554-4.033-18.907-10.84t-51.427-24.453-79.409-30.755zm-221.84 25.72q-34.285 0-67.561-14.873t-60.754-40.335-51.175-60.502-40.083-75.124-25.461-84.451-9.075-87.728q0-64.032 19.915-116.22t54.452-85.964 80.67-51.931 99.072-18.151 99.072 18.151 80.67 51.931 54.452 85.964 19.915 116.22q0 65.04-20.167 130.58t-53.948 116.72-81.426 83.443-98.568 32.268z"/>\n </symbol>\n<symbol id="chevron-down" viewBox="0 0 1024 1024">\n  <path class="path1" d="M476.455 806.696l-381.164-381.164q-14.621-14.621-14.621-35.293t14.621-34.789 35.293-14.117 34.789 14.117l342.846 343.35 349.4-349.4q14.621-14.117 35.293-14.117t34.789 14.117 14.117 34.789-14.117 34.789l-381.164 381.164q-19.159 19.159-38.318 19.159t-31.764-12.605z"></path>\n</symbol>\n<symbol id="scroll-down" viewBox="643.5 386 22.1 21.9">\n  <path d="M665.6,396.3c0,0.3-0.1,0.7-0.4,0.9l-9.8,10.4c-0.5,0.5-1.3,0.5-1.7,0l-9.8-10.4c-0.5-0.5-0.5-1.3,0-1.8\n    s1.3-0.5,1.7,0l8.9,9.5l8.9-9.5c0.5-0.5,1.3-0.5,1.7,0C665.5,395.6,665.6,396,665.6,396.3z">\n  <path d="M665.6,387.3c0,0.3-0.1,0.7-0.4,0.9l-9.8,10.4c-0.5,0.5-1.3,0.5-1.7,0l-9.8-10.4c-0.5-0.5-0.5-1.3,0-1.8\n    s1.3-0.5,1.7,0l8.9,9.5l8.9-9.5c0.5-0.5,1.3-0.5,1.7,0C665.5,386.6,665.6,387,665.6,387.3z">\n</symbol>\n</svg>\n  \n          <div id="fb-root"></div>\n    \n      <div class="wrap">\n\n          \n<header id="js-navbar" class="navbar navbar-default navbar-static-top navbar-transparent navbar-transparent-100 navbar-highlight-forest" role="banner">\n    <div class="container">\n    <div class="navbar-header">\n\n              <button type="button" class="navbar-toggle collapsed" data-toggle="sidepanel" data-target="#navbar-nav">\n          <span class="sr-only">Toggle navigation</span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n          <span class="icon-bar"></span>\n        </button>\n      \n            <ul class="nav">\n        <li class="dropdown">\n          <a href="/us/account/overview/" class="user-link dropdown-toggle hidden-xs hidden-sm" data-toggle="dropdown">\n                                <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n          </a>\n          <a href="/us/account/overview/" class="user-link hidden-md hidden-lg" data-tracking=\'{"category": "menu", "action": "account"}\'>\n                                <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n          </a>\n          <ul class="dropdown-menu dropdown-menu-right">\n            <li>\n              <a href="/us/account/overview/" data-tracking=\'{"category": "menu", "action": "account"}\'>Account</a>\n            </li>\n            <li>\n              <a href="/us/logout/" data-tracking=\'{"category": "menu", "action": "log-out"}\'>Log Out</a>\n            </li>\n          </ul>\n        </li>\n      </ul>\n            <a href="/us/account/overview/" class="user-link hidden">\n                            <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n      </a>\n      <a class="navbar-brand" href="/us/" data-tracking=\'{"category": "menu", "action": "spotify-logo"}\'>\n        <span class="navbar-logo">Spotify</span>\n      </a>\n          </div>\n          <nav class="collapse navbar-collapse" id="navbar-nav" role="navigation">\n        \n<ul class="nav navbar-nav navbar-right nav-main">\n\n    \n        <li >\n    <a href="/us/premium/?checkout=false" id="nav-link-premium" data-ga-category="menu" data-ga-action="premium">\n      Premium\n                </a>\n  </li>\n\n  \n    <li >\n    <a href="https://support.spotify.com/?utm_source=www.spotify.com&amp;utm_medium=www_header" id="nav-link-help" data-ga-category="menu" data-ga-action="help">\n      Help\n                </a>\n  </li>\n\n\n      \n<li >\n  <a href="/us/download/"\n    id="nav-link-download"\n    class="js-get-spotify js-gtm-event"\n    data-ga-category="menu"\n    data-ga-action="download"\n    data-gtm-event-name="download_spotify_button_clicked"\n    data-tracking=\'{"category": "download", "action": "download start", "label": "download-navbar"}\'>Download\n   </a>\n</li>\n  \n  <li role="separator" class="divider"></li>\n\n  \n        <li class="alternate sidepanel-item-small hidden-md hidden-lg " >\n    <a href="/us/account/overview/" id="nav-link-account" data-ga-category="menu" data-ga-action="account">\n      Account\n                </a>\n  </li>\n\n      <li class="alternate sidepanel-item-small hidden-md hidden-lg " >\n    <a href="/us/logout/" id="nav-link-log-out" data-ga-category="menu" data-ga-action="log-out">\n      Log Out\n                </a>\n  </li>\n\n  \n      \n  \n  <li class="dropdown alternate hidden-sidepanel">\n    <a href="/us/account/overview/" class="user-link dropdown-toggle" data-toggle="dropdown">\n                          <div class="user-icon-container img-circle navbar-user-img">\n    <svg class="user-icon">\n      <use xlink:href="#user-icon">\n    </svg>\n  </div>\n\n      \n      <span class="user-text">Profile</span>\n      <svg class="svg-chevron-down"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#chevron-down"></use></svg>\n    </a>\n    <ul class="dropdown-menu dropdown-menu-right">\n            <li>\n        <a href="/us/account/overview/" data-tracking=\'{"category": "menu", "action": "account"}\'>Account</a>\n      </li>\n      <li>\n        <a href="/us/logout/" class="logout-link" data-tracking=\'{"category": "menu", "action": "log-out"}\'>Log Out</a>\n      </li>\n    </ul>\n  </li>\n  </ul>\n      </nav>\n      </div>\n</header>\n    \n          \n\n\n    \n    \n    <div class="jumbotron-five-hundred page-error-styles">\n  <div class="container">\n    <div class="row row-record">\n      <div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-4 col-md-offset-1 col-lg-4 col-lg-offset-1 error-copy">\n        <h1 class="five-hundred">We&#039;re all mixed up</h1>\n        <p class="lead">Refresh this page or try again later. It may take some time to get things up again.</p>\n        <a class="btn btn-link" href="javascript:history.back()">go back</a>\n      </div>\n      <div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-0 col-lg-6 record-holder">\n        <img class="img-responsive cassette" src="//www.scdn.co/i/500/cassette.svg">\n        <img class="spokes spokes-left" src="//www.scdn.co/i/500/spokes.svg">\n        <img class="spokes spokes-right" src="//www.scdn.co/i/500/spokes.svg">\n      </div>\n    </div>\n  </div>\n</div>\n\n      </div>\n\n      <footer role="contentinfo" class="footer footer-default ">\n  <div class="container">\n    <nav class="row">\n\n            <div class="col-xs-12 col-md-2">\n        <div class="footer-logo">\n          <a href="/us/">Spotify</a>\n        </div>\n      </div>\n\n            <div class="col-xs-6 col-sm-4 col-md-2">\n        <h3 class="nav-title">Company</h3>\n        <ul class="nav">\n          \n  <li >\n    <a href="/us/about-us/contact/" id="nav-link-about" data-ga-category="menu" data-ga-action="about">\n      About\n                </a>\n  </li>\n\n  <li >\n    <a href="https://www.spotifyjobs.com/" id="nav-link-jobs" data-ga-category="menu" data-ga-action="jobs">\n      Jobs\n                </a>\n  </li>\n\n  <li >\n    <a href="https://newsroom.spotify.com/" id="nav-link-press" data-ga-category="menu" data-ga-action="press">\n      For the Record\n                </a>\n  </li>\n\n        </ul>\n      </div>\n\n            <div class="col-xs-6 col-sm-4 col-md-2">\n        <h3 class="nav-title">Communities</h3>\n        <ul class="nav">\n          \n  <li >\n    <a href="https://artists.spotify.com/" id="nav-link-artists" data-ga-category="menu" data-ga-action="artists">\n      For Artists\n                </a>\n  </li>\n\n  <li >\n    <a href="https://developer.spotify.com/" id="nav-link-developers" data-ga-category="menu" data-ga-action="developers">\n      Developers\n                </a>\n  </li>\n\n  <li >\n    <a href="/us/brands/" id="nav-link-brands" data-ga-category="menu" data-ga-action="brands">\n      Brands\n                </a>\n  </li>\n\n  <li >\n    <a href="https://investors.spotify.com/" id="nav-link-investors" data-ga-category="menu" data-ga-action="investors">\n      Investors\n                </a>\n  </li>\n\n  <li >\n    <a href="https://spotifyforvendors.com/" id="nav-link-vendors" data-ga-category="menu" data-ga-action="vendors">\n      Vendors\n                </a>\n  </li>\n\n        </ul>\n      </div>\n\n            <div class="col-xs-6 col-sm-4 col-md-2">\n        <h3 class="nav-title">Useful links</h3>\n        <ul class="nav">\n            <li >\n    <a href="https://support.spotify.com/?utm_source=www.spotify.com&amp;utm_medium=www_footer" id="nav-link-help" data-ga-category="menu" data-ga-action="help">\n      Help\n                </a>\n  </li>\n\n  <li class="hidden-xs " >\n    <a href="/us/redirect/webplayerlink/?utm_medium=www_footer" id="nav-link-play" data-ga-category="menu" data-ga-action="play">\n      Web Player\n                </a>\n  </li>\n\n    <li class="visible-xs hidden-sm " >\n    <a href="/us/free/?utm_medium=www_footer" id="nav-link-free" data-ga-category="menu" data-ga-action="free">\n      Free Mobile App\n                </a>\n  </li>\n\n        </ul>\n      </div>\n\n            <div class="col-xs-12 col-md-4 col-social">\n        <ul class="nav">\n          <li>\n  <a href="http://instagram.com/spotify">\n    <svg class="social-icon">\n      <use xlink:href="#instagram-icon">\n    <svg>\n    <span class="social-text">Instagram</span>\n  </a>\n</li>\n<li>\n  <a href="https://twitter.com/spotify">\n    <svg class="social-icon">\n      <use xlink:href="#twitter-icon">\n    <svg>\n    <span class="social-text">Twitter</span></a>\n</li>\n<li>\n  <a href="https://www.facebook.com/Spotify">\n    <svg class="social-icon">\n      <use xlink:href="#facebook-icon">\n    <svg>\n    <span class="social-text">Facebook</span>\n  </a>\n</li>\n        </ul>\n      </div>\n    </nav>\n\n    <nav class="row row-small">\n      <div class="col-xs-9 col-md-7">\n\n                <ul class="nav nav-small">\n          <li>\n            <a href="/us/legal/">Legal</a>\n          </li>\n          <li>\n            <a href="/us/privacy/">Privacy Center</a>\n          </li>\n          <li>\n            <a href="/legal/privacy-policy/">Privacy Policy</a>\n          </li>\n          <li>\n            <a href="/us/legal/cookies-policy/">Cookies</a>\n          </li>\n          <li>\n            <a href="/us/legal/privacy-policy/#s3">About Ads</a>\n          </li>\n\n                            </ul>\n      </div>\n\n            <div class="col-xs-3 col-md-5 text-right">\n                <a class="market" href="/us/select-your-country/" title="Click to change">\n          <div class="media">\n            <div class="media-body media-middle">\n              USA\n            </div>\n            <div class="media-right media-middle">\n              <span class="media-object flag-icon flag-icon-us"></span>\n            </div>\n          </div>\n        </a>\n\n                <small class="copyright">&copy; 2019 Spotify AB</small>\n      </div>\n    </nav>\n  </div>\n</footer>\n  \n       <script src="//www.scdn.co/webpack/spweb-site.min.eced33a61180b244c09d.js"></script>\n   \n    <script async src="//vt.myvisualiq.net/2/afTxMmlGwCNRJiC5Bd75ug%3D%3D/vt-150.js"></script>        <script defer src="https://www.fastly-insights.com/insights.js?k=040e3997-282c-4275-ba9b-a406ce78b133&dnt=1"></script>\n\n</body>\n<!-- This page was rendered using Twig -->\n</html>\n' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement