mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #494] [MERGED] [fix] Fix endless sequential pagination #491
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#491
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/ramsayleung/rspotify/pull/494
Author: @ramsayleung
Created: 9/13/2024
Status: ✅ Merged
Merged: 9/13/2024
Merged by: @ramsayleung
Base:
master← Head:ramsay/fix-endless-sequence📝 Commits (2)
22efe77Check both next page and items to avoid endless sequential pagination447e519Update CHANGELOG and fix the problem the pagination end early.📊 Changes
2 files changed (+9 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
src/clients/pagination/stream.rs(+6 -0)📄 Description
Description
Fix endless sequential pagination issue caused by invalid data return from the Spotify server side.
Motivation and Context
The log dive and conclusion are posted in #492, check that issue for detail.
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
The pagination ends as expected.
Is this change properly documented?
Yes
Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.