Invalid Heroku MFA Generated codes are invalid - heroku

I had Heroku MFA verification in the account. And everytime I would get the code via google authenticator. I had changed my laptop and ever since the code generated is invalid. I have tried to reset the laptop time and restoring the account but the issue is still persisting.Has anyone ever encountered the same issue,I know its not a big deal .

This happens mainly if your phone and your desktop are not time synced; please turn on Automatic date and time on your mobile device and try again.

Related

Appstore Connect RATE_LIMIT_EXCEEDED: The request rate limit has been reached

I am trying to upload my app in App Store, while I upload it give error:
Appstore Connect RATE_LIMIT_EXCEEDED: The request rate limit has been reached.
This is something new from apple :)
Any solution for thins?
Apple has a temporary outage today, which is throwing a bunch of random errors.
Just need to wait, until they fixed it soon.
See:
https://developer.apple.com/forums/thread/705658
I faced the same error today when trying to upload the app to app store connect from xcode, . My solution was that I retried the upload again a couple of times and it worked from xcode the third time around. It was temporary.
Yes I agree, I uploaded after some hours and it worked.

Why is my Solana wallet autoconnect React code faily?

Why does the provider from #solana/wallet-adapter-react fail to actually make my Phantom wallet to autoconnect upon launching the app? It has worked erratically in the past but I just do not see any pattern and now it just won't connect.
Edit: after some tests, I found out the problem is not code dependant. The code may or may not work depending on some unknown issue.

Why is the Vodapay test app not allowing me to reset my PIN?

I used the wrong PIN on my account multiple times on the super-app, now its refusing to allow me to reset it. How do I proceed from here?
As a security measure, the account will be blocked for 24hrs and then automatically unblocked. Please avoid continuing to try logging in on that account as you can then be blocked for 7 days. For now, I would suggest that you create a new account and continue with your development work.

YouTube API requests failing due to "Access Not Configured" (also: "queries per day" quota is locked to 0)

No matter what we try, all YouTube API requests we make are failing.
As we first thought this was a propagation issue, we waited out 10 minutes, then 30 minutes, 2 hours and now over 24 hours, to no avail.
We have found this thread, which covers a similar issue with an iOS app, but does not correspond to our use case.
Here is a run-down of what the problem is:
Activating the "Youtube Data API v3" API for our account shows as successful, and the API shows as enabled.
A POST to https://www.googleapis.com/upload/youtube/v3/videos (videos insert) consistently fails with the following error, despite the fact that we have waited hours for the API enabling to propagate:
Access Not Configured. YouTube Data API has not been used in project XXXXXXXXXXXX before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=928939889952 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
Although the error does not directly point to this, our "Queries per day" quota for the YouTube Data API is showing as "0". We are not able to understand why this is showing as zero, and unfortunately, all attempts to edit it to something higher have failed, and disabling and then re-enabling the API has not solved the problem. In a completely separate project/account, this shows as "10,000" when enabling the YouTube Data API, and indeed video insert API calls work under that project.
This is a significant roadblock for us, as it prevents us from deploying our application: any help would be appreciated.
No access configured
Actually means that you dont have permission to access the api. It basically means you have enabled the api but dont have the quota to use it. Its different then the you have run out of quota error message.
After a strange change sometime last year by default the quota for the Youtube api is now 0. You need to request a quota extension it can take anywhere between a week to several months to get permission to use it.
It took me three months. No i dont have any idea how they expect anyone to develop a new application without any quota and to know ahead of time that they need to apply for quota in order to start developing their application. Its quite frustrating.

Running multiple instances of WebDriver Test on Sandbox paypal environment results in Session time out issue

We are running multiple instances of WebDriver tests which will log in to payPal Sandbox environment, Pay amount and get back to our application.
But this results in Session time out issue.
Error message:
'Your session has timed out, please log in again.'
We want to understand the core reason for this issue.
Is this issue happening because we are using the same account in multiple instances? Will this be fixed if we use different paypal accounts?
what is the ttl (time to live) for session key generated for a paypal account in sandbox?
This might happen because you might be using same login details . Firefox browsers sometimes shares session. so once a thred logs out other also. Try with different login details

Resources