ciderapp / Cider

A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind. 🚀
https://cider.sh
GNU Affero General Public License v3.0
7.19k stars 342 forks source link

[Bug]: Cider randomly stops playing music #693

Closed xx88xx closed 2 years ago

xx88xx commented 2 years ago

Describe the Bug

after an hr or so of use, cider stops playing music. the only thing that solves this is fully closing cider and reopening it or pressing ctrl + f10

Steps to Reproduce

  1. use cider for an hr or so
  2. at one point it will stop playing a song midway, or will not go on to play the next song
  3. restart of cider or ctrl + f10 is required to continue using cider

Environment Information

Anything else?

No response

Code of Conduct

yazninja commented 2 years ago

try disabling this

xx88xx commented 2 years ago

@yazninja ok I'll try next few days!

xx88xx commented 2 years ago

Didn’t fix it, but may have improved and extended the amount of time between refreshes

xx88xx commented 2 years ago

is anything being done to fix this?

cryptofyre commented 2 years ago

Can’t reproduce this issue.

eproxus commented 2 years ago

I also have this issue. It's seemingly random, but happens pretty quickly (after 1-5 songs). Changing Seamless Audio Transition doesn't seem to have any effect. There's nothing in the logs, apart from the song that failed to play twice. E.g.

[2022-06-06 14:31:15.072] [info]  {
  albumName: 'Terminal Caribe',
  artistName: 'Santi & Tuğçe',
  artwork: {
    width: 600,
    height: 600,
    url: 'https://is4-ssl.mzstatic.com/image/thumb/Music115/v4/d5/46/3b/d5463b94-e9d5-10b9-2fb4-c470ebb17f13/194171304361.jpg/{w}x{h}bb.jpg'
  },
  composerName: 'Santiago Ferreira',
  discNumber: 1,
  durationInMillis: 491245,
  genreNames: [ 'Weltweit' ],
  isrc: 'CDBabyushm21927933',
  name: 'Coco Astral',
  playParams: { id: '1466665071', kind: 'song' },
  previews: [
    {
      url: 'https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview115/v4/3f/22/8f/3f228fa1-c6ad-fa10-e4d4-5a1e6a47879f/mzaf_11802573765126159285.plus.aac.ep.m4a'
    }
  ],
  releaseDate: '2019-06-15T12:00:00Z',
  trackNumber: 4,
  status: false,
  url: {
    cider: 'https://cider.sh/link?play/s/1466665071',
    appleMusic: 'https://music.apple.com/de/song/1466665071'
  },
  remainingTime: -66.01899999998295,
  startTime: 1654518675071,
  endTime: 1654518675005,
  volume: 0.35,
  shuffleMode: 0,
  repeatMode: 0,
  autoplayEnabled: false
}
[2022-06-06 14:31:15.353] [info]  {
  albumName: 'Pampa, Vol. 1',
  artistName: 'Acid Pauli',
  artwork: {
    width: 600,
    height: 600,
    url: 'https://is3-ssl.mzstatic.com/image/thumb/Music114/v4/10/41/80/10418069-864e-901d-03c2-7e716032c2b6/4251234306291_1448.jpg/{w}x{h}bb.jpg'
  },
  composerName: 'Martin Gretschmann',
  discNumber: 1,
  durationInMillis: 562080,
  genreNames: [ 'Electronic' ],
  isrc: 'ZebralutionDEMM11600017',
  name: 'Nana',
  playParams: { id: '1100172749', kind: 'song' },
  previews: [
    {
      url: 'https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview115/v4/cb/e2/9d/cbe29d1e-45cf-6b48-c51e-19a1f4043b0b/mzaf_3900982828210207480.plus.aac.ep.m4a'
    }
  ],
  releaseDate: '2016-04-29T12:00:00Z',
  trackNumber: 18,
  status: false,
  url: {
    cider: 'https://cider.sh/link?play/s/1100172749',
    appleMusic: 'https://music.apple.com/de/song/1100172749'
  },
  remainingTime: 562080,
  startTime: 1654518675352,
  endTime: 1654519237432
}
[2022-06-06 14:31:15.901] [info]  {
  albumName: 'Pampa, Vol. 1',
  artistName: 'Acid Pauli',
  artwork: {
    width: 600,
    height: 600,
    url: 'https://is3-ssl.mzstatic.com/image/thumb/Music114/v4/10/41/80/10418069-864e-901d-03c2-7e716032c2b6/4251234306291_1448.jpg/{w}x{h}bb.jpg'
  },
  composerName: 'Martin Gretschmann',
  discNumber: 1,
  durationInMillis: 562080,
  genreNames: [ 'Electronic' ],
  isrc: 'ZebralutionDEMM11600017',
  name: 'Nana',
  playParams: { id: '1100172749', kind: 'song' },
  previews: [
    {
      url: 'https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview115/v4/cb/e2/9d/cbe29d1e-45cf-6b48-c51e-19a1f4043b0b/mzaf_3900982828210207480.plus.aac.ep.m4a'
    }
  ],
  releaseDate: '2016-04-29T12:00:00Z',
  trackNumber: 18,
  status: true,
  url: {
    cider: 'https://cider.sh/link?play/s/1100172749',
    appleMusic: 'https://music.apple.com/de/song/1100172749'
  },
  remainingTime: 562080,
  startTime: 1654518675901,
  endTime: 1654519237981,
  volume: 0.35,
  shuffleMode: 0,
  repeatMode: 0,
  autoplayEnabled: false
}

I'm using Cider 1.4.6 from the Windows Store on Windows 11 Pro N 21H2.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

eproxus commented 2 years ago

Still an issue.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

theironraiden commented 2 years ago

Had this same issue. After disabling seamless audio transition, I stopped having no audio at all, but now instead sometimes I get choppy audio (1 sec audio 1 sec pause) until I restart the app or CTRL+F10

jordanspringer commented 2 years ago

I had this issue on the Windows Store app versions prior to 1.5.2. I haven't had music randomly stop playing so far in 1.5.2 or 1.5.3.

eproxus commented 2 years ago

Yeah, this seems fixed to me.

theironraiden commented 2 years ago

In the latest version it appears to be fixed.

cryptofyre commented 2 years ago

Appears to be fixed, closing.