L0um15 / Spotisharp

Cross-platform music assistant
MIT License
51 stars 11 forks source link

Update dependencies #45

Closed L0um15 closed 5 months ago

L0um15 commented 6 months ago

Update critical dependencies

narutoshocker commented 5 months ago

log-20240327153313.txt tested these changes on my local branch and was able to download files (originally this would crash on any file attempt) Note: noticed that the following error output exists (happens at the end of the download, so the file still exists and works fine):

Unhandled exception. System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at Spotisharp.Client.Services.MusixmatchService.SearchLyricsFromText(String query) in E:\Coding\Repos\Spotisharp.Client\Services\MusixmatchService.cs:line 14
   at Program.<>c__DisplayClass0_0.<<<Main>$>b__0>d.MoveNext() in E:\Coding\Repos\Spotisharp.Client\Program.cs:line 280
--- End of stack trace from previous location ---
   at Program.<Main>$(String[] args) in E:\Coding\Repos\Spotisharp.Client\Program.cs:line 132
   at Program.<Main>(String[] args)
L0um15 commented 5 months ago

Tested. No issues found, merging.

44