pharo-contributions / XML-XMLParser

XML Parser for Pharo
MIT License
11 stars 17 forks source link

`XMLHTTPException: Not Found (404)` encountered while following example from "Querying US Government Data Sets With Pharo and XMLParser" #12

Closed capsulecorplab closed 1 year ago

capsulecorplab commented 2 years ago

Example from Querying US Government Data Sets With Pharo and XMLParser seems to be yielding a 404 error

Screenshot from 2022-10-01 15-52-42

Ducasse commented 2 years ago

Tx. Can you let us know the URL because it looks dead?

capsulecorplab commented 2 years ago

The exception gets thrown when I try to send the message XMLDOMParser parseURL: 'https://data.medicare.gov/api/views/ypbt-wvdk/rows.xml?accessType=DOWNLOAD'.

capsulecorplab commented 2 years ago

I'm not sure where to find the new working URL

astares commented 2 years ago

This comes from HTTP ERROR 404 as the resource is not found.

Unfortunately even Internet archive does not have a copy of it: https://web.archive.org/web/20220000000000*/https://data.medicare.gov/api/views/ypbt-wvdk/rows.xml

astares commented 2 years ago

I was also not able to find it on https://data.cms.gov/provider-data/topics/medicare-plan-finder (which is a redirect of https://plan-finder.data.medicare.gov)

astares commented 1 year ago

Anyone still having this data set?

astares commented 1 year ago

We have no influence on the blog entry or where the data set lives and if it is reachable. So this is not a bug of the XML framework itself.

We will close the issue.