[PR #622] [MERGED] Add native-tls-alpn feature to reqwest #818

Closed
opened 2026-03-02 23:49:57 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix-genius-access


📝 Commits (1)

  • 05322d3 Add 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:

Sorry, you have been blocked
You are unable to access genius.com

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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/622 **Author:** [@handlemind](https://github.com/handlemind) **Created:** 12/1/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `fix-genius-access` --- ### 📝 Commits (1) - [`05322d3`](https://github.com/aome510/spotify-player/commit/05322d3f7e0773a3af745e4319b5e69b2b736541) Add native-tls-alpn feature to reqwest ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lyric_finder/Cargo.toml` (+1 -1) </details> ### 📄 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: > Sorry, you have been blocked > You are unable to access genius.com Both browser and curl sucessfully returned the expected json. I came across [this discusion](https://github.com/seanmonstar/reqwest/discussions/2227#discussioncomment-9403885) in reqwest library and after trying the solution it lyric finder finally start working again. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#818
No description provided.