[PR #35] [CLOSED] fix token invalid error #49

Closed
opened 2026-02-27 19:05:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/akashrchandran/syrics/pull/35
Author: @1053278842
Created: 3/31/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 2604a1e add TOTP,fix token invalid erroe
  • ed5278c fix token&remove unnecessary code

📊 Changes

2 files changed (+47 additions, -1 deletions)

View changed files

📝 syrics/api.py (+12 -1)
syrics/totp.py (+35 -0)

📄 Description

Added the latest interface verification for TOTP matching. but sometimes the returned token is not "BA...", usually such token cannot be used, and only verification is done for this problem. The reason may be that the validity period of TOTP in Spotify is too short.


🔄 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/akashrchandran/syrics/pull/35 **Author:** [@1053278842](https://github.com/1053278842) **Created:** 3/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`2604a1e`](https://github.com/akashrchandran/syrics/commit/2604a1eb9201b4724ef74f840b0961ce1a20f894) add TOTP,fix token invalid erroe - [`ed5278c`](https://github.com/akashrchandran/syrics/commit/ed5278c0eb1e690b3f6c54d90a9e8a5b261756eb) fix token&remove unnecessary code ### 📊 Changes **2 files changed** (+47 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `syrics/api.py` (+12 -1) ➕ `syrics/totp.py` (+35 -0) </details> ### 📄 Description Added the latest interface verification for TOTP matching. but sometimes the returned token is not "BA...", usually such token cannot be used, and only verification is done for this problem. The reason may be that the validity period of TOTP in Spotify is too short. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:05:34 +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/syrics#49
No description provided.