okonek / tidal-cli-client

You can now use Tidal on linux. With your loved CLI. <3
MIT License
272 stars 29 forks source link

tracks in queue not playing continuously #65

Open changemenemo opened 5 years ago

changemenemo commented 5 years ago

adding tracks to a queue doesn't engage the list apparently. at least on PureOS and npm 5.8.0. the first item is playing then nothing. and sometimes I got:

TypeError: Cannot read property 'uuid' of undefined
    at module.exports.openPlaylistPanel (/usr/local/lib/node_modules/tidal-cli-client/app/UI/uiComponents/specializedUI/List/PlaylistsList.js:33:92)
    at onItemSelect.map.x (/usr/local/lib/node_modules/tidal-cli-client/app/UI/uiComponents/basicUI/List.js:80:6)
    at Array.map (<anonymous>)
    at module.exports.keySelected (/usr/local/lib/node_modules/tidal-cli-client/app/UI/uiComponents/basicUI/List.js:75:22)
    at List.EventEmitter._emit (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/events.js:94:20)
    at List.EventEmitter.emit (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/events.js:117:12)
    at List.enterSelected (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/widgets/list.js:586:8)
    at List.<anonymous> (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/widgets/list.js:119:14)
    at List.EventEmitter._emit (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/events.js:94:20)
    at List.EventEmitter.emit (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/events.js:117:12)
    at Program.<anonymous> (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/widgets/screen.js:602:15)
    at emitTwo (events.js:126:13)
    at Program.emit (events.js:214:7)
    at /usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/program.js:410:15
    at Array.forEach (<anonymous>)
    at ReadStream.input.on.input._keypressHandler (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/program.js:408:23)
    at emitTwo (events.js:126:13)
    at ReadStream.emit (events.js:214:7)
    at ReadStream.input.on.input._keypressHandler (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/program.js:398:18)
    at emitTwo (events.js:126:13)
    at ReadStream.emit (events.js:214:7)
    at /usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/keys.js:318:14
    at Array.forEach (<anonymous>)
    at emitKeys (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/keys.js:134:10)
    at ReadStream.onData (/usr/local/lib/node_modules/tidal-cli-client/node_modules/blessed/lib/keys.js:49:14)
    at emitOne (events.js:121:20)
    at ReadStream.emit (events.js:211:7)
    at addChunk (_stream_readable.js:263:12)
    at readableAddChunk (_stream_readable.js:250:11)
    at ReadStream.Readable.push (_stream_readable.js:208:10)
    at TTY.onread (net.js:597:20)
Paste this eventId in the Github issue, so I can help you faster

the sequence of tracks in a playlist works nevertheless. Edit: It doesn't work all the time. His there any log where I can see what's wrong?