mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[GH-ISSUE #502] HttpTransport "TimedOut" error with Search example #163
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#163
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 @raleighlittles on GitHub (Nov 17, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/502
Describe the bug
A clear and concise description of what the bug is.
Trying to run a very simple album query example and encountering this error.
To Reproduce
Code snippet:
My Cargo.toml file:
My version info:
I have the usual Rust folder structure
and my env file has
RSPOTIFY_CLIENT_IDandRSPOTIFY_CLIENT_SECRETdefined that I got from the spotify developer dashboard here https://developer.spotify.com/dashboard/@ramsayleung commented on GitHub (Jul 8, 2025):
Based on the error message "timed out reading response" from accounts.spotify.com, this appears to be a network connectivity issue rather than a bug in
RSpotify, This is likely a local network/connectivity problem rather than an issue with theRSpotifylibrary itself.@raleighlittles commented on GitHub (Jul 10, 2025):
I was actually able to get it working using Spotipy, the Python library instead. https://spotipy.readthedocs.io/en/2.25.1/ so I'm not sure it was a network issue