mirror of
https://github.com/akashrchandran/syrics.git
synced 2026-04-27 01:55:50 +03:00
[GH-ISSUE #52] Broken TOTP secret fetch due to invalid Github URL #33
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#33
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 @matthewmoonen on GitHub (Oct 11, 2025).
Original GitHub issue: https://github.com/akashrchandran/syrics/issues/52
Hi Akash
I am unable to authenticate.
It seems the code in syrics/totp.py has a problem.
On line 31 it requests a JSON file from this GitHub URL.
That endpoint (and seemingly the whole repo in question) seems to have been deleted. Visiting the link returns a 404, and the developer's GitHub page no longer lists the repo.
You may need to switch to another authentication method. I noticed that Zotify’s authentication flow is still functioning, if that helps as a reference.
Best,
Matthew
@akashrchandran commented on GitHub (Oct 12, 2025):
It should be fixed now, thanks for opening an issue.
@matthewmoonen commented on GitHub (Oct 15, 2025):
Perfect, Thank you Akash.