-
Notifications
You must be signed in to change notification settings - Fork 66
Fix audio corruption with clienttoken #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Testing |
Let's go through an example. When I make a request to Here's a quick way to see the dates in bash: I updated the code to check if Lets ignore the decimals for now.
If you multiply A 13 digit long positive integer will always be greater than a 10 digit long positive integer. Since the condition isn't true, the code will always skip the early return and make a request to authorization endpoints every time. I believe the point of the This didn't cause issues previously with the |
your logic is good. |
|
One change you could make to match the current web version is to remove the ts parameter from SESSION_TOKEN_URL and add totpServer with the same value of totp. |
I add other informations for confirm your logic is good. I don't know when the In the |
|
Yeah good catch, but Using the Something for glomatico to take a look at |
No description provided.