mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #323] Lags after long runtime #134
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#134
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 @Bios-Marcel on GitHub (Mar 5, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/323
After having the application open for a while, without doing anything, everything gets laggy. Even down to the keyinputs. I am not sure what is happening here and i don't know how to debug it. The CPU usage barely hits 5% and the memory usage is rather low too. 20MB actually used with 360MB~ VIRT memory. There doesn't seem to be network traffic either. So I really don't know. It doesn't show what song is playing though. So, maybe there is no connection and that's why it's having troubles?
Is there anything simple I can do further investigate this?
@Rigellute commented on GitHub (Mar 5, 2020):
My guess is that the machine's internet changed whilst
spotify-tuiwas running and this blocked the UI thread from running.I am working on this exact issue in #322 - I still need to check the behaviour of leaving the app open for a while letting the computer sleep/losing internet connection.
@Bios-Marcel commented on GitHub (Mar 5, 2020):
Wdym "the internet" changed? I haven't enabled sleep or hibernation. All it does is lock the windows account. And networks don't change, we only got one. Or do you mean that windows maybe does some partial powernapping for only the network card? Other applications seem to handle it well, even the one that I am working on, for which i didn't fix this behaviour on sleep / hibernate and I know the problem exists there.
@Rigellute commented on GitHub (Mar 5, 2020):
From the #322 PR I let it run for 3 hours and it doesn't get stuck/lag.
@Rigellute commented on GitHub (Mar 12, 2020):
Should be fixed in 0.16.0
@Bios-Marcel commented on GitHub (Mar 12, 2020):
Nice, glad to hear that. Thanks :)