[GH-ISSUE #69] spotify_player fails to play any track, Spotify changes? #21

Closed
opened 2026-03-02 23:43:43 +03:00 by kerem · 22 comments
Owner

Originally created by @0323pin on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/69

@aome510

The player jumps through songs and when reaching the end of the list it starts over again. Killing the app is the only way out of this loop.

Attached the log file, although it generates several of these one after the other.

Backtraces are empty :(

ClientID has been hidden on the log file.

If you need to check my configurations see, https://codeberg.org/pin/leftwm-netbsd/src/branch/main/.config/spotify-player

spotify-player-22-08-04-09:32.log

EDIT: Downgraded to 0.9.3 and the bug is already present there. I've been on holiday and just pushed the updates.
Downgraded to 0.9.2 and it's the same, then downgraded to 0.9.0 and the same happens.

I'm lost, I start to think that something else is causing this. I've also built 0.8.0 just to be sure, as I know this one worked before and it does the same :(
I've no clue how to fix this or what is causing it.

Originally created by @0323pin on GitHub (Aug 4, 2022). Original GitHub issue: https://github.com/aome510/spotify-player/issues/69 @aome510 The player jumps through songs and when reaching the end of the list it starts over again. Killing the app is the only way out of this loop. Attached the log file, although it generates several of these one after the other. Backtraces are empty :( ClientID has been hidden on the log file. If you need to check my configurations see, https://codeberg.org/pin/leftwm-netbsd/src/branch/main/.config/spotify-player [spotify-player-22-08-04-09:32.log](https://github.com/aome510/spotify-player/files/9257647/spotify-player-22-08-04-09.32.log) **EDIT:** Downgraded to 0.9.3 and the bug is already present there. I've been on holiday and just pushed the updates. Downgraded to 0.9.2 and it's the same, then downgraded to 0.9.0 and the same happens. I'm lost, I start to think that something else is causing this. I've also built 0.8.0 just to be sure, as I know this one worked before and it does the same :( I've no clue how to fix this or what is causing it.
kerem closed this issue 2026-03-02 23:43:43 +03:00
Author
Owner

@0323pin commented on GitHub (Aug 4, 2022):

Ok! I've installed 0.9.3 from the binary repository and at least I got a panic,

Got a panic: PanicInfo {
    payload: Any { .. },
    message: None,
    location: Location {
        file: "/home/pbulk/build/audio/spotify-player/work/vendor/futures-util-0.3.21/src/future/future/map.rs",
        line: 62,
        col: 17,
    },
    can_unwind: true,
}

Stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>

Tried with RUST_BACKTRACE=full to get the debug symbols but got another empty backtrace.
But, I no longer think this is an issue with the player. I can't think of what may be causing it, though.

EDIT: I've rebuilt the package with rust-1.60 and llvm-13 (had been using llvm-14 and rust-1.62 before) and the track jumping is still there. Also if I pick a single track, I get no sound :(
Got the same backtrace as above.

<!-- gh-comment-id:1205019547 --> @0323pin commented on GitHub (Aug 4, 2022): Ok! I've installed 0.9.3 from the binary repository and at least I got a panic, ``` Got a panic: PanicInfo { payload: Any { .. }, message: None, location: Location { file: "/home/pbulk/build/audio/spotify-player/work/vendor/futures-util-0.3.21/src/future/future/map.rs", line: 62, col: 17, }, can_unwind: true, } Stack backtrace: 0: <unknown> 1: <unknown> 2: <unknown> 3: <unknown> 4: <unknown> 5: <unknown> 6: <unknown> 7: <unknown> 8: <unknown> 9: <unknown> 10: <unknown> 11: <unknown> 12: <unknown> 13: <unknown> 14: <unknown> ``` Tried with RUST_BACKTRACE=full to get the debug symbols but got another empty backtrace. But, I no longer think this is an issue with the player. I can't think of what may be causing it, though. **EDIT**: I've rebuilt the package with rust-1.60 and llvm-13 (had been using llvm-14 and rust-1.62 before) and the track jumping is still there. Also if I pick a single track, I get no sound :( Got the same backtrace as above.
Author
Owner

@0323pin commented on GitHub (Aug 4, 2022):

@aome510 just got confirmed that ncspot is behaving the same from a fellow NetBSD developer, that claims it was working yesterday but, not today. So, not an issue with spotify-player after all.
Are you aware of any changes at the Spotify end? Are you having any issues yourself?
I've merged the latest librespot, should that dependency be updated?

A lot of questions, I know.

<!-- gh-comment-id:1205340973 --> @0323pin commented on GitHub (Aug 4, 2022): @aome510 just got confirmed that `ncspot` is behaving the same from a fellow NetBSD developer, that claims it was working yesterday but, not today. So, not an issue with `spotify-player` after all. Are you aware of any changes at the Spotify end? Are you having any issues yourself? I've merged the latest `librespot`, should that dependency be updated? A lot of questions, I know.
Author
Owner

@aome510 commented on GitHub (Aug 4, 2022):

Are you aware of any changes at the Spotify end? Are you having any issues yourself?

I'm not. Just quickly tested with 0.9.3 on my local and still works. It also worked yesterday for me.

I've merged the latest librespot, should that dependency be updated?

I don't know there is a new update for librespot. I can bump a new version.

My best guess is this is because of some Spotify client bug, so let's wait for a few days to see if the issue still persists.

<!-- gh-comment-id:1205869366 --> @aome510 commented on GitHub (Aug 4, 2022): > Are you aware of any changes at the Spotify end? Are you having any issues yourself? I'm not. Just quickly tested with `0.9.3` on my local and still works. It also worked yesterday for me. > I've merged the latest librespot, should that dependency be updated? I don't know there is a new update for `librespot`. I can bump a new version. My best guess is this is because of some Spotify client bug, so let's wait for a few days to see if the issue still persists.
Author
Owner

@0323pin commented on GitHub (Aug 5, 2022):

@aome510 Thanks for checking at your end, really appreciated.
I've tried today and it's still the same, I'll give it a few days.

The reason I was mentioning librespot is the ChangeLog provided with the release of v0.4.2, quoting

this point release is mainly to blacklist the ap-gew4 and ap-gue1 access points that caused librespot to fail to playback anything.

So, I thought this could be related. Anyway, librespot is preparing some major changes, I'd recommend to check it out, again quoting,

Development will now shift to the new HTTP-based API, targeted for a future v0.5.0 release. The new-api branch will therefore be promoted to dev. This is a major departure from the old API and although it brings many exciting new things, it is also likely to introduce new bugs and some regressions.

Shall I close this issue? I'm convinced this is not an issue with spotify-player.

<!-- gh-comment-id:1206187416 --> @0323pin commented on GitHub (Aug 5, 2022): @aome510 Thanks for checking at your end, really appreciated. I've tried today and it's still the same, I'll give it a few days. The reason I was mentioning `librespot` is the ChangeLog provided with the release of v0.4.2, quoting > this point release is mainly to blacklist the ap-gew4 and ap-gue1 access points that caused librespot to fail to playback anything. So, I thought this could be related. Anyway, `librespot` is preparing some major changes, I'd recommend to check it out, again quoting, > Development will now shift to the new HTTP-based API, targeted for a future v0.5.0 release. The new-api branch will therefore be promoted to dev. This is a major departure from the old API and although it brings many exciting new things, it is also likely to introduce new bugs and some regressions. Shall I close this issue? I'm convinced this is not an issue with `spotify-player`.
Author
Owner

@aome510 commented on GitHub (Aug 6, 2022):

The reason I was mentioning librespot is the ChangeLog provided with the release of v0.4.2, quoting

this point release is mainly to blacklist the ap-gew4 and ap-gue1 access points that caused librespot to fail to playback anything.

So, I thought this could be related. Anyway, librespot is preparing some major changes, I'd recommend to check it out, again quoting,

Development will now shift to the new HTTP-based API, targeted for a future v0.5.0 release. The new-api branch will therefore be promoted to dev. This is a major departure from the old API and although it brings many exciting new things, it is also likely to introduce new bugs and some regressions.

Ah, I see. Thanks for the information.

Shall I close this issue? I'm convinced this is not an issue with spotify-player.

Let's close if for now. Will open again if I find any issues related to spotify-player

<!-- gh-comment-id:1207167131 --> @aome510 commented on GitHub (Aug 6, 2022): > The reason I was mentioning `librespot` is the ChangeLog provided with the release of v0.4.2, quoting > > > this point release is mainly to blacklist the ap-gew4 and ap-gue1 access points that caused librespot to fail to playback anything. > > So, I thought this could be related. Anyway, `librespot` is preparing some major changes, I'd recommend to check it out, again quoting, > > > Development will now shift to the new HTTP-based API, targeted for a future v0.5.0 release. The new-api branch will therefore be promoted to dev. This is a major departure from the old API and although it brings many exciting new things, it is also likely to introduce new bugs and some regressions. Ah, I see. Thanks for the information. > Shall I close this issue? I'm convinced this is not an issue with `spotify-player`. Let's close if for now. Will open again if I find any issues related to `spotify-player`
Author
Owner

@0323pin commented on GitHub (Aug 10, 2022):

@aome510 Found the issue. It has been in front of my eyes all the time. From ncspotrelease notes

Update to librespot 0.4.2
Should fix ChannelError issues (ncspot skipping through all tracks) which were previously fixed with a workaround in /etc/hosts (https://github.com/hrkfdn/ncspot/issues/864 ...

See the referenced issue and https://github.com/librespot-org/librespot/issues/972 on librespot.

Locally adding 104.199.65.124 ap-gew4.spotify.com to /etc/hosts fixes the issue.
Anyway, updating to librespot-0.4.2 is the right solution.

Regards,
pin

<!-- gh-comment-id:1210195567 --> @0323pin commented on GitHub (Aug 10, 2022): @aome510 Found the issue. It has been in front of my eyes all the time. From `ncspot`release notes > Update to librespot 0.4.2 Should fix ChannelError issues (ncspot skipping through all tracks) which were previously fixed with a workaround in /etc/hosts (https://github.com/hrkfdn/ncspot/issues/864 ... See the referenced issue and https://github.com/librespot-org/librespot/issues/972 on `librespot`. Locally adding `104.199.65.124 ap-gew4.spotify.com` to `/etc/hosts` fixes the issue. Anyway, updating to `librespot`-0.4.2 is the right solution. Regards, pin
Author
Owner

@aome510 commented on GitHub (Aug 10, 2022):

@aome510 Found the issue. It has been in front of my eyes all the time. From ncspotrelease notes

Update to librespot 0.4.2
Should fix ChannelError issues (ncspot skipping through all tracks) which were previously fixed with a workaround in /etc/hosts (hrkfdn/ncspot#864

See the referenced issue and librespot-org/librespot#972 on librespot.

Locally adding 104.199.65.124 ap-gew4.spotify.com to /etc/hosts fixes the issue. Anyway, updating to librespot-0.4.2 is the right solution.

Regards, pin

@0323pin Thanks for the context. Great to know that it's now fixed. I'll release a new version soon with the deps upgrade

<!-- gh-comment-id:1210204953 --> @aome510 commented on GitHub (Aug 10, 2022): > @aome510 Found the issue. It has been in front of my eyes all the time. From `ncspot`release notes > > > Update to librespot 0.4.2 > > Should fix ChannelError issues (ncspot skipping through all tracks) which were previously fixed with a workaround in /etc/hosts ([hrkfdn/ncspot#864](https://github.com/hrkfdn/ncspot/issues/864) > > See the referenced issue and [librespot-org/librespot#972](https://github.com/librespot-org/librespot/issues/972) on `librespot`. > > Locally adding `104.199.65.124 ap-gew4.spotify.com` to `/etc/hosts` fixes the issue. Anyway, updating to `librespot`-0.4.2 is the right solution. > > Regards, pin @0323pin Thanks for the context. Great to know that it's now fixed. I'll release a new version soon with the deps upgrade
Author
Owner

@0323pin commented on GitHub (Aug 10, 2022):

Thanks!
I've posted a brief note for NetBSD users, https://mail-index.netbsd.org/pkgsrc-users/2022/08/10/msg036056.html
I want to avoid complains, as I'm the maintainer of all the Spotify clients 😄

<!-- gh-comment-id:1210216666 --> @0323pin commented on GitHub (Aug 10, 2022): Thanks! I've posted a brief note for NetBSD users, https://mail-index.netbsd.org/pkgsrc-users/2022/08/10/msg036056.html I want to avoid complains, as I'm the maintainer of all the Spotify clients 😄
Author
Owner

@aome510 commented on GitHub (Aug 10, 2022):

@0323pin release new version 0.9.5 with the librespot upgrade. I also specify the latest build of souvlaki in Cargo.toml, so you can build the app with media-control feature. Please lmk if something doesn't work.

<!-- gh-comment-id:1210706674 --> @aome510 commented on GitHub (Aug 10, 2022): @0323pin release new version [`0.9.5`](https://github.com/aome510/spotify-player/releases/tag/v0.9.5) with the `librespot` upgrade. I also specify the latest build of `souvlaki` in [Cargo.toml](https://github.com/aome510/spotify-player/blob/v0.9.5/spotify_player/Cargo.toml#L40), so you can build the app with `media-control` feature. Please lmk if something doesn't work.
Author
Owner

@0323pin commented on GitHub (Aug 10, 2022):

@aome510 Thank you so much! Unfortunately, pulling souvlaki from git is not such a good idea. Within pkgsrc distfiles should not be pulled from the internet at compile time and builds should be done in offline mode, so I hit the following error,

===> Building for spotify-player-0.9.5
error: failed to get `souvlaki` as a dependency of package `spotify_player v0.9.5 (/usr/pkgsrc/wip/spotify-player/work/spotify-player-0.9.5/spotify_player)`

Caused by:
  failed to load source for dependency `souvlaki`

Caused by:
  Unable to update https://github.com/Sinono3/souvlaki#b7020dfa

Caused by:
  can't checkout from 'https://github.com/Sinono3/souvlaki': you are in the offline mode (--offline)
*** Error code 101

Stop.

I've patched this change away and it's building now.
Btw, my builds are faster now, so it should be ready in about 10 min. I will test and report back tomorrow.

<!-- gh-comment-id:1210904430 --> @0323pin commented on GitHub (Aug 10, 2022): @aome510 Thank you so much! Unfortunately, pulling `souvlaki` from git is not such a good idea. Within pkgsrc distfiles should not be pulled from the internet at compile time and builds should be done in offline mode, so I hit the following error, ``` ===> Building for spotify-player-0.9.5 error: failed to get `souvlaki` as a dependency of package `spotify_player v0.9.5 (/usr/pkgsrc/wip/spotify-player/work/spotify-player-0.9.5/spotify_player)` Caused by: failed to load source for dependency `souvlaki` Caused by: Unable to update https://github.com/Sinono3/souvlaki#b7020dfa Caused by: can't checkout from 'https://github.com/Sinono3/souvlaki': you are in the offline mode (--offline) *** Error code 101 Stop. ``` I've patched this change away and it's building now. Btw, my builds are faster now, so it should be ready in about 10 min. I will test and report back tomorrow.
Author
Owner

@0323pin commented on GitHub (Aug 10, 2022):

@aome510 ok, just a few hours after and not tomorrow 😄
I couldn't resist.

All good, no hacks in /etc/hosts needed anymore and I can listen to music again.
Thank you!
I'll merge this on the main repo before sleeping tonight.

<!-- gh-comment-id:1211129777 --> @0323pin commented on GitHub (Aug 10, 2022): @aome510 ok, just a few hours after and not tomorrow 😄 I couldn't resist. All good, no hacks in `/etc/hosts` needed anymore and I can listen to music again. Thank you! I'll merge this on the main repo before sleeping tonight.
Author
Owner

@0323pin commented on GitHub (Aug 11, 2022):

I know this maybe unrelated but, I didn't want to create a new issue.
Yesterday, I streamed music without an itch for over an hour.
Today, I mostly get No playback found. Please make sure there is a running Spotify client and try to connect to it using the 'SwitchDevice' command.

Sometimes it works but mostly it doesn't and I get that error.

spotify-player-22-08-11-06:57.log

<!-- gh-comment-id:1211556708 --> @0323pin commented on GitHub (Aug 11, 2022): I know this maybe unrelated but, I didn't want to create a new issue. Yesterday, I streamed music without an itch for over an hour. Today, I mostly get `No playback found. Please make sure there is a running Spotify client and try to connect to it using the 'SwitchDevice' command.` Sometimes it works but mostly it doesn't and I get that error. [spotify-player-22-08-11-06:57.log](https://github.com/aome510/spotify-player/files/9306206/spotify-player-22-08-11-06.57.log)
Author
Owner

@aome510 commented on GitHub (Aug 11, 2022):

Today, I mostly get No playback found. Please make sure there is a running Spotify client and try to connect to it using the 'SwitchDevice' command.

Did you get that during startup or after using the app for a while?

I just look into the log,

2022-08-11T04:57:48.168309Z INFO spotify_player::streaming: Initializing a new integrated player with device_id=c5e6a5a2-69ac-40aa-9d52-d39810a5bab5
...
2022-08-11T04:57:48.328265Z INFO spotify_player: No playing device found on startup, trying to connect to an available device
2022-08-11T04:57:48.389242Z INFO spotify_player::client: Available devices: []
2022-08-11T04:57:48.389275Z INFO spotify_player::client: No available device found, use the integrated device (id=c5e6a5a2-69ac-40aa-9d52-d39810a5bab5)
2022-08-11T04:57:48.455336Z ERROR Client_request{request=Player(TransferPlayback("c5e6a5a2-69ac-40aa-9d52-d39810a5bab5", false))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 404 Not Found

it seems the app failed to find a device to connect to on startup, which can be because of

  1. initializing the integrated device failed
  2. initializing the integrated device succeeded but the device wasn't shown up in the device list when the get_device API is called

To confirm 1, did you get any backtrace errors?
To confirm 2, does it show any devices when you press D (SwitchDevice command)?

<!-- gh-comment-id:1211562707 --> @aome510 commented on GitHub (Aug 11, 2022): > Today, I mostly get No playback found. Please make sure there is a running Spotify client and try to connect to it using the 'SwitchDevice' command. Did you get that during startup or after using the app for a while? I just look into the log, > 2022-08-11T04:57:48.168309Z INFO spotify_player::streaming: Initializing a new integrated player with device_id=c5e6a5a2-69ac-40aa-9d52-d39810a5bab5 > ... > 2022-08-11T04:57:48.328265Z INFO spotify_player: No playing device found on startup, trying to connect to an available device > 2022-08-11T04:57:48.389242Z INFO spotify_player::client: Available devices: [] > 2022-08-11T04:57:48.389275Z INFO spotify_player::client: No available device found, use the integrated device (id=c5e6a5a2-69ac-40aa-9d52-d39810a5bab5) > 2022-08-11T04:57:48.455336Z ERROR Client_request{request=Player(TransferPlayback("c5e6a5a2-69ac-40aa-9d52-d39810a5bab5", false))}: spotify_player::client::handlers: Failed to handle client request: http error: status code 404 Not Found it seems the app failed to find a device to connect to on startup, which can be because of 1. initializing the integrated device failed 2. initializing the integrated device succeeded but the device wasn't shown up in the device list when the `get_device` API is called To confirm 1, did you get any backtrace errors? To confirm 2, does it show any devices when you press `D` (`SwitchDevice` command)?
Author
Owner

@0323pin commented on GitHub (Aug 11, 2022):

@aome510 Thanks! This happens at startup, as you already figured out.
I only use the integrated device, I've never used the app to control another running device. Yes, I do get backtraces but, they are empty.

Pressing D shows an empty list, as I only use the integrated device.
Could it be librespot failing to start?

<!-- gh-comment-id:1211569345 --> @0323pin commented on GitHub (Aug 11, 2022): @aome510 Thanks! This happens at startup, as you already figured out. I only use the integrated device, I've never used the app to control another running device. Yes, I do get backtraces but, they are empty. Pressing `D` shows an empty list, as I only use the integrated device. Could it be `librespot` failing to start?
Author
Owner

@aome510 commented on GitHub (Aug 11, 2022):

Could it be librespot failing to start?

I guess it could be the case. But, it's pretty weird there is no error backtrace.

Pressing D shows an empty list, as I only use the integrated device.

Even if you only use the integrated device, press D should also show that device unless you don't specify your own client_id in the app.toml. In that case, get_device always return empty.

Does this issue happen every time you open the app? Also, does press R (RestartIntegratedClient command) work?

<!-- gh-comment-id:1211583099 --> @aome510 commented on GitHub (Aug 11, 2022): > Could it be librespot failing to start? I guess it could be the case. But, it's pretty weird there is no error backtrace. > Pressing D shows an empty list, as I only use the integrated device. Even if you only use the integrated device, press `D` should also show that device unless you don't specify your own `client_id` in the `app.toml`. In that case, `get_device` always return empty. Does this issue happen every time you open the app? Also, does press `R` (`RestartIntegratedClient` command) work?
Author
Owner

@0323pin commented on GitHub (Aug 11, 2022):

I've logged in on my working Windows machine on chrome, then launched the app on NetBSD and I can control the device.

Does this issue happen every time you open the app?

No, sometimes it works as expected.

Logged off in Windows and re-launched the player. Got the same error but, got the device in the list when pressing D.
Killed and restarted the app 6 times and twice it worked as expected.

This is though to debug.

<!-- gh-comment-id:1211588290 --> @0323pin commented on GitHub (Aug 11, 2022): I've logged in on my working Windows machine on chrome, then launched the app on NetBSD and I can control the device. > Does this issue happen every time you open the app? No, sometimes it works as expected. Logged off in Windows and re-launched the player. Got the same error but, got the device in the list when pressing `D`. Killed and restarted the app 6 times and twice it worked as expected. This is though to debug.
Author
Owner

@0323pin commented on GitHub (Aug 11, 2022):

When failing it always generates a backtrace,

2022-08-11-081404_1366x768_scrot

But these are all empty.

<!-- gh-comment-id:1211590150 --> @0323pin commented on GitHub (Aug 11, 2022): When failing it always generates a backtrace, ![2022-08-11-081404_1366x768_scrot](https://user-images.githubusercontent.com/90570748/184074698-53c63332-c5ea-4323-97d4-3e23a4205275.png) But these are all empty.
Author
Owner

@aome510 commented on GitHub (Aug 11, 2022):

When failing it always generates a backtrace,

The app generates a backtrace file and a log file whenever it starts. Empty backtrace probably means no error.

Based on my experience, as I encountered a similar issue before [1]. This was more because,

initializing the integrated device succeeded but the device wasn't shown up in the device list when the get_device API is called

The app starts by registering an integrated device then connecting to an available device. The connect process can fail if the newly registered device hasn't been notified to the Spotify server.

This can be addressed to use the app by either calling SwitchDevice (D) command to manually connect to one or RestartIntegratedClient (R) to restart the integrated device then connect to it.

[1] This issue used to happen more frequently for me before I made some changes to improve the register-connect progress. I'll take another look to see if I can fix this.

<!-- gh-comment-id:1211600060 --> @aome510 commented on GitHub (Aug 11, 2022): > When failing it always generates a backtrace, The app generates a backtrace file and a log file whenever it starts. Empty backtrace probably means no error. Based on my experience, as I encountered a similar issue before [1]. This was more because, > initializing the integrated device succeeded but the device wasn't shown up in the device list when the get_device API is called The app starts by registering an integrated device then connecting to an available device. The connect process can fail if the newly registered device hasn't been notified to the Spotify server. This can be addressed to use the app by either calling `SwitchDevice` (`D`) command to manually connect to one or `RestartIntegratedClient` (`R`) to restart the integrated device then connect to it. [1] This issue used to happen more frequently for me before I made some changes to improve the register-connect progress. I'll take another look to see if I can fix this.
Author
Owner

@0323pin commented on GitHub (Aug 11, 2022):

Thank you for the explanation.
It's running now, playing music while I work on some documents.
I'll try D and R when this happens again or, I'll just restarts until it works.

[1] This issue used to happen more frequently for me before I made some changes to improve the register-connect progress. I'll take another look to see if I can fix this.

Awesome but, no rush, it does work.

<!-- gh-comment-id:1211603850 --> @0323pin commented on GitHub (Aug 11, 2022): Thank you for the explanation. It's running now, playing music while I work on some documents. I'll try `D` and `R` when this happens again or, I'll just restarts until it works. > [1] This issue used to happen more frequently for me before I made some changes to improve the register-connect progress. I'll take another look to see if I can fix this. Awesome but, no rush, it does work.
Author
Owner

@0323pin commented on GitHub (Aug 29, 2022):

@aome510 wrong place for this, I know ... just to let you know souvlaki has provided a new release, https://github.com/Sinono3/souvlaki/issues/25

So, next time I can allow the feature on NetBSD.

<!-- gh-comment-id:1230481036 --> @0323pin commented on GitHub (Aug 29, 2022): @aome510 wrong place for this, I know ... just to let you know `souvlaki` has provided a new release, https://github.com/Sinono3/souvlaki/issues/25 So, next time I can allow the feature on NetBSD.
Author
Owner

@aome510 commented on GitHub (Aug 30, 2022):

wrong place for this, I know ... just to let you know souvlaki has provided a new release, https://github.com/Sinono3/souvlaki/issues/25

Thanks for letting me know. Will update the app shortly

<!-- gh-comment-id:1231025852 --> @aome510 commented on GitHub (Aug 30, 2022): > wrong place for this, I know ... just to let you know souvlaki has provided a new release, https://github.com/Sinono3/souvlaki/issues/25 Thanks for letting me know. Will update the app shortly
Author
Owner

@0323pin commented on GitHub (Aug 30, 2022):

@aome510 Take your time. This week I'm rather busy with real life work. I'm still doing package updates but, don't have that much time to play with package build options, even though it's not that difficult :)
Better focus on it when doing, so I don't miss anything.

<!-- gh-comment-id:1231872013 --> @0323pin commented on GitHub (Aug 30, 2022): @aome510 Take your time. This week I'm rather busy with real life work. I'm still doing package updates but, don't have that much time to play with package build options, even though it's not that difficult :) Better focus on it when doing, so I don't miss anything.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#21
No description provided.