-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Me da este error cuando intento descargar las direcciones de cualquier localidad:
calles <- catr_atom_get_address("Astorga", to = "León")
Download failed
url
https://www.catastro.minhafp.es/INSPIRE/Addresses/ES.SDGC.AD.atom.xml not reachable.
Please try with another options. If you think this is a bug please consider opening an issue
Error in catr_hlp_dwnload(api_entry, filename, cache_dir, verbose, update_cache, :
Execution halted
In addition: Warning messages:
1: In download.file(url, filepath, quiet = isFALSE(verbose), mode = "wb") :
URL 'https://www.catastro.minhafp.es/INSPIRE/Addresses/ES.SDGC.AD.atom.xml': status was 'SSL peer certificate or SSH remote key was not OK'
2: In download.file(url, filepath, quiet = isFALSE(verbose), mode = "wb") :
URL 'https://www.catastro.minhafp.es/INSPIRE/Addresses/ES.SDGC.AD.atom.xml': status was 'SSL peer certificate or SSH remote key was not OK'
He comprobado más y ocurre con cualquiera de las opciones que incluyen llamadas a atom.
Reactions are currently unavailable
Pinned by dieghernan
Pinned comment options
En CatastRo v1.0.0 hemos dado una solución a este tema, ver el README https://ropenspain.github.io/CatastRo/index.html#ssl-issues:
In CatastRo >= 1.0.0 you can try to fix it by running this line in
your session right after you start using the package: `# Disable SSL verification options(catastro_ssl_verify = 0)If you wish to make this setup persistent, write the same code in your
.Rprofile:# Open your .Rprofile with usethis::edit_r_profile() # And write on that file: options(catastro_ssl_verify = 0)
Metadata
Metadata
Assignees
Labels
No labels