astro-datalab / datalab

Python client to interface with the NSF NOIRLab's Astro Data Lab Science Platform.
MIT License
22 stars 8 forks source link

Log in fails #41

Closed steveschulze closed 2 years ago

steveschulze commented 2 years ago

Hi,

I installed version 2.19.2 on python 3.7 and 3.8. When I do datalab or datalab status, I get the webpage's output. I always fail to log in. The error message is:

datalab login
user (default: None): USERNAME
password (default: None): PASSWORD
login error: tok = AuthManager Service not responding.
AuthManager Service not responding.

This error also occurs after removing $HOME/.datalab.

Do you have a suggestion about what might cause this problem?

Cheers,

Steve

rnikutta commented 2 years ago

Hi Steve, please install the new (from last week) v2.20.0, and remove ~/.datalab/dl.conf. The old noao.edu domain finally expired last week, and we updated everything to noirlab.edu.

Cheers, Robert

steveschulze commented 2 years ago

Hi Robert,

Thanks. I installed the new version. I tried to log in but my account was suspended after the first attempt:

datalab login
user (default: None): USERNAME
password (default: None): PASSWORD
login error: tok = Error: Account is suspended
Error: Account is suspended

Who do I have to contact to unlock my account?

Cheers,

Steve

mjfitzpatrick commented 2 years ago

Hi Steve,

Your account has been reactivated, please let us know if you continue to have problems.

Cheers, -Mike

On Mon, Dec 6, 2021 at 10:20 AM steveschulze @.***> wrote:

Hi Robert,

Thanks. I installed the new version. I tried to log in but my account was suspended after the first attempt:

datalab login user (default: None): USERNAME password (default: None): PASSWORD login error: tok = Error: Account is suspended Error: Account is suspended

Who do I have to contact to unlock my account?

Cheers,

Steve

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/noaodatalab/datalab/issues/41#issuecomment-986986028, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABP7I663UMJDW33XII4Z7DLUPTWF5ANCNFSM5JO7XR3Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

steveschulze commented 2 years ago

Hi Mike and Robert,

It worked. Thanks a lot for quick help!

Cheers,

Steve