-
Notifications
You must be signed in to change notification settings - Fork 50
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
[SOLVED] MODIStsp package is showing Username and password invalid even when the same credentials are working for NASA earth data search website #257
Comments
@AlkaRani29 unfortunately the owner can no longer provide assistance for this package. If you need to ask for help or make a question about {MODIStsp} functionalities, refer to the package documentation first, and check if the topic was already addressed within closed issues. Then, address remaining doubts to public forums like StackOverflow, where other users could eventually provide useful ticks. If you are able to correct a bug, please address your changes in a pull request. |
This was fixed with #256, you need to update the package from Github using the command |
I leave this issue opened until CRAN version will be updated. |
Issue remains after installing from github ropensci/MODIStsp. |
Eu havia instalado pelo CRAN (v.2.0.8), deu usuário/senha inválida, então desinstalei, instalei novamente pelo #remotes::install_github("ropensci/MODIStsp"), aí funcionou bem (v.2.0.7) |
I have updated R to version R version 4.2.1 (2022-06-23 ucrt) and installed remotes::install_github("ropensci/MODIStsp") (v.2.0.7) and get the same result User name and password not valid. I have double checked my login on the earth data website. I have included a reproducible example below. #--Load Libraries library(sf) #--Make and set working dir #--Set Area of Interest st_write(AOI, dsn=file.path(working.dir.path), layer="tmp.poly.shp", driver='ESRI Shapefile', delete_layer=TRUE) spatial.file.path <- paste0(file.path(working.dir.path,"tmp.poly.shp")) #--Get MODIS Landcover data GDAL version in use: 3.4.3 |
@rsmiller74 it is an issue related to your credentials, as you can see below. #--Get MODIS Landcover data
MODIStsp(gui = FALSE,
...,
user = "rsmiller" ,
password = "Dall2020hunt",
...
)
#--Get MODIS Landcover data
MODIStsp(gui = FALSE,
...,
user = "*** my username ***" ,
password = "*** my password ***",
...
)
|
Thanks for testing!
…On Fri, Aug 26, 2022 at 12:33 AM Luigi Ranghetti ***@***.***> wrote:
@rsmiller74 <https://github.com/rsmiller74> it is an issue related to
your credentials, as you can see below.
#--Get MODIS Landcover data
MODIStsp(gui = FALSE,
...,
user = "rsmiller" ,
password = "Dall2020hunt",
...
)
GDAL version in use: 3.5.1
[Fri Aug 26 08:28:27 2022] MODIStsp --> Starting processing
[Fri Aug 26 08:28:27 2022] Accessing http server at: https://e4ftl01.cr.usgs.gov/MOTA/MCD12Q1.006/
[Fri Aug 26 08:28:28 2022] Retrieving list of available ` Terra ` Files for Year 2020
Errore in MODIStsp_download(modislist, proc_opts$out_folder_mod, download_server, :
Username and/or password are not valid. Please provide
valid ones!
#--Get MODIS Landcover data
MODIStsp(gui = FALSE,
...,
user = "*** my username ***" ,
password = "*** my password ***",
...
)
GDAL version in use: 3.5.1
[Fri Aug 26 08:29:14 2022] MODIStsp --> Starting processing
[Fri Aug 26 08:29:14 2022] Accessing http server at: https://e4ftl01.cr.usgs.gov/MOTA/MCD12Q1.006/
[Fri Aug 26 08:29:14 2022] Retrieving list of available ` Terra ` Files for Year 2020
[Fri Aug 26 08:29:19 2022] Downloading Terra Files for date: 2020_01_01 : 1 of: 4
[Fri Aug 26 08:29:35 2022] Downloading Terra Files for date: 2020_01_01 : 2 of: 4
[Fri Aug 26 08:29:50 2022] Downloading Terra Files for date: 2020_01_01 : 3 of: 4
[Fri Aug 26 08:30:12 2022] Downloading Terra Files for date: 2020_01_01 : 4 of: 4
[Fri Aug 26 08:30:26 2022] [Fri Aug 26 08:30:26 2022] 4 files for date: 2020.01.01 were successfully downloaded!
...
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB26UHDOGGOVR7JKGSUUET3V3BQJ5ANCNFSM57C6VG6Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Version 2.0.9, which includes the fix for this issue, was released on CRAN; I'm closing this. |
I'm having the same issue. Tried installing the GitHub version but still have the error:
|
Same issue: I get the error |
I ran into the same problem, but after updating with remotes::install_github("ropensci/MODIStsp"), it still doesn't work, is there any solution? |
The same authentication problem here. May I suggest revisiting this issue? |
Yes please!
JF Mas
El jue., 2 de mayo de 2024 10:12, calvus17 ***@***.***>
escribió:
… The same authentication problem here. May I suggest revisiting this issue?
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTP5PWNKVT5WHLOPJPE543ZAHYPNAVCNFSM57C6VG62U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYHE4DMNBYHAYA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@olatunjijohnson @jfmas @jinxulisduniversity @calvus17 |
I would also appreciate a fix for this! |
Is there anyone willing to take over the package? https://devguide.ropensci.org/maintenance_changing_maintainers.html |
I'm looking into it. I cannot get authentication to work towards Nasa website even with a simple httr call without modistsp package. Something seems to be changed at Nasa site. Also, the package used for this (httr) is no obsolete could be replaced with httr2 while fixing this. |
Update: New working authentication code is in testing. MODIStsp has been updated to use Bearer token authentication and httr2 package. |
🚀 |
Hi. Where can we find the updated version of MODIStsp? We are facing the same issue :) |
O problema ainda persiste. |
Was there a fix for this issue, I'm getting the same error? |
I am also having this issue, would appreciate a fix/any updates related to a fix. |
@pkautio any update? is any help needed? Thank you! |
Also experiencing this. I found #273 and tried installing with |
I posted a question to the PR author in #273 🤞 |
The MODIStsp GUI is not downloading the files and showing Warning: Error in MODIStsp_download: Username and/or password are not valid. Please provide valid ones!
But the credentials are true and are working for NASA earth data search website. Please look into the matter why MODIStsp package is not taking credentials now.
The text was updated successfully, but these errors were encountered: