Closed EthanHargrove closed 4 months ago
Thanks for your issue. We currently have the same problem on our end (so it's not specific to your account). We're working on a fix now and we will get back to you as soon as possible.
That should be fixed now. We lost connection to the database, but we've restored it now. Please let me know if anything else goes wrong!
Describe the bug When following the Getting Started guide in the documentation, a 'bad auth : authentication failed' error message is encountered. This error message is received when using a
.env file
and whenusing set_api_key()
.What were you trying to do? The error occurred when trying to upload the test dataset.
What was the expected behaviour? A return indicated a successful upload.
What actually happened? A
Non-success status code
print and a raised exceptionException: Error Code: 401 - {'detail': "bad auth : authentication failed, full error: {'ok': 0, 'errmsg': 'bad auth : authentication failed', 'code': 8000, 'codeName': 'AtlasError'}"}
To Reproduce Running:
Screenshots The return when importing (with repository name redacted):
The returned error:
Additional context The code is being run in a Jupyter notebook on a Mac