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
check docker logs with docker compose logs; after ~22seconds the following error will be shown:
spotify-playlist-to-json_1 | Task started at 10/9/2022, 2:00:36 PM
spotify-playlist-to-json_1 | Starting headless browser...
spotify-playlist-to-json_1 | Navigating to https://open.spotify.com/playlist/2pHqqz3F61MDWcOAlMC6ML
spotify-playlist-to-json_1 | Navigating to bottom of page until scrolling stops to collect all songs for playlist; this will take awhile...
spotify-playlist-to-json_1 | Found 0 tracks!
spotify-playlist-to-json_1 | Retrieving metadata took 20.852 seconds.
spotify-playlist-to-json_1 | (node:17) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'attribs' of undefined
spotify-playlist-to-json_1 | at getCss (/opt/app/node_modules/cheerio/lib/api/css.js:69:25)
spotify-playlist-to-json_1 | at initialize.exports.css (/opt/app/node_modules/cheerio/lib/api/css.js:25:12)
spotify-playlist-to-json_1 | at SpotifyScraper.getPlaylist (/opt/app/src/spotify.scraper.js:54:14)
spotify-playlist-to-json_1 | at processTicksAndRejections (internal/process/task_queues.js:89:5)
spotify-playlist-to-json_1 | at async /opt/app/src/server.js:23:26
spotify-playlist-to-json_1 | (node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
Steps to reproduce:
Result (via http://localhost:3000/playlist/result/37i9dQZF1DX4jP4eebSWR9 ) will be stuck at:
The text was updated successfully, but these errors were encountered: