mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #622] [MERGED] Add native-tls-alpn feature to reqwest #818
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#818
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/622
Author: @handlemind
Created: 12/1/2024
Status: ✅ Merged
Merged: 12/1/2024
Merged by: @aome510
Base:
master← Head:fix-genius-access📝 Commits (1)
05322d3Add native-tls-alpn feature to reqwest📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
lyric_finder/Cargo.toml(+1 -1)📄 Description
I encountered a problem similar to one described in #34.
For unknown reason Genius was blocking my requests for some time, response for the search request was:
Both browser and curl sucessfully returned the expected json.
I came across this discusion in reqwest library and after trying the solution it lyric finder finally start working again.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.