mirror of
https://github.com/NTifyApp/NTify.git
synced 2026-04-26 07:55:51 +03:00
Labels
No labels
In Progress
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NTify#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lesar8 on GitHub (Oct 26, 2024).
Original GitHub issue: https://github.com/NTifyApp/NTify/issues/60
I just tested the latest build
0d9d9da, which implemented the "lazy loading for playlists". Unfortunately this build had problem, when scrolling, the playlist try to fetch new songs but it's actually duplicate the first 100 songs (idk the correct number) from the list. The more I scroll, the more duplicate songs it getP/s: I would rather create an optional setting for this, because it takes very long time to scroll to the whole list if a playlist has a lot of songs. Seriously, it tooks me 15 minutes to fully fetch my Playlist.. I like the previous behavior better when all the song get fetched at the same times.
@werwolf2303 commented on GitHub (Oct 27, 2024):
Ok I will add this functionality later. I'm playing Mafia 1. Sry
@werwolf2303 commented on GitHub (Oct 28, 2024):
69c2c8e
@lesar8 commented on GitHub (Oct 28, 2024):
The duplicate bug was fixed, thank you. But enable the "load add tracks" option does not work when access Playlist from the search results. I still need to scrolling down to fetch songs.
Also, this "lazy loading" feature gives a lot of error messages when scrolling down:
[java.lang.RuntimeException: com.spotifyxp.deps.se.michaelthelin.spotify.exceptions.detailed.TooManyRequestsException: API rate limit exceeded]@werwolf2303 commented on GitHub (Oct 30, 2024):
I fixed the issue with the lazy loading but I can't do anything about the TooManyRequestsException thing because Spotify rate limits SpotifyXP, so just wait a few seconds and it should work again
@lesar8 commented on GitHub (Oct 30, 2024):
Ok, i tried the latest build and found a serious bug here, change any of the settings from UI does not save to config.json.
@werwolf2303 commented on GitHub (Oct 31, 2024):
I changed the config so that SpotifyXP needs a restart before the settings apply
@lesar8 commented on GitHub (Nov 1, 2024):
Problem is the settings did not save after I exit the app and restart, tried multiple times but no luck. Does it work for you?
@werwolf2303 commented on GitHub (Nov 12, 2024):
Sorry for the long delay. I will fix it later today
@werwolf2303 commented on GitHub (Nov 12, 2024):
Should be fixed in the newest nightly build
@lesar8 commented on GitHub (Nov 12, 2024):
Thanks, it's fixed for me.
I think i found another bug with the "lazy loading" feature. Here is steps to reproduce this bug:
@werwolf2303 commented on GitHub (Nov 13, 2024):
I will look into that. Thanks for reporting
@lesar8 commented on GitHub (Nov 13, 2024):
Thank you, it is fixed now.
There is another bug that that I run into. Here is steps to reproduce this bug:
@werwolf2303 commented on GitHub (Nov 13, 2024):
This also happened on my side. I think it's the Spotify servers blocking the requests due to the excessive API calls. I have to think about caching or cool downs