casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
736 stars 53 forks source link

[BUG] Program Suspended by Windows (EDIT: Solution Found) #92

Closed luxwing closed 10 months ago

luxwing commented 10 months ago

Describe the bug After downloading between 5-10 songs the program becomes suspended. This consistently happens when downloading the thumbnail for a song. Example final lines before suspension:

[2023-08-26 13:06:35,774 :: spotutils :: utils\spotify.py -> 228: set_music_thumbnail() :: INFO] -> Set thumbnail for audio media at 'E:\Music\OnTheSpot\Lemon Demon\[2016] Spirit Phone\Lemon Demon - Spirit Phone - Touch-Tone Telephone.mp3' with 'https://i.scdn.co/image/ab67616d0000b273ae390841cf7a97bf3a59bb5d' [2023-08-26 13:11:27,790 :: spotutils :: utils\spotify.py -> 228: set_music_thumbnail() :: INFO] -> Set thumbnail for audio media at 'E:\Music\OnTheSpot\The Birthday Massacre\[2007] Walking With Strangers\The Birthday Massacre - Walking With Strangers - Looking Glass.mp3' with 'https://i.scdn.co/image/ab67616d0000b273084cd5b06d93c225bd10d0b3' System Information (please complete the following information):

Additional context I don't have much experience with Python so please forgive me if this is something fixed simply or is an error outside of OntheSpot. If this is something unrelated to OntheSpot let me know.

luxwing commented 10 months ago

Nevermind I think I fixed it. The solution was that another program was stalling the process. I disabled/uninstalled the Acronis media software and that fixed my issue. I wanted to leave this here in case anyone else runs into this problem.