[PR #397] [MERGED] Fix Token deserialize error #433

Closed
opened 2026-02-27 20:24:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/397
Author: @ramsayleung
Created: 4/10/2023
Status: Merged
Merged: 4/21/2023
Merged by: @ramsayleung

Base: masterHead: ramsay_fix_serialize_error


📝 Commits (3)

📊 Changes

3 files changed (+21 additions, -3 deletions)

View changed files

📝 examples/webapp/src/main.rs (+2 -2)
📝 rspotify-model/src/auth.rs (+18 -0)
📝 rspotify-model/src/custom_serde.rs (+1 -1)

📄 Description

Description

Fix the deserialize error of Token.

Motivation and Context

#392

Dependencies

None

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

  • test_token_deserialize

Is this change properly documented?

It's unnecessary.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/397 **Author:** [@ramsayleung](https://github.com/ramsayleung) **Created:** 4/10/2023 **Status:** ✅ Merged **Merged:** 4/21/2023 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `ramsay_fix_serialize_error` --- ### 📝 Commits (3) - [`f55e70b`](https://github.com/ramsayleung/rspotify/commit/f55e70b7bc7e5eae915ceb5f8b478f7047ca1eca) Fix deserialize error - [`a8d8fd2`](https://github.com/ramsayleung/rspotify/commit/a8d8fd24a687c05bf4baf732bb7fc864b24347be) Fix clippy error - [`3bae0d9`](https://github.com/ramsayleung/rspotify/commit/3bae0d97a82a5e64a6579f319c27bee6e499e0b3) Fix compile error ### 📊 Changes **3 files changed** (+21 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `examples/webapp/src/main.rs` (+2 -2) 📝 `rspotify-model/src/auth.rs` (+18 -0) 📝 `rspotify-model/src/custom_serde.rs` (+1 -1) </details> ### 📄 Description ## Description Fix the deserialize error of Token. ## Motivation and Context #392 ## Dependencies None ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How has this been tested? - [x] test_token_deserialize ## Is this change properly documented? It's unnecessary. Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:43 +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/rspotify#433
No description provided.