You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this: (node:9542) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'id' of undefined at /Users/quantime/Documents/GitHub/WhatsappBot/node_modules/sactivity/js/SpotifyClient.js:101:93 at Array.reduce (<anonymous>) at SpotifyClient.resolve (/Users/quantime/Documents/GitHub/WhatsappBot/node_modules/sactivity/js/SpotifyClient.js:101:52) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async SpotifyClient.resolveURI (/Users/quantime/Documents/GitHub/WhatsappBot/node_modules/sactivity/js/SpotifyClient.js:104:31)
The text was updated successfully, but these errors were encountered:
I copied and paste your test, then search the cookie in the request header that contains a long string with some values like this: sp_m=; spot=; _ga=; sp_adid=; _pin_unauth=; _scid=; sp_dc=; sp_key=; ki_t=; _derived_epik=; &datestamp=&version=6.12.0&hosts=&consentId=&interactionCount=1Path=NotLandingPage&groups==false; sp_phash=; sp_gaid=; sp_ab=; sp_t=; _gcl_au=; sp_last_utm=; sp_landing=; sp_usid=
`import Sactivity, { SpotifyTrackAnalyzer } from 'sactivity';
const sactivity = new Sactivity("cookie");
sactivity.connect().then(socket => {
const analyzer = new SpotifyTrackAnalyzer(socket);
I am getting
{ error: { status: 403 } }
And this:
(node:9542) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'id' of undefined at /Users/quantime/Documents/GitHub/WhatsappBot/node_modules/sactivity/js/SpotifyClient.js:101:93 at Array.reduce (<anonymous>) at SpotifyClient.resolve (/Users/quantime/Documents/GitHub/WhatsappBot/node_modules/sactivity/js/SpotifyClient.js:101:52) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async SpotifyClient.resolveURI (/Users/quantime/Documents/GitHub/WhatsappBot/node_modules/sactivity/js/SpotifyClient.js:104:31)
The text was updated successfully, but these errors were encountered: