Skip to content
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

HTTP 410 and 404 Errors on Liberland Data Repository Endpoints #11

Open
2 tasks
JuryA opened this issue Nov 14, 2023 · 0 comments
Open
2 tasks

HTTP 410 and 404 Errors on Liberland Data Repository Endpoints #11

JuryA opened this issue Nov 14, 2023 · 0 comments

Comments

@JuryA
Copy link

JuryA commented Nov 14, 2023

Problem

The Liberland data repository is experiencing accessibility issues:

  1. Accessing the endpoint http://data.liberland.io results in an HTTP 410 Gone response, indicating the resource is no longer available.
  2. The README.md file references an image at http://liberland.org/addons/image/Liberland_znak_small.png, which returns an HTTP 404 Not Found error, suggesting the image path is incorrect or the image is missing. Affecting code:
    [![liberland](http://liberland.org/addons/image/Liberland_znak_small.png)](https://github.com/liberland/liberland)

How to reproduce

Simply try HTTP GET with curl or "click" on the affected/mentioned links.

Solution

To address these issues:

  • Confirm the current status of the http://data.liberland.io endpoint. If it is indeed obsolete, we should either archive the repository or update the documentation to reflect its outdated status.
  • Investigate and correct the broken image link in the README.md file. This might involve updating the URL to a valid image path or uploading the missing image to the repository.

Dependencies

  • Clarification on the status of the http://data.liberland.io endpoint.
  • Access to the repository to update the README.md file and manage files (for the image issue).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant