yannforget / landsatxplore

Search and download Landsat scenes from EarthExplorer.
MIT License
223 stars 98 forks source link

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

Open Shima-shoki opened 1 year ago

Shima-shoki commented 1 year ago

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 commented 1 year ago

I'm having the same problem!