alexwohlbruck / jukebox

A music server that streams mp3 files based on YouTube videos and Spotify data
https://jukebox-redux.herokuapp.com
10 stars 4 forks source link

Playback is broken #4

Closed alexwohlbruck closed 6 years ago

alexwohlbruck commented 6 years ago
{ [WebapiError: Bad Request] name: 'WebapiError', message: 'Bad Request', statusCode: 400 }                  
events.js:182                                                                                                
      throw er; // Unhandled 'error' event                                                                   
      ^                                                                                                      

Error: Could not extract signature deciphering actions                                                       
    at C:\Users\alexw\Desktop\fxjkbx\node_modules\ytdl-core\lib\sig.js:31:18                                 
    at IncomingMessage.res.on (C:\Users\alexw\Desktop\fxjkbx\node_modules\miniget\lib\index.js:75:11)        
    at emitNone (events.js:110:20)                                                                           
    at IncomingMessage.emit (events.js:207:7)                                                                
    at endReadableNT (_stream_readable.js:1057:12)                                                           
    at _combinedTickCallback (internal/process/next_tick.js:138:11)                                          
    at process._tickCallback (internal/process/next_tick.js:180:9)                                           
npm ERR! code ELIFECYCLE                                                                                     
npm ERR! errno 1                                                                                             
npm ERR! Jukebox@0.0.1 start: `node server.js`                                                               
npm ERR! Exit status 1                                                                                       
npm ERR!                                                                                                     
npm ERR! Failed at the Jukebox@0.0.1 start script.                                                           
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.           

npm ERR! A complete log of this run can be found in:                                                         
npm ERR!     C:\Users\alexw\AppData\Roaming\npm-cache\_logs\2018-02-28T22_32_37_464Z-debug.log