Skip to content
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

"EE: login failed." error when downloading files #101

Open
Shima-shoki opened this issue May 25, 2023 · 1 comment
Open

"EE: login failed." error when downloading files #101

Shima-shoki opened this issue May 25, 2023 · 1 comment

Comments

@Shima-shoki
Copy link

Hi, I am having problems with downloading landsat images through the landsatxplore package. Until yesterday all the downloading part worked quite fine, but from today there are error messages telling that the login fails. The scene search part seems OK, but when it comes to actually get images from the server, I've got the following error. Are there anyone having same issue? I am suspecting that USGS had changed something in their system, but it is not clear because there are no official announcement so far...

/usr/local/lib/python3.10/dist-packages/landsatxplore/earthexplorer.py in login(self, username, password)
66
67 if not self.logged_in():
---> 68 raise EarthExplorerError("EE: login failed.")
69
70 def logout(self):

EarthExplorerError: EE: login failed.

@lukecarberry
Copy link

I'm having the same problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants