mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-27 01:55:50 +03:00
[PR #35] [CLOSED] fix token invalid error #49
Labels
No labels
bug
documentation
easy to add
enhancement
enhancement
good first issue
hacktoberfest
hacktoberfest
priority: medium
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/syrics#49
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/akashrchandran/syrics/pull/35
Author: @1053278842
Created: 3/31/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
2604a1eadd TOTP,fix token invalid erroeed5278cfix 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.