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#1
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 14, 2023).
Original GitHub issue: https://github.com/NTifyApp/NTify/issues/1
Hi, I tried the new build (2.0.0_Version2) but having the same problem.
@werwolf2303 commented on GitHub (Oct 15, 2023):
Ok can you upload a video of this with the cmd open
@lesar8 commented on GitHub (Oct 15, 2023):
Ok here it is:
Record.zip
Looking at my recorded clip, I played the track "Angel" for around 1 minute. When the playback bar reached "01:14", I switch to the track "Kiss Them For Me" and sound beginning to stutter heavily, SpotifyXP hanging that is why I could not even click the red "Errors" dialog ..
Btw, the error message is "java.util.ConcurrentModificationException". Hope that helps.
@werwolf2303 commented on GitHub (Oct 16, 2023):
I think i found the problem. These requests shouldnt be made because all songs are already added to the list. Thats a bug i will try to fix it when I have time
@lesar8 commented on GitHub (Oct 18, 2023):
Hi! I grabbed the new build
1b7090eand the problem is still there.@werwolf2303 commented on GitHub (Oct 18, 2023):
Can you give me a link to the playlist
@lesar8 commented on GitHub (Oct 18, 2023):
Sure, here is the link: spotify:playlist:7rTil6uINEa4kPcNn8Pax3
@werwolf2303 commented on GitHub (Oct 18, 2023):
thanks
@lesar8 commented on GitHub (Oct 18, 2023):
I just tried the commit
0d6df97and6a90f63, still no luck. I wonder if this happens to you as well?@werwolf2303 commented on GitHub (Oct 19, 2023):
It doesnt happen on my side
@werwolf2303 commented on GitHub (Oct 19, 2023):
I have an idea. Install SpotifyXP on your main machine and check if it still happens
@werwolf2303 commented on GitHub (Oct 19, 2023):
Just an explanation of the code that fetches all tracks. It does a while loop and it gets the total tracks in the playlist and everytime a track is added it will add +1 to a counter and then it checks if the counter equals the total tracks and if it does the while loop ends. So i dont known whats wrong
@werwolf2303 commented on GitHub (Oct 19, 2023):
Can you install Windows XP on a vm and replicate this. Because then I can connect to it and debug the problem
@werwolf2303 commented on GitHub (Oct 19, 2023):
Click on the website on "See it in action" and then run code if it works you have access to the api
@lesar8 commented on GitHub (Oct 20, 2023):
Hi. Considering what you said, it's very possible that the problem could depend on specific computer, Java version, OS service pack or whatever..
This brought me an idea, why won't we make a "Spotify device control" as an optional option (checkbox), so when someone like me encounter a similar problem they could easily fix it by (un)check that checkbox !
@werwolf2303 commented on GitHub (Oct 20, 2023):
OK its added to my todo list
@lesar8 commented on GitHub (Oct 20, 2023):
The latest commit works fine. Thanks! Maybe one day we will found out the true root cause of this.