Cannot sign in Tableau Public - passwords

Thank you for taking time here.
I created the account and tried to sign in for the first time.
I kept getting the same error message. I even reset the password.
But it did not work. I also tried to create another account by another email.
And I got the same error message.
I was trying to start using tableau for the course from Coursera.
But I cannot do exercise for it.

Related

getting "There was a problem updating your user pool. Please try again."

I am trying to update AWS Cognito user pool message customisations. I made my changes and clicked on save changes. I have been trying to save it for 10-15 mins now but getting the above error every time I click on save changes. I think I will have to add some IAM role or something to fix this, but not sure. Any idea what is going wrong exactly ?
Thank you

Snowflake Account expiry

I am using a python connector to use snowflake from backend , I need a query or something to check whether my account is valid or it got expired basically for trial account, In Snowflake UI it is showing the error but when using the python connector I need to get a similar error like at the time of login itself
"you trail has expired" is not really a thing that people "normally" need to programmatically know about.
Unless you are repeatedly "programmatically" making more accounts, which seems against the purpose of the free accounts.
I would think that you python would start failing to log in, which it should back off and try again after an escalating timer (1s, 10s, 60s,..) but at the same time tell you there is a failure (of some sort) and at the time the account expires. You stop running your automation/python code.

Heroku: Login system - authentication loop failure

I am trying to login to my heroku account.
I keep getting an error message that says "There was a problem with your login". There are no details of what the problem is.
I tried changing my password through the forgot password action and I still get directed back around to the above error message.
I can't contact Heroku's support team because I can't login.
Has anyone found this problem and found a way around it - or even a way to contact Heroku?
I had the same problem, couldn't login even after resetting my password. I use the Last Pass chrome extension to fill in forms. When I entered the (same) credentials in manually I was able to login.
I started getting this error very recently. I believe it's linked to a recent email that I got regarding password requirement changes:
Heroku will start resetting user account passwords today, May 4, 2022, as mentioned in our previous notification. We recommend that you reset your user account password in advance here and follow the best practices below:
Minimum of 16 characters
Minimum complexity of 3 out of 4: Uppercase, Lowercase, Numeric, Symbol
Don't just add a letter or a 1 digit number to the existing password while changing
Passwords may not be duplicated across accounts
As mentioned elsewhere, resetting my password and ensuring LastPass included symbols resolved it.
I reset my password and it helped.
After a research I found that Last Pass auto generated password was not strong enough as per Heroku password reset requirement.
I solved it by opening password reset link on different browser (in my case safari). enter strong password (ex: 51lxgpf2F52PgOBAPdAM#)
I had this problem on "Opera", then I went to "Chrome", and still the error, but in the end it worked on "Microsoft Edge". So try changing your browser to this one)

Lock request time out exceeded error

I am getting an error when a user is trying to Register for the website my company is making. The error is "Lock request time out exceeded" . This mainly happens when the User is going through the registration process of the site. The tables will become locked during a read or write to the server. The lock out even occurs when the new registrant tries to confirm their email. Any ideas why. If you need anymore information I will try to add it as soon as possible.
Thanks

setUserCredentials from Google data api is stuck

Well, since I am facing some issues with OAuth implementation, I decided to go back to normal method where users will input their login id and password and I will use them in my code to validate their google account to fetch calendar information. So when user enters login id and password, the page is getting stuck. When I check the code, setUserCredentials is the method where it is getting stuck. But when I enter my login id and password and debug on development site, it works fine. There is no problem when I debug. And importantly , the problem appears for first time only, once I debug the code and next time I try it without breakpoint, it works fine.
Does anyone know why setUserCredentials takes time or any way I can track why it is taking so time?
I have asked the same question on Google data api forum, but nobody answered it.
I reverted back to old Google Data API version from 1.41 to 1.40 and it worked.
What issues are you facing with the OAuth implementation? Using client login can potentially cause accounts to be flagged as hijacked.