Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- connecting to XXXXXX
- ..........
- WiFi connected
- IP address:
- 192.168.0.46
- mDNS responder started
- Loading config
- Failed to open config file
- No refresh token found. Requesting through browser
- Open browser at http://esp8266.local
- WiFi connected!
- HTTP server started
- def8c022731c4d51819d0d61bc8364b4
- http%3A%2F%2Fesp8266.local%2Fcallback%2F
- Code: XXXXXX
- Requesting URL: POST /api/token HTTP/1.1
- Host: accounts.spotify.com
- Authorization: Basic XXXXXX
- Content-Length: 425
- Content-Type: application/x-www-form-urlencoded
- Connection: close
- grant_type=authorization_code&code=XXXXXX&redirect_uri=http%3A%2F%2Fesp8266.local%2Fcallback%2F
- HTTP/1.1 200 OK
- Server: nginx
- Date: Sun, 20 Jan 2019 20:07:41 GMT
- Content-Type: application/json
- Content-Length: 478
- Connection: close
- Vary: Accept-Encoding
- X-Content-Type-Options: nosniff
- Strict-Transport-Security: max-age=31536000
- start document
- {"access_token":"XXXXXX
- access_token=XXXXXX
- ","token_type":"Bearer
- token_type=Bearer
- ","expires_in":3600
- expires_in=3600
- ,"refresh_token":"XXXXXX
- refresh_token=XXXXXX
- ","scope":"user-modify-playback-state user-read-playback-state user-read-currently-playing user-read-private
- scope=user-modify-playback-state user-read-playback-state user-read-currently-playing user-read-private
- "}Refresh token: XXXXXX
- Access Token: XXXXXX
- Requesting URL: GET /v1/me/player/currently-playing HTTP/1.1
- Host: api.spotify.com
- Authorization: Bearer XXXXXX
- Connection: close
Advertisement
Add Comment
Please, Sign In to add comment