-
Notifications
You must be signed in to change notification settings - Fork 11
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
SDNObsMetadata returning an empty window #17
Comments
Minimum working example: using DIVAnd
DIVAnd.SDNObsMetadata("681-RNODC_Bottle_106_122") ✔️ 0.6.4 and it's because the returned URLs differ: HTTP.URI has a slightly different response, for example: julia> HTTP.URI(;query=Dict("popup" => "yes"))
HTTP.URI("?popup=yes") 1.0.0: julia> HTTP.URI(;query=Dict("popup" => "yes"))
HTTP.URI(":?popup=yes") |
Thanks Charles. |
Fixed now in HTTP.jl. |
Ok let's test and close if it works. |
yes, releases in HTTP.jl seem to be on a ~ weekly basis, so it should not take too long to have this fix in a released version. |
ok now working with 1.0.0. |
When running the notebook 09-ODV-data-import.ipynb, the line
opens a windows but it only contains this text:
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Maybe related to a change of URL for SDN?
The text was updated successfully, but these errors were encountered: